Trace number 1796439

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.53

General information on the benchmark

Nameindustrial/grieu/
vmpc_33.cnf
MD5SUM4c4d694bb911a7a13a7cb66a99dd484c
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 variables1089
Number of clauses177375
Sum of the clauses size464310
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269795
Number of clauses of size 3107514
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 566

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:  1089                                                 |
0.00/0.00	|  Number of clauses:    177375                                               |
0.09/0.14	|  Parsing time:         0.12         s                                       |
2.59/2.66	============================[ Search Statistics ]==============================
2.59/2.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.66	===============================================================================
2.59/2.66	|         0 |    1087   132531   355215 |    44177        0    nan |  0.000 % |
2.69/2.70	|       102 |    1087   132531   355215 |    48594      102     67 |  0.184 % |
2.69/2.72	|       254 |    1087   132531   355215 |    53454      254     96 |  0.184 % |
2.69/2.75	|       480 |    1087   132531   355215 |    58799      480    105 |  0.184 % |
2.79/2.81	|       820 |    1087   132531   355215 |    64679      820    104 |  0.184 % |
2.79/2.88	|      1326 |    1087   132531   355215 |    71147     1326    107 |  0.184 % |
2.89/2.99	|      2085 |    1087   132531   355215 |    78262     2085    112 |  0.184 % |
3.09/3.19	|      3224 |    1087   132531   355215 |    86088     3224    115 |  0.184 % |
3.39/3.49	|      4933 |    1087   132531   355215 |    94697     4933    128 |  0.184 % |
3.99/4.05	|      7498 |    1087   132531   355215 |   104167     7498    119 |  0.184 % |
4.98/5.08	|     11342 |    1087   132531   355215 |   114583    11342    120 |  0.184 % |
6.99/7.04	|     17108 |    1087   132531   355215 |   126042    17108    122 |  0.184 % |
10.39/10.47	|     25757 |    1087   132531   355215 |   138646    25757    130 |  0.184 % |
19.28/19.32	|     38731 |    1087   132531   355215 |   152510    38731    131 |  0.184 % |
40.28/40.35	|     58195 |    1087   132531   355215 |   167762    58195    143 |  0.184 % |
91.86/91.92	|     87387 |    1087   132531   355215 |   184538    87387    141 |  0.184 % |
201.62/201.73	|    131176 |    1087   132531   355215 |   202992   131176    137 |  0.184 % |
473.93/474.10	|    196862 |    1087   132531   355215 |   223291   196862    138 |  0.184 % |
679.06/679.37	|    295388 |    1087   132531   355215 |   245620    92867    121 |  0.184 % |

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-1796439-1242075556/watcher-1796439-1242075556 -o /tmp/evaluation-result-1796439-1242075556/solver-1796439-1242075556 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796439-1242075556.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: 1.00 1.00 1.00 2/64 1132
/proc/meminfo: memFree=691896/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=2196 CPUtime=0
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 417 0 0 0 0 0 0 0 18 0 1 0 235582415 2248704 402 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 549 402 65 178 0 369 0

[startup+0.08305 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1132
/proc/meminfo: memFree=691896/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=7904 CPUtime=0.07
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 1771 0 0 0 7 0 0 0 18 0 1 0 235582415 8093696 1756 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 1976 1757 65 178 0 1796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7904

[startup+0.101054 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1132
/proc/meminfo: memFree=691896/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=8960 CPUtime=0.09
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 2081 0 0 0 8 1 0 0 18 0 1 0 235582415 9175040 2066 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 2240 2066 65 178 0 2060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8960

[startup+0.301089 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1132
/proc/meminfo: memFree=691896/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=11736 CPUtime=0.29
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 2781 0 0 0 28 1 0 0 19 0 1 0 235582415 12017664 2766 1992294400 134512640 135243866 4294956256 18446744073709551615 134535633 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 2934 2766 81 178 0 2754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11736

[startup+0.701161 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1132
/proc/meminfo: memFree=691896/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=11736 CPUtime=0.69
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 2785 0 0 0 68 1 0 0 22 0 1 0 235582415 12017664 2770 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 2934 2770 81 178 0 2754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11736

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=681072/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=11736 CPUtime=1.49
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 2791 0 0 0 148 1 0 0 25 0 1 0 235582415 12017664 2776 1992294400 134512640 135243866 4294956256 18446744073709551615 134746116 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 2934 2776 81 178 0 2754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11736

[startup+3.10259 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=680368/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=10924 CPUtime=3.09
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 2929 0 0 0 308 1 0 0 25 0 1 0 235582415 11186176 2598 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 2731 2598 87 178 0 2551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10924

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=677168/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=16740 CPUtime=6.29
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 4379 0 0 0 627 2 0 0 25 0 1 0 235582415 17141760 4048 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 4185 4048 87 178 0 4005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16740

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=667760/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=25268 CPUtime=12.68
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 6497 0 0 0 1264 4 0 0 25 0 1 0 235582415 25874432 6166 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 6317 6166 87 178 0 6137 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25268

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=657392/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=35120 CPUtime=25.48
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 8967 0 0 0 2541 7 0 0 25 0 1 0 235582415 35962880 8636 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 8780 8636 87 178 0 8600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35120

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=643824/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=48744 CPUtime=51.07
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 12360 0 0 0 5096 11 0 0 25 0 1 0 235582415 49913856 12029 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 12186 12029 87 178 0 12006 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48744

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1133
/proc/meminfo: memFree=627696/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=64848 CPUtime=102.26
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 16361 0 0 0 10210 16 0 0 25 0 1 0 235582415 66404352 16030 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 16212 16030 87 178 0 16032 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64848

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=612776/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=79964 CPUtime=162.23
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 20106 0 0 0 16201 22 0 0 25 0 1 0 235582415 81883136 19775 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 19991 19775 87 178 0 19811 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 79964

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=602024/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=90512 CPUtime=222.21
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 22758 0 0 0 22196 25 0 0 25 0 1 0 235582415 92684288 22427 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 22628 22427 87 178 0 22448 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 90512

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=592232/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=100712 CPUtime=282.19
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 25213 0 0 0 28191 28 0 0 25 0 1 0 235582415 103129088 24882 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 25178 24882 87 178 0 24998 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 100712

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=584232/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=108532 CPUtime=342.17
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 27195 0 0 0 34186 31 0 0 25 0 1 0 235582415 111136768 26864 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 27133 26864 87 178 0 26953 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 108532

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=575720/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=117040 CPUtime=402.15
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 29330 0 0 0 40182 33 0 0 25 0 1 0 235582415 119848960 28999 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 29260 28999 87 178 0 29080 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 117040

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=567536/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=125044 CPUtime=462.13
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 31342 0 0 0 46178 35 0 0 25 0 1 0 235582415 128045056 31011 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 31261 31011 87 178 0 31081 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 125044

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=559216/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=133556 CPUtime=522.1
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 33448 0 0 0 52173 37 0 0 25 0 1 0 235582415 136761344 33117 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 33389 33117 87 178 0 33209 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 133556

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=552240/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=140904 CPUtime=582.09
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35161 0 0 0 58169 40 0 0 25 0 1 0 235582415 144285696 34830 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35226 34830 87 178 0 35046 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 140904

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=642.07
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35820 0 0 0 64166 41 0 0 25 0 1 0 235582415 146948096 35489 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35489 87 178 0 35696 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 143504

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=702.05
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35820 0 0 0 70164 41 0 0 25 0 1 0 235582415 146948096 35489 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35489 87 178 0 35696 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 143504

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549488/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=762.04
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35821 0 0 0 76162 42 0 0 25 0 1 0 235582415 146948096 35490 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35490 87 178 0 35696 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 143504

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=822.01
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35823 0 0 0 82159 42 0 0 25 0 1 0 235582415 146948096 35492 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35492 87 178 0 35696 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 143504

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=881.99
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35824 0 0 0 88157 42 0 0 25 0 1 0 235582415 146948096 35493 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35493 87 178 0 35696 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 143504

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=941.97
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35825 0 0 0 94155 42 0 0 25 0 1 0 235582415 146948096 35494 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35494 87 178 0 35696 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 143504

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549552/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143504 CPUtime=1001.95
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35830 0 0 0 100152 43 0 0 25 0 1 0 235582415 146948096 35499 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35876 35499 87 178 0 35696 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 143504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=549168/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=143912 CPUtime=1061.93
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 35910 0 0 0 106150 43 0 0 25 0 1 0 235582415 147365888 35579 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 35978 35579 87 178 0 35798 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 143912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=547632/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=145556 CPUtime=1121.91
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 36322 0 0 0 112147 44 0 0 25 0 1 0 235582415 149049344 35991 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 36389 35991 87 178 0 36209 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 145556

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=540720/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=152684 CPUtime=1181.89
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 38057 0 0 0 118143 46 0 0 25 0 1 0 235582415 156348416 37726 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 38171 37726 87 178 0 37991 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 152684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=538800/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=154472 CPUtime=1200.09
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 38512 0 0 0 119962 47 0 0 25 0 1 0 235582415 158179328 38181 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 38618 38181 87 178 0 38438 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 154472

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1139
/proc/meminfo: memFree=538800/2055920 swapFree=4180452/4192956
[pid=1132] ppid=1130 vsize=154472 CPUtime=1200.09
/proc/1132/stat : 1132 (minisat_static) R 1130 1132 940 0 -1 4194304 38512 0 0 0 119962 47 0 0 25 0 1 0 235582415 158179328 38181 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1132/statm: 38618 38181 87 178 0 38438 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 154472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.12
CPU user time (s): 1199.63
CPU system time (s): 0.495924
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 154472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.63
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38512
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= 2482

runsolver used 0.937857 second user time and 2.68159 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-11 22:59:16
IDJOB=1796439
IDBENCH=20488
IDSOLVER=568
FILE ID=node60/1796439-1242075556
PBS_JOBID= 9277666
Free space on /tmp= 66036 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/grieu/vmpc_33.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796439-1242075556/watcher-1796439-1242075556 -o /tmp/evaluation-result-1796439-1242075556/solver-1796439-1242075556 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796439-1242075556.cnf

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

MD5SUM BENCH= 4c4d694bb911a7a13a7cb66a99dd484c
RANDOM SEED=656629055

node60.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.256
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.256
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:        692376 kB
Buffers:         77952 kB
Cached:        1196440 kB
SwapCached:       6932 kB
Active:         171064 kB
Inactive:      1112732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        692376 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            3320 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            65748 kB
Committed_AS:   822916 kB
PageTables:       1448 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= 66036 MiB
End job on node60 at 2009-05-11 23:19:19