Trace number 1784839

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0? (TO) 5000.07 5002.25

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
20.66/20.73	c WARNING: for repeatability, setting FPU to use double precision
20.66/20.73	c ============================[ Problem Statistics ]=============================
20.66/20.73	c |                                                                             |
20.66/20.73	c |  Number of variables:  166463                                               |
20.66/20.73	c |  Number of clauses:    1646490                                              |
28.55/28.61	c |  Parsing time:         7.65         s                                       |
51.93/52.04	c ============================[ Search Statistics ]==============================
51.93/52.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.93/52.04	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.93/52.04	c ===============================================================================
51.93/52.04	c |         0 |  164797  1393501  5013076 |   464500        0    nan |  0.000 % |
52.22/52.32	c |       100 |  164797  1393501  5013076 |   510950      100      9 |  0.090 % |
52.42/52.57	c |       250 |  164797  1393501  5013076 |   562045      250     11 |  0.090 % |
52.63/52.76	c |       475 |  164797  1393501  5013076 |   618249      475     10 |  0.090 % |
53.12/53.25	c |       812 |  164797  1393501  5013076 |   680074      812     10 |  0.090 % |
53.72/53.88	c |      1318 |  164797  1393501  5013076 |   748082     1318     11 |  0.090 % |
54.32/54.49	c |      2080 |  164797  1393501  5013076 |   822890     2080     11 |  0.090 % |
55.22/55.32	c |      3219 |  164797  1393501  5013076 |   905179     3219     13 |  0.090 % |
57.52/57.67	c |      4928 |  164796  1393501  5013076 |   995697     4927     12 |  0.090 % |
61.81/61.91	c |      7491 |  164796  1393501  5013076 |  1095267     7490     24 |  0.090 % |
66.21/66.37	c |     11335 |  164796  1393501  5013076 |  1204794    11334     25 |  0.090 % |
71.70/71.86	c |     17101 |  164796  1391757  5006683 |  1325273    17091     25 |  0.090 % |
83.10/83.24	c |     25751 |  164796  1391757  5006683 |  1457801    25741     28 |  0.090 % |
110.27/110.44	c |     38726 |  164796  1391757  5006683 |  1603581    38716     32 |  0.090 % |
131.76/131.91	c |     58188 |  164796  1391757  5006683 |  1763939    58178     32 |  0.090 % |
162.14/162.31	c |     87380 |  164796  1391757  5006683 |  1940333    87370     33 |  0.090 % |
673.23/673.61	c |    131169 |  164796  1391757  5006683 |  2134366   131159     46 |  0.090 % |
2356.25/2357.39	c |    196853 |  164796  1391757  5006683 |  2347803   196843    134 |  0.090 % |
5000.07/5002.21	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784839-1241867963/watcher-1784839-1241867963 -o /tmp/evaluation-result-1784839-1241867963/solver-1784839-1241867963 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784839-1241867963.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.93 3/64 28440
/proc/meminfo: memFree=900272/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=20676 CPUtime=0
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 214830698 21172224 171 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 5169 172 92 274 0 4892 0

[startup+0.074678 s]
/proc/loadavg: 0.93 0.98 0.93 3/64 28440
/proc/meminfo: memFree=900272/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=20676 CPUtime=0.07
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 1333 0 0 0 7 0 0 0 18 0 1 0 214830698 21172224 1316 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 5169 1317 92 274 0 4892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20676

[startup+0.102679 s]
/proc/loadavg: 0.93 0.98 0.93 3/64 28440
/proc/meminfo: memFree=900272/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=20676 CPUtime=0.09
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 1790 0 0 0 9 0 0 0 18 0 1 0 214830698 21172224 1773 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 5169 1773 92 274 0 4892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20676

[startup+0.301691 s]
/proc/loadavg: 0.93 0.98 0.93 3/64 28440
/proc/meminfo: memFree=900272/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=27140 CPUtime=0.29
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 5461 0 0 0 28 1 0 0 20 0 1 0 214830698 27791360 5445 1992294400 134512640 135635285 4294956224 18446744073709551615 134534965 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 6785 5449 92 274 0 6508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27140

[startup+0.702716 s]
/proc/loadavg: 0.93 0.98 0.93 3/64 28440
/proc/meminfo: memFree=900272/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=52320 CPUtime=0.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 12896 0 0 0 64 5 0 0 24 0 1 0 214830698 53575680 12879 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 13080 12879 99 274 0 12803 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52320

[startup+1.50177 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 28441
/proc/meminfo: memFree=844840/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=62616 CPUtime=1.49
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 15483 0 0 0 143 6 0 0 25 0 1 0 214830698 64118784 15466 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 15654 15466 99 274 0 15377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62616

[startup+3.10187 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 28441
/proc/meminfo: memFree=831976/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=81920 CPUtime=3.09
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 20305 0 0 0 300 9 0 0 25 0 1 0 214830698 83886080 20288 1992294400 134512640 135635285 4294956224 18446744073709551615 134528203 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 20480 20288 99 274 0 20203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81920

[startup+6.30108 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 28441
/proc/meminfo: memFree=790568/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=120524 CPUtime=6.29
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 29898 0 0 0 613 16 0 0 25 0 1 0 214830698 123416576 29881 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 30131 29881 99 274 0 29854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120524

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.93 2/65 28441
/proc/meminfo: memFree=730216/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=12.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) R 28438 28440 28332 0 -1 4194304 41408 0 0 0 1134 135 0 0 25 0 1 0 214830698 172445696 41002 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/28440/statm: 42101 41002 101 274 0 41824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168404

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.93 2/67 28443
/proc/meminfo: memFree=596824/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=94800 CPUtime=4.75
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 22400 0 0 0 462 13 0 0 25 0 1 0 214832772 97075200 22339 1992294400 134512640 135243223 4294956320 18446744073709551615 134747750 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 23700 22339 63 178 0 23520 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 268560

[startup+51.103 s]
/proc/loadavg: 0.97 0.98 0.93 2/67 28443
/proc/meminfo: memFree=531800/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=162864 CPUtime=30.34
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37799 0 0 0 3010 24 0 0 25 0 1 0 214832772 166772736 37738 1992294400 134512640 135243223 4294956320 18446744073709551615 134535643 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 40716 37738 77 178 0 40536 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 336624

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.93 2/67 28443
/proc/meminfo: memFree=553048/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=137072 CPUtime=81.49
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37988 0 0 0 8125 24 0 0 25 0 1 0 214832772 140361728 32345 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 34268 32345 85 178 0 34088 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 310832

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 28443
/proc/meminfo: memFree=553176/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=137072 CPUtime=141.45
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37988 0 0 0 14121 24 0 0 25 0 1 0 214832772 140361728 32345 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 34268 32345 85 178 0 34088 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 310832

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 28443
/proc/meminfo: memFree=553176/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=137072 CPUtime=201.43
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37989 0 0 0 20118 25 0 0 25 0 1 0 214832772 140361728 32346 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 34268 32346 85 178 0 34088 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 310832

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 28443
/proc/meminfo: memFree=553176/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=137072 CPUtime=261.41
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37990 0 0 0 26116 25 0 0 25 0 1 0 214832772 140361728 32347 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 34268 32347 85 178 0 34088 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 310832

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 28443
/proc/meminfo: memFree=553176/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=137072 CPUtime=321.38
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 37990 0 0 0 32113 25 0 0 25 0 1 0 214832772 140361728 32347 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 34268 32347 85 178 0 34088 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 310832

[startup+402.303 s]
/proc/loadavg: 1.06 1.00 0.93 2/67 28443
/proc/meminfo: memFree=553176/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69

################
# More data... #
################

/proc/meminfo: memFree=407448/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=281272 CPUtime=4459.68
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 74175 0 0 0 445900 68 0 0 25 0 1 0 214832772 288022528 68532 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 70318 68532 85 178 0 70138 0
Current children cumulated CPU time (s) 4480.37
Current children cumulated vsize (KiB) 455032

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 28451
/proc/meminfo: memFree=406488/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=282196 CPUtime=4519.66
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 74412 0 0 0 451898 68 0 0 25 0 1 0 214832772 288968704 68769 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 70549 68769 85 178 0 70369 0
Current children cumulated CPU time (s) 4540.35
Current children cumulated vsize (KiB) 455956

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 28451
/proc/meminfo: memFree=405400/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=283252 CPUtime=4579.64
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 74662 0 0 0 457896 68 0 0 25 0 1 0 214832772 290050048 69019 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 70813 69019 85 178 0 70633 0
Current children cumulated CPU time (s) 4600.33
Current children cumulated vsize (KiB) 457012

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 28451
/proc/meminfo: memFree=404376/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=284176 CPUtime=4639.61
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 74901 0 0 0 463892 69 0 0 25 0 1 0 214832772 290996224 69258 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 71044 69258 85 178 0 70864 0
Current children cumulated CPU time (s) 4660.3
Current children cumulated vsize (KiB) 457936

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 28451
/proc/meminfo: memFree=403096/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=285500 CPUtime=4699.59
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 75233 0 0 0 469890 69 0 0 25 0 1 0 214832772 292352000 69590 1992294400 134512640 135243223 4294956320 18446744073709551615 134558303 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 71375 69590 85 178 0 71195 0
Current children cumulated CPU time (s) 4720.28
Current children cumulated vsize (KiB) 459260

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 28453
/proc/meminfo: memFree=401816/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=286556 CPUtime=4759.57
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 75501 0 0 0 475888 69 0 0 25 0 1 0 214832772 293433344 69858 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 71639 69858 85 178 0 71459 0
Current children cumulated CPU time (s) 4780.26
Current children cumulated vsize (KiB) 460316

[startup+4842.3 s]
/proc/loadavg: 1.03 1.01 0.96 2/67 28453
/proc/meminfo: memFree=400792/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=287620 CPUtime=4819.53
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 75771 0 0 0 481883 70 0 0 25 0 1 0 214832772 294522880 70128 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 71905 70128 85 178 0 71725 0
Current children cumulated CPU time (s) 4840.22
Current children cumulated vsize (KiB) 461380

[startup+4902.3 s]
/proc/loadavg: 1.01 1.01 0.96 2/67 28453
/proc/meminfo: memFree=399768/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=288676 CPUtime=4879.51
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 76039 0 0 0 487881 70 0 0 25 0 1 0 214832772 295604224 70396 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 72169 70396 85 178 0 71989 0
Current children cumulated CPU time (s) 4900.2
Current children cumulated vsize (KiB) 462436

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 28453
/proc/meminfo: memFree=398616/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=289864 CPUtime=4939.5
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 76324 0 0 0 493879 71 0 0 25 0 1 0 214832772 296820736 70681 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 72466 70681 85 178 0 72286 0
Current children cumulated CPU time (s) 4960.19
Current children cumulated vsize (KiB) 463624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 28453
/proc/meminfo: memFree=397848/2055920 swapFree=4181272/4192956
[pid=28440] ppid=28438 vsize=168404 CPUtime=20.69
/proc/28440/stat : 28440 (IUT_BMB_SAT) S 28438 28440 28332 0 -1 4194304 41414 0 0 0 1442 627 0 0 25 0 1 0 214830698 172445696 41007 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28440/statm: 42101 41007 106 274 0 41824 0
[pid=28442] ppid=28440 vsize=5356 CPUtime=0
/proc/28442/stat : 28442 (sh) S 28440 28440 28332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214832770 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28442/statm: 1339 232 193 169 0 50 0
[pid=28443] ppid=28442 vsize=290656 CPUtime=4979.38
/proc/28443/stat : 28443 (minisat) R 28442 28440 28332 0 -1 4194304 76514 0 0 0 497867 71 0 0 25 0 1 0 214832772 297631744 70871 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/28443/statm: 72664 70871 85 178 0 72484 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 464416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28440 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=426806
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=319039
# CPU time returned by wait4() is 20.7458
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.25
CPU time (s): 5000.07
CPU user time (s): 4993.09
CPU system time (s): 6.98
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 464416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4268
system time used= 6.31904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 65

runsolver used 3.88041 second user time and 14.3178 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-09 13:19:32
IDJOB=1784839
IDBENCH=24626
IDSOLVER=638
FILE ID=node22/1784839-1241867963
PBS_JOBID= 9264590
Free space on /tmp= 66316 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784839-1241867963/watcher-1784839-1241867963 -o /tmp/evaluation-result-1784839-1241867963/solver-1784839-1241867963 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784839-1241867963.cnf HOME

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=607819177

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        900688 kB
Buffers:         53268 kB
Cached:        1006764 kB
SwapCached:       5528 kB
Active:         299416 kB
Inactive:       769040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        900688 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:           55256 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            72852 kB
Committed_AS:   807572 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node22 at 2009-05-09 14:42:56