Trace number 1589970

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
minisat2-simp 070721? (TO) 1200.12 1200.56

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications 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 variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  224569                                               |
0.00/0.00	|  Number of clauses:    1190619                                              |
1.99/2.10	|  Parsing time:         1.95         s                                       |
5.09/5.18	============================[ Search Statistics ]==============================
5.09/5.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.18	===============================================================================
5.09/5.18	|         0 |  120292   802152  2223133 |   267384        0    nan |  0.000 % |
5.38/5.49	|       101 |  120285   802152  2223133 |   294122      100    110 | 20.921 % |
5.59/5.60	|       252 |  120285   802152  2223133 |   323534      251    106 | 20.921 % |
5.79/5.81	|       480 |  120285   802152  2223133 |   355888      479    104 | 20.921 % |
6.28/6.35	|       817 |  120285   802152  2223133 |   391476      816    108 | 20.921 % |
6.98/7.00	|      1327 |  120285   802152  2223133 |   430624     1326    128 | 20.921 % |
8.38/8.41	|      2088 |  117617   785169  2178980 |   473687     2078    118 | 23.351 % |
9.99/10.05	|      3227 |  108920   723746  2020551 |   521055     3184    114 | 26.086 % |
12.09/12.15	|      4935 |  105262   697401  1952490 |   573161     4871    111 | 28.327 % |
15.28/15.38	|      7498 |  100445   669713  1881453 |   630477     7396    109 | 30.750 % |
20.18/20.30	|     11344 |   95811   631714  1783734 |   693525    11185    111 | 32.021 % |
28.18/28.24	|     17113 |   93671   618425  1749678 |   762877    16917    129 | 32.757 % |
41.76/41.82	|     25762 |   88453   583780  1660944 |   839165    23050    115 | 35.049 % |
66.05/66.17	|     38736 |   86501   568392  1621083 |   923082    35862    122 | 36.094 % |
108.14/108.21	|     58199 |   84924   554158  1585144 |  1015390    54826    135 | 36.608 % |
200.00/200.14	|     87391 |   83670   543965  1557403 |  1116929    82667    173 | 37.176 % |
380.24/380.44	|    131180 |   83114   540525  1548531 |  1228622   126143    216 | 37.692 % |
745.32/745.67	|    196865 |   80562   519108  1488635 |  1351484   160034    237 | 38.571 % |

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-1589970-1239114262/watcher-1589970-1239114262 -o /tmp/evaluation-result-1589970-1239114262/solver-1589970-1239114262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589970-1239114262.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 1.22 2/64 19052
/proc/meminfo: memFree=1467248/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=2232 CPUtime=0
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 419 0 0 0 0 0 0 0 20 0 1 0 1184088264 2285568 404 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 558 411 65 178 0 378 0

[startup+0.100265 s]
/proc/loadavg: 0.92 0.99 1.22 2/64 19052
/proc/meminfo: memFree=1467248/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=24520 CPUtime=0.09
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 5366 0 0 0 7 2 0 0 20 0 1 0 1184088264 25108480 5323 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 6130 5323 65 178 0 5950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24520

[startup+0.20128 s]
/proc/loadavg: 0.92 0.99 1.22 2/64 19052
/proc/meminfo: memFree=1467248/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=30032 CPUtime=0.19
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 6756 0 0 0 16 3 0 0 21 0 1 0 1184088264 30752768 6713 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 7508 6713 65 178 0 7328 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30032

[startup+0.301298 s]
/proc/loadavg: 0.92 0.99 1.22 2/64 19052
/proc/meminfo: memFree=1467248/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=34528 CPUtime=0.29
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 7859 0 0 0 25 4 0 0 22 0 1 0 1184088264 35356672 7816 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 8632 7817 65 178 0 8452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34528

[startup+0.701367 s]
/proc/loadavg: 0.92 0.99 1.22 2/64 19052
/proc/meminfo: memFree=1467248/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=46056 CPUtime=0.69
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 10647 0 0 0 63 6 0 0 25 0 1 0 1184088264 47161344 10604 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 11514 10604 65 178 0 11334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46056

[startup+1.5015 s]
/proc/loadavg: 0.92 0.99 1.22 2/65 19053
/proc/meminfo: memFree=1413736/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=68172 CPUtime=1.49
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 15690 0 0 0 139 10 0 0 25 0 1 0 1184088264 69808128 15647 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 17043 15647 65 178 0 16863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68172

[startup+3.10178 s]
/proc/loadavg: 0.92 0.99 1.22 2/65 19053
/proc/meminfo: memFree=1376360/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=101964 CPUtime=3.09
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 23374 0 0 0 294 15 0 0 25 0 1 0 1184088264 104411136 23331 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 25491 23332 80 178 0 25311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101964

[startup+6.30133 s]
/proc/loadavg: 0.93 0.99 1.21 2/65 19053
/proc/meminfo: memFree=1366376/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=106520 CPUtime=6.28
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 29207 0 0 0 610 18 0 0 25 0 1 0 1184088264 109076480 25233 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 26630 25233 87 178 0 26450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 106520

[startup+12.7014 s]
/proc/loadavg: 0.93 0.99 1.21 2/65 19053
/proc/meminfo: memFree=1366448/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=106788 CPUtime=12.68
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 29245 0 0 0 1250 18 0 0 25 0 1 0 1184088264 109350912 25271 1992294400 134512640 135243866 4294956256 18446744073709551615 134559438 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 26697 25271 87 178 0 26517 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 106788

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 1.21 2/65 19053
/proc/meminfo: memFree=1366384/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=106788 CPUtime=25.48
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 29254 0 0 0 2530 18 0 0 25 0 1 0 1184088264 109350912 25280 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 26697 25280 87 178 0 26517 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 106788

[startup+51.102 s]
/proc/loadavg: 0.96 0.99 1.20 2/65 19053
/proc/meminfo: memFree=1366256/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=107056 CPUtime=51.06
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 29257 0 0 0 5087 19 0 0 25 0 1 0 1184088264 109625344 25283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 26764 25283 87 178 0 26584 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 107056

[startup+102.303 s]
/proc/loadavg: 0.98 0.99 1.19 2/65 19053
/proc/meminfo: memFree=1355696/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=117564 CPUtime=102.24
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 31933 0 0 0 10203 21 0 0 25 0 1 0 1184088264 120385536 27959 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 29391 27959 87 178 0 29211 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 117564

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.17 2/65 19053
/proc/meminfo: memFree=1337008/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=136420 CPUtime=162.22
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 36628 0 0 0 16195 27 0 0 25 0 1 0 1184088264 139694080 32654 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 34105 32654 87 178 0 33925 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 136420

[startup+222.305 s]
/proc/loadavg: 0.99 0.99 1.16 2/65 19053
/proc/meminfo: memFree=1319408/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=153856 CPUtime=222.2
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 40988 0 0 0 22189 31 0 0 25 0 1 0 1184088264 157548544 37014 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 38464 37014 87 178 0 38284 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 153856

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.15 2/65 19053
/proc/meminfo: memFree=1301488/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=171992 CPUtime=282.17
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 45522 0 0 0 28181 36 0 0 25 0 1 0 1184088264 176119808 41548 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 42998 41548 87 178 0 42818 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 171992

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 1.14 2/65 19053
/proc/meminfo: memFree=1283888/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=189292 CPUtime=342.15
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 49844 0 0 0 34174 41 0 0 25 0 1 0 1184088264 193835008 45870 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 47323 45870 87 178 0 47143 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 189292

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 1.13 2/65 19053
/proc/meminfo: memFree=1268208/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=205000 CPUtime=402.13
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 53789 0 0 0 40167 46 0 0 25 0 1 0 1184088264 209920000 49815 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 51250 49815 87 178 0 51070 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 205000

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 1.11 2/65 19053
/proc/meminfo: memFree=1251056/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=222168 CPUtime=462.11
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 58027 0 0 0 46160 51 0 0 25 0 1 0 1184088264 227500032 54053 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 55542 54053 87 178 0 55362 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 222168

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 1.10 2/65 19053
/proc/meminfo: memFree=1237744/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=235524 CPUtime=522.09
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 61368 0 0 0 52154 55 0 0 25 0 1 0 1184088264 241176576 57394 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 58881 57394 87 178 0 58701 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 235524

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 1.09 2/65 19053
/proc/meminfo: memFree=1225840/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=247436 CPUtime=582.07
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 64338 0 0 0 58149 58 0 0 25 0 1 0 1184088264 253374464 60364 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 61859 60364 87 178 0 61679 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 247436

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 1.08 2/65 19053
/proc/meminfo: memFree=1216752/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=256424 CPUtime=642.05
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 66606 0 0 0 64145 60 0 0 25 0 1 0 1184088264 262578176 62632 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 64106 62632 87 178 0 63926 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 256424

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 1.08 2/65 19053
/proc/meminfo: memFree=1206128/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=266856 CPUtime=702.03
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 69209 0 0 0 70139 64 0 0 25 0 1 0 1184088264 273260544 65235 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 66714 65235 87 178 0 66534 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 266856

[startup+762.301 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 19053
/proc/meminfo: memFree=1206128/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=266856 CPUtime=762.01
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 69209 0 0 0 76137 64 0 0 25 0 1 0 1184088264 273260544 65235 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 66714 65235 87 178 0 66534 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 266856

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 19053
/proc/meminfo: memFree=1206064/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=266856 CPUtime=821.99
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 69210 0 0 0 82135 64 0 0 25 0 1 0 1184088264 273260544 65236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 66714 65236 87 178 0 66534 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 266856

[startup+882.306 s]
/proc/loadavg: 1.07 1.00 1.07 2/65 19053
/proc/meminfo: memFree=1192624/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=280320 CPUtime=881.97
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 72577 0 0 0 88130 67 0 0 25 0 1 0 1184088264 287047680 68603 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 70080 68603 87 178 0 69900 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 280320

[startup+942.301 s]
/proc/loadavg: 1.09 1.02 1.07 2/65 19053
/proc/meminfo: memFree=1180656/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=292224 CPUtime=941.95
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 75579 0 0 0 94125 70 0 0 25 0 1 0 1184088264 299237376 71605 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 73056 71605 87 178 0 72876 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 292224

[startup+1002.3 s]
/proc/loadavg: 1.03 1.01 1.06 2/65 19053
/proc/meminfo: memFree=1166704/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=306020 CPUtime=1001.92
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 79031 0 0 0 100118 74 0 0 25 0 1 0 1184088264 313364480 75057 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 76505 75057 87 178 0 76325 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 306020

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 1.05 2/65 19053
/proc/meminfo: memFree=1155504/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=317656 CPUtime=1061.91
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 81842 0 0 0 106113 78 0 0 25 0 1 0 1184088264 325279744 77868 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 79414 77868 87 178 0 79234 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 317656

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19055
/proc/meminfo: memFree=1146416/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=326528 CPUtime=1121.88
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 84072 0 0 0 112108 80 0 0 25 0 1 0 1184088264 334364672 80098 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 81632 80098 87 178 0 81452 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 326528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 19055
/proc/meminfo: memFree=1136112/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=336980 CPUtime=1181.86
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 86684 0 0 0 118103 83 0 0 25 0 1 0 1184088264 345067520 82710 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 84245 82710 87 178 0 84065 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 336980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 19055
/proc/meminfo: memFree=1132848/2055920 swapFree=4175364/4192956
[pid=19052] ppid=19050 vsize=340024 CPUtime=1200.06
/proc/19052/stat : 19052 (minisat_static) R 19050 19052 18987 0 -1 4194304 87449 0 0 0 119922 84 0 0 25 0 1 0 1184088264 348184576 83475 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/19052/statm: 85006 83475 87 178 0 84826 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 340024

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)
Real time (s): 1200.56
CPU time (s): 1200.12
CPU user time (s): 1199.22
CPU system time (s): 0.902862
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 340024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.22
system time used= 0.902862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87449
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= 1
involuntary context switches= 2784

runsolver used 1.00785 second user time and 2.45963 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-07 16:24:24
IDJOB=1589970
IDBENCH=71011
IDSOLVER=568
FILE ID=node55/1589970-1239114262
PBS_JOBID= 9110821
Free space on /tmp= 66496 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589970-1239114262/watcher-1589970-1239114262 -o /tmp/evaluation-result-1589970-1239114262/solver-1589970-1239114262 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589970-1239114262.cnf

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=577619041

node55.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.259
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.259
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:       1467728 kB
Buffers:         40260 kB
Cached:         471364 kB
SwapCached:      11704 kB
Active:          49944 kB
Inactive:       474992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467728 kB
SwapTotal:     4192956 kB
SwapFree:      4175364 kB
Dirty:           23252 kB
Writeback:           0 kB
Mapped:          18896 kB
Slab:            49296 kB
Committed_AS:  3302412 kB
PageTables:       1372 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= 66496 MiB
End job on node55 at 2009-04-07 16:44:26