Trace number 1797771

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.05 1200.44

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.04/0.09	|  Parsing time:         0.08         s                                       |
0.04/0.09	============================[ Search Statistics ]==============================
0.04/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.09	===============================================================================
0.04/0.09	|         0 |    1089   177375   464310 |    59125        0    nan |  0.000 % |
0.09/0.13	|       100 |    1089   177375   464310 |    65037      100     77 |  0.000 % |
0.09/0.16	|       251 |    1089   177375   464310 |    71541      251     89 |  0.000 % |
0.09/0.19	|       479 |    1089   177375   464310 |    78695      479    102 |  0.000 % |
0.19/0.24	|       816 |    1089   177375   464310 |    86564      816    105 |  0.000 % |
0.29/0.32	|      1322 |    1089   177375   464310 |    95221     1322    115 |  0.000 % |
0.39/0.47	|      2082 |    1089   177375   464310 |   104743     2082    111 |  0.000 % |
0.59/0.67	|      3221 |    1089   177375   464310 |   115217     3221    114 |  0.000 % |
0.89/1.00	|      4934 |    1089   177375   464310 |   126739     4934    120 |  0.000 % |
1.49/1.55	|      7496 |    1089   177375   464310 |   139413     7496    113 |  0.000 % |
2.49/2.58	|     11341 |    1089   177375   464310 |   153355    11341    118 |  0.000 % |
4.59/4.62	|     17110 |    1089   177375   464310 |   168690    17110    121 |  0.000 % |
8.49/8.50	|     25760 |    1089   177375   464310 |   185559    25760    123 |  0.000 % |
15.79/15.82	|     38734 |    1089   177375   464310 |   204115    38734    121 |  0.000 % |
29.69/29.73	|     58195 |    1088   177055   463480 |   224527    58194    120 |  0.092 % |
69.06/69.17	|     87389 |    1088   177055   463480 |   246979    87388    120 |  0.092 % |
147.43/147.50	|    131180 |    1088   177055   463480 |   271677   131179    119 |  0.092 % |
373.87/374.04	|    196864 |    1087   176735   462650 |   298845   196862    131 |  0.184 % |
825.42/825.76	|    295392 |    1087   176735   462650 |   328730   295390    132 |  0.184 % |
1199.40/1199.88	|    443185 |    1087   176735   462650 |   361603   136559    109 |  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-1797771-1242075597/watcher-1797771-1242075597 -o /tmp/evaluation-result-1797771-1242075597/solver-1797771-1242075597 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797771-1242075597.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.97 0.98 0.99 3/64 30139
/proc/meminfo: memFree=1059256/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=2168 CPUtime=0
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 0 235584155 2220032 390 1992294400 134512640 135213614 4294956256 18446744073709551615 134515477 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 542 391 58 171 0 368 0

[startup+0.0572819 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 30139
/proc/meminfo: memFree=1059256/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=6144 CPUtime=0.04
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 1402 0 0 0 4 0 0 0 18 0 1 0 235584155 6291456 1387 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 1569 1389 58 171 0 1395 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6144

[startup+0.101287 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 30139
/proc/meminfo: memFree=1059256/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=9048 CPUtime=0.09
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 2122 0 0 0 8 1 0 0 18 0 1 0 235584155 9265152 2107 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 2262 2107 74 171 0 2088 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9048

[startup+0.301314 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 30139
/proc/meminfo: memFree=1059256/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=10104 CPUtime=0.29
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 2394 0 0 0 28 1 0 0 18 0 1 0 235584155 10346496 2379 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 2526 2379 78 171 0 2352 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10104

[startup+0.701372 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 30139
/proc/meminfo: memFree=1059256/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=11032 CPUtime=0.69
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 2627 0 0 0 68 1 0 0 22 0 1 0 235584155 11296768 2612 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 2758 2612 78 171 0 2584 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11032

[startup+1.50148 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1048240/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=12880 CPUtime=1.49
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 3080 0 0 0 148 1 0 0 25 0 1 0 235584155 13189120 3065 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 3220 3065 78 171 0 3046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12880

[startup+3.10171 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1045744/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=15916 CPUtime=3.09
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 3847 0 0 0 307 2 0 0 25 0 1 0 235584155 16297984 3832 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 3979 3832 78 171 0 3805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15916

[startup+6.30117 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1040624/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=20272 CPUtime=6.29
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 4934 0 0 0 625 4 0 0 25 0 1 0 235584155 20758528 4919 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 5068 4919 78 171 0 4894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20272

[startup+12.7011 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1033520/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=27036 CPUtime=12.69
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 6613 0 0 0 1264 5 0 0 25 0 1 0 235584155 27684864 6598 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 6759 6598 78 171 0 6585 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27036

[startup+25.5019 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1023472/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=36620 CPUtime=25.48
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 9004 0 0 0 2541 7 0 0 25 0 1 0 235584155 37498880 8989 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 9155 8989 78 171 0 8981 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36620

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30140
/proc/meminfo: memFree=1011568/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=48656 CPUtime=51.07
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 12024 0 0 0 5096 11 0 0 25 0 1 0 235584155 49823744 12009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 12164 12009 78 171 0 11990 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48656

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=995376/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=64652 CPUtime=102.25
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 15975 0 0 0 10209 16 0 0 25 0 1 0 235584155 66203648 15960 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 16163 15960 78 171 0 15989 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64652

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=978288/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=81792 CPUtime=162.23
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 20277 0 0 0 16204 19 0 0 25 0 1 0 235584155 83755008 20262 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 20448 20262 78 171 0 20274 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81792

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=965168/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=94976 CPUtime=222.21
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 23499 0 0 0 22199 22 0 0 25 0 1 0 235584155 97255424 23484 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 23744 23484 78 171 0 23570 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 94976

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=953200/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=106940 CPUtime=282.19
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 26502 0 0 0 28193 26 0 0 25 0 1 0 235584155 109506560 26487 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 26735 26487 78 171 0 26561 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 106940

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=943216/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=116892 CPUtime=342.18
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 28982 0 0 0 34189 29 0 0 25 0 1 0 235584155 119697408 28967 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 29223 28967 78 171 0 29049 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 116892

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=933104/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=126964 CPUtime=402.15
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 31498 0 0 0 40183 32 0 0 25 0 1 0 235584155 130011136 31483 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 31741 31483 78 171 0 31567 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 126964

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=923760/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=136816 CPUtime=462.14
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 33825 0 0 0 46179 35 0 0 25 0 1 0 235584155 140099584 33810 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 34204 33810 78 171 0 34030 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 136816

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=915440/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=145212 CPUtime=522.12
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 35925 0 0 0 52175 37 0 0 25 0 1 0 235584155 148697088 35910 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 36303 35910 78 171 0 36129 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 145212

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=907056/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=153708 CPUtime=582.09
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 38007 0 0 0 58170 39 0 0 25 0 1 0 235584155 157396992 37992 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 38427 37992 78 171 0 38253 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 153708

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30146
/proc/meminfo: memFree=899120/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=161568 CPUtime=642.09
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 39957 0 0 0 64167 42 0 0 25 0 1 0 235584155 165445632 39942 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 40392 39942 78 171 0 40218 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 161568

[startup+702.302 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 30146
/proc/meminfo: memFree=891824/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=168864 CPUtime=702.06
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 41774 0 0 0 70163 43 0 0 25 0 1 0 235584155 172916736 41759 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 42216 41759 78 171 0 42042 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 168864

[startup+762.305 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 30146
/proc/meminfo: memFree=885232/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=175512 CPUtime=762.05
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 43408 0 0 0 76160 45 0 0 25 0 1 0 235584155 179724288 43393 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 43878 43393 78 171 0 43704 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 175512

[startup+822.302 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 30146
/proc/meminfo: memFree=878192/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=182800 CPUtime=822.02
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 45187 0 0 0 82155 47 0 0 25 0 1 0 235584155 187187200 45172 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 45700 45172 78 171 0 45526 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 182800

[startup+882.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 30146
/proc/meminfo: memFree=871728/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=189180 CPUtime=882
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 46774 0 0 0 88152 48 0 0 25 0 1 0 235584155 193720320 46759 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 47295 46759 78 171 0 47121 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 189180

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30146
/proc/meminfo: memFree=865392/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=196076 CPUtime=941.98
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 48359 0 0 0 94148 50 0 0 25 0 1 0 235584155 200781824 48344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 49019 48344 78 171 0 48845 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 196076

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30146
/proc/meminfo: memFree=859568/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=201876 CPUtime=1001.97
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 49783 0 0 0 100145 52 0 0 25 0 1 0 235584155 206721024 49768 1992294400 134512640 135213614 4294956256 18446744073709551615 134535696 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 50469 49768 78 171 0 50295 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 201876

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30146
/proc/meminfo: memFree=859632/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=201876 CPUtime=1061.95
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 49786 0 0 0 106143 52 0 0 25 0 1 0 235584155 206721024 49771 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 50469 49771 78 171 0 50295 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 201876

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30146
/proc/meminfo: memFree=859568/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=201876 CPUtime=1121.93
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 49790 0 0 0 112141 52 0 0 25 0 1 0 235584155 206721024 49775 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 50469 49775 78 171 0 50295 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 201876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30146
/proc/meminfo: memFree=859568/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=201876 CPUtime=1181.91
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 49790 0 0 0 118139 52 0 0 25 0 1 0 235584155 206721024 49775 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 50469 49775 78 171 0 50295 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 201876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30146
/proc/meminfo: memFree=859568/2055920 swapFree=4180360/4192956
[pid=30139] ppid=30137 vsize=201876 CPUtime=1200
/proc/30139/stat : 30139 (minisat_static) R 30137 30139 29975 0 -1 4194304 49790 0 0 0 119948 52 0 0 25 0 1 0 235584155 206721024 49775 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/30139/statm: 50469 49775 78 171 0 50295 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 201876

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.44
CPU time (s): 1200.05
CPU user time (s): 1199.49
CPU system time (s): 0.558915
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 201876

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

runsolver used 1.06084 second user time and 2.78858 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-11 22:59:58
IDJOB=1797771
IDBENCH=20488
IDSOLVER=651
FILE ID=node49/1797771-1242075597
PBS_JOBID= 9277651
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 4c4d694bb911a7a13a7cb66a99dd484c
RANDOM SEED=1956217465

node49.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.241
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.241
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:       1059672 kB
Buffers:         49948 kB
Cached:         887268 kB
SwapCached:       6352 kB
Active:          27504 kB
Inactive:       918584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059672 kB
SwapTotal:     4192956 kB
SwapFree:      4180360 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:          13728 kB
Slab:            35936 kB
Committed_AS:   815472 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node49 at 2009-05-11 23:20:00