Trace number 1797994

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-core 070721? (TO) 1200.12 1200.68

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p1.cnf
MD5SUM31a85166c16c74a5f2dcee32f2093a67
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 variables381708
Number of clauses1632906
Sum of the clauses size3841867
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21226633
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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:  381708                                               |
0.00/0.00	|  Number of clauses:    1632906                                              |
1.00/1.04	|  Parsing time:         0.92         s                                       |
1.09/1.16	============================[ Search Statistics ]==============================
1.09/1.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.16	===============================================================================
1.09/1.16	|         0 |  325130  1316960  3185284 |   438986        0    nan |  0.000 % |
1.49/1.55	|       100 |  325124  1316960  3185284 |   482885       99    211 | 14.826 % |
1.79/1.82	|       251 |  325124  1316960  3185284 |   531173      250    154 | 14.826 % |
2.09/2.17	|       478 |  325120  1316960  3185284 |   584291      475    156 | 14.983 % |
2.78/2.85	|       816 |  325118  1316960  3185284 |   642720      812    179 | 14.984 % |
3.78/3.82	|      1322 |  322731  1309680  3168766 |   706992     1315    145 | 15.478 % |
5.38/5.41	|      2081 |  319400  1290308  3126046 |   777691     2064    150 | 16.323 % |
9.26/9.38	|      3222 |  319400  1290308  3126046 |   855460     3205    213 | 16.323 % |
15.26/15.30	|      4932 |  318380  1285596  3115780 |   941006     4912    263 | 16.591 % |
23.45/23.59	|      7494 |  317889  1285596  3115780 |  1035107     7472    353 | 17.816 % |
35.15/35.21	|     11341 |  311185  1252548  3040265 |  1138618    11306    305 | 18.476 % |
49.75/49.86	|     17108 |  310907  1252210  3039503 |  1252480    17062    289 | 19.328 % |
76.93/77.03	|     25758 |  303297  1217127  2963137 |  1377728    25636    283 | 20.668 % |
132.30/132.50	|     38734 |  301146  1205032  2938249 |  1515501    38557    357 | 21.106 % |
211.83/212.08	|     58195 |  298860  1197515  2921803 |  1667051    57476    372 | 21.849 % |
379.95/380.24	|     87390 |  296782  1186439  2898181 |  1833756    86445    431 | 22.249 % |
757.10/757.50	|    131179 |  290263  1159748  2837882 |  2017131   127960    517 | 23.966 % |

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-1797994-1242084751/watcher-1797994-1242084751 -o /tmp/evaluation-result-1797994-1242084751/solver-1797994-1242084751 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797994-1242084751.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 14438
/proc/meminfo: memFree=1198616/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=2732 CPUtime=0
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 236504196 2797568 518 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 683 520 58 171 0 509 0

[startup+0.0595991 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 14438
/proc/meminfo: memFree=1198616/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=17284 CPUtime=0.05
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 3508 0 0 0 4 1 0 0 18 0 1 0 236504196 17698816 3445 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 4321 3446 58 171 0 4147 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17284

[startup+0.101603 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 14438
/proc/meminfo: memFree=1198616/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=20700 CPUtime=0.09
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 4350 0 0 0 7 2 0 0 18 0 1 0 236504196 21196800 4287 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 5175 4287 58 171 0 5001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20700

[startup+0.301626 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 14438
/proc/meminfo: memFree=1198616/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=34124 CPUtime=0.29
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 7704 0 0 0 26 3 0 0 20 0 1 0 236504196 34942976 7641 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 8531 7642 58 171 0 8357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34124

[startup+0.701673 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 14438
/proc/meminfo: memFree=1198616/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=56988 CPUtime=0.69
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 13583 0 0 0 62 7 0 0 23 0 1 0 236504196 58355712 13520 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 14247 13520 58 171 0 14073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56988

[startup+1.50278 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1117712/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=94628 CPUtime=1.49
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 21441 0 0 0 138 11 0 0 25 0 1 0 236504196 96899072 21378 1992294400 134512640 135213614 4294956256 18446744073709551615 134527261 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 23657 21378 74 171 0 23483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94628

[startup+3.10197 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1113040/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=94628 CPUtime=3.08
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 21445 0 0 0 297 11 0 0 25 0 1 0 236504196 96899072 21382 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/14438/statm: 23657 21382 78 171 0 23483 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94628

[startup+6.30134 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1113232/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=94628 CPUtime=6.27
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 21448 0 0 0 615 12 0 0 25 0 1 0 236504196 96899072 21385 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/14438/statm: 23657 21385 78 171 0 23483 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 94628

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1112208/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=96232 CPUtime=12.66
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 21859 0 0 0 1254 12 0 0 25 0 1 0 236504196 98541568 21796 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 24058 21796 78 171 0 23884 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 96232

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1105488/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=102828 CPUtime=25.45
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 23516 0 0 0 2531 14 0 0 25 0 1 0 236504196 105295872 23453 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 25707 23453 78 171 0 25533 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 102828

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1096720/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=112352 CPUtime=51.04
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 25736 0 0 0 5088 16 0 0 25 0 1 0 236504196 115048448 25673 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/14438/statm: 28088 25673 78 171 0 27914 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 112352

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1077328/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=131268 CPUtime=102.21
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 30508 0 0 0 10201 20 0 0 25 0 1 0 236504196 134418432 30445 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 32817 30445 78 171 0 32643 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 131268

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1048016/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=160680 CPUtime=162.17
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 37877 0 0 0 16192 25 0 0 25 0 1 0 236504196 164536320 37814 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 40170 37814 78 171 0 39996 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 160680

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1023376/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=185188 CPUtime=222.13
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 44013 0 0 0 22182 31 0 0 25 0 1 0 236504196 189632512 43950 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 46297 43950 78 171 0 46123 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 185188

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=1001744/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=206864 CPUtime=282.09
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 49403 0 0 0 28174 35 0 0 25 0 1 0 236504196 211828736 49340 1992294400 134512640 135213614 4294956256 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 51716 49340 78 171 0 51542 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 206864

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=978320/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=230188 CPUtime=342.07
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 55241 0 0 0 34167 40 0 0 25 0 1 0 236504196 235712512 55178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526710 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 57547 55178 78 171 0 57373 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 230188

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=954448/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=254432 CPUtime=402.06
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 61305 0 0 0 40160 46 0 0 25 0 1 0 236504196 260538368 61242 1992294400 134512640 135213614 4294956256 18446744073709551615 134527226 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 63608 61242 78 171 0 63434 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 254432

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=934352/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=274276 CPUtime=462.03
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 66252 0 0 0 46153 50 0 0 25 0 1 0 236504196 280858624 66189 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 68569 66189 78 171 0 68395 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 274276

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14439
/proc/meminfo: memFree=918928/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=289996 CPUtime=522
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 70185 0 0 0 52147 53 0 0 25 0 1 0 236504196 296955904 70122 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 72499 70122 78 171 0 72325 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 289996

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=903312/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=305192 CPUtime=581.98
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 73982 0 0 0 58141 57 0 0 25 0 1 0 236504196 312516608 73919 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 76298 73919 78 171 0 76124 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 305192

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=886288/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=322020 CPUtime=641.95
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 78199 0 0 0 64135 60 0 0 25 0 1 0 236504196 329748480 78136 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 80505 78136 78 171 0 80331 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 322020

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=867920/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=340820 CPUtime=701.93
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 82883 0 0 0 70128 65 0 0 25 0 1 0 236504196 348999680 82820 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 85205 82820 78 171 0 85031 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 340820

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=845904/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=362376 CPUtime=761.91
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 88291 0 0 0 76121 70 0 0 25 0 1 0 236504196 371073024 88228 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 90594 88228 78 171 0 90420 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 362376

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=825040/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=383364 CPUtime=821.88
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 93528 0 0 0 82115 73 0 0 25 0 1 0 236504196 392564736 93465 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 95841 93465 78 171 0 95667 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 383364

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=800592/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=407824 CPUtime=881.86
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 99610 0 0 0 88108 78 0 0 25 0 1 0 236504196 417611776 99547 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 101956 99547 78 171 0 101782 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 407824

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=777744/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=431276 CPUtime=941.84
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 105462 0 0 0 94101 83 0 0 25 0 1 0 236504196 441626624 105399 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 107819 105399 78 171 0 107645 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 431276

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=746448/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=461796 CPUtime=1001.81
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 113108 0 0 0 100091 90 0 0 25 0 1 0 236504196 472879104 113045 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 115449 113045 78 171 0 115275 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 461796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=729744/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=478660 CPUtime=1061.79
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 117323 0 0 0 106086 93 0 0 25 0 1 0 236504196 490147840 117260 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 119665 117260 78 171 0 119491 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 478660

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=710416/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=497880 CPUtime=1121.76
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 122120 0 0 0 112080 96 0 0 25 0 1 0 236504196 509829120 122057 1992294400 134512640 135213614 4294956256 18446744073709551615 134527217 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 124470 122057 78 171 0 124296 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 497880

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=681232/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=527116 CPUtime=1181.74
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 129452 0 0 0 118073 101 0 0 25 0 1 0 236504196 539766784 129389 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 131779 129389 78 171 0 131605 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 527116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14441
/proc/meminfo: memFree=672528/2055920 swapFree=4179992/4192956
[pid=14438] ppid=14436 vsize=535444 CPUtime=1200.03
/proc/14438/stat : 14438 (minisat_static) R 14436 14438 13912 0 -1 4194304 131520 0 0 0 119901 102 0 0 25 0 1 0 236504196 548294656 131457 1992294400 134512640 135213614 4294956256 18446744073709551615 134524316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14438/statm: 133861 131457 78 171 0 133687 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 535444

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.68
CPU time (s): 1200.12
CPU user time (s): 1199.01
CPU system time (s): 1.10083
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 535444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.01
system time used= 1.10083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131520
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= 2
involuntary context switches= 3786

runsolver used 1.12783 second user time and 2.20466 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-12 01:32:33
IDJOB=1797994
IDBENCH=71009
IDSOLVER=651
FILE ID=node75/1797994-1242084751
PBS_JOBID= 9277595
Free space on /tmp= 66320 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797994-1242084751/watcher-1797994-1242084751 -o /tmp/evaluation-result-1797994-1242084751/solver-1797994-1242084751 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797994-1242084751.cnf

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

MD5SUM BENCH= 31a85166c16c74a5f2dcee32f2093a67
RANDOM SEED=2039338069

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1199032 kB
Buffers:         75452 kB
Cached:         699528 kB
SwapCached:       7224 kB
Active:         219344 kB
Inactive:       564860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199032 kB
SwapTotal:     4192956 kB
SwapFree:      4179992 kB
Dirty:           31172 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            58584 kB
Committed_AS:   672584 kB
PageTables:       1420 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= 66320 MiB
End job on node75 at 2009-05-12 01:52:36