Trace number 1797819

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.06 1200.43

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
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 variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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:  509512                                               |
0.00/0.00	|  Number of clauses:    1529045                                              |
0.89/0.92	|  Parsing time:         0.78         s                                       |
0.89/0.97	============================[ Search Statistics ]==============================
0.89/0.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.97	===============================================================================
0.89/0.97	|         0 |  508181  1525052  3560301 |   508350        0    nan |  0.000 % |
1.98/2.02	|       100 |  508178  1525052  3560301 |   559185       97     12 |  0.262 % |
3.79/3.81	|       251 |  508176  1522786  3555769 |   615104      246     18 |  0.262 % |
6.19/6.23	|       476 |  508175  1522786  3555769 |   676614      470     17 |  0.262 % |
10.19/10.20	|       814 |  508175  1522278  3554753 |   744276      808     23 |  0.262 % |
16.19/16.22	|      1320 |  508174  1521770  3553737 |   818703     1312     24 |  0.263 % |
27.38/27.50	|      2079 |  508173  1521333  3552863 |   900574     2071     33 |  0.263 % |
43.67/43.72	|      3221 |  508173  1521333  3552863 |   990631     3213     41 |  0.263 % |
69.37/69.47	|      4931 |  508171  1520398  3550993 |  1089694     4921     70 |  0.263 % |
108.95/109.03	|      7493 |  508165  1519537  3549271 |  1198664     7464    106 |  0.264 % |
169.53/169.63	|     11337 |  508160  1517249  3544695 |  1318530    11296    132 |  0.265 % |
269.31/269.45	|     17108 |  508146  1513650  3537497 |  1450383    17047    130 |  0.268 % |
417.86/418.00	|     25758 |  508138  1510618  3531433 |  1595422    25650    133 |  0.270 % |
680.78/681.06	|     38732 |  508131  1507821  3525839 |  1754964    38612    156 |  0.271 % |
1058.47/1058.90	|     58196 |  508125  1506392  3522981 |  1930460    58001    173 |  0.272 % |

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-1797819-1242075206/watcher-1797819-1242075206 -o /tmp/evaluation-result-1797819-1242075206/solver-1797819-1242075206 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797819-1242075206.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 3/65 15258
/proc/meminfo: memFree=1409872/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=2360 CPUtime=0
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 235553084 2416640 446 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 590 446 58 171 0 416 0

[startup+0.06107 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15258
/proc/meminfo: memFree=1409872/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=8256 CPUtime=0.05
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 1863 0 0 0 4 1 0 0 18 0 1 0 235553084 8454144 1848 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 2064 1848 58 171 0 1890 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8256

[startup+0.101073 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15258
/proc/meminfo: memFree=1409872/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=13076 CPUtime=0.09
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 2875 0 0 0 8 1 0 0 18 0 1 0 235553084 13389824 2860 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 3269 2862 58 171 0 3095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13076

[startup+0.301097 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15258
/proc/meminfo: memFree=1409872/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=33996 CPUtime=0.29
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 7625 0 0 0 25 4 0 0 19 0 1 0 235553084 34811904 7610 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 8499 7611 58 171 0 8325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33996

[startup+0.701147 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15258
/proc/meminfo: memFree=1409872/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=75264 CPUtime=0.68
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 16991 0 0 0 59 9 0 0 22 0 1 0 235553084 77070336 16976 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 18816 16978 58 171 0 18642 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75264

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1320200/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=96092 CPUtime=1.48
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 22428 0 0 0 134 14 0 0 25 0 1 0 235553084 98398208 22405 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24023 22405 74 171 0 23849 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 96092

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1320136/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=96092 CPUtime=3.09
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 22461 0 0 0 294 15 0 0 25 0 1 0 235553084 98398208 22438 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24023 22438 78 171 0 23849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96092

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1319944/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=96628 CPUtime=6.29
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 22538 0 0 0 614 15 0 0 25 0 1 0 235553084 98947072 22515 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24157 22515 78 171 0 23983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96628

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1319504/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=96892 CPUtime=12.69
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 22676 0 0 0 1254 15 0 0 25 0 1 0 235553084 99217408 22653 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24223 22653 78 171 0 24049 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 96892

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1318480/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=98036 CPUtime=25.48
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 22947 0 0 0 2533 15 0 0 25 0 1 0 235553084 100388864 22924 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24509 22924 78 171 0 24335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98036

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1318032/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=98568 CPUtime=51.06
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 23067 0 0 0 5091 15 0 0 25 0 1 0 235553084 100933632 23044 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 24642 23044 78 171 0 24468 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 98568

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1315408/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=101132 CPUtime=102.25
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 23739 0 0 0 10209 16 0 0 25 0 1 0 235553084 103559168 23716 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 25283 23716 78 171 0 25109 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 101132

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1312208/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=105124 CPUtime=162.23
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 24526 0 0 0 16206 17 0 0 25 0 1 0 235553084 107646976 24503 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 26281 24503 78 171 0 26107 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 105124

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1310928/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=106508 CPUtime=222.22
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 24849 0 0 0 22204 18 0 0 25 0 1 0 235553084 109064192 24826 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 26627 24826 78 171 0 26453 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 106508

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1308688/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=108644 CPUtime=282.2
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 25406 0 0 0 28202 18 0 0 25 0 1 0 235553084 111251456 25383 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 27161 25383 78 171 0 26987 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 108644

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1306384/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=111020 CPUtime=342.18
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 25970 0 0 0 34199 19 0 0 25 0 1 0 235553084 113684480 25947 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 27755 25947 78 171 0 27581 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 111020

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1303952/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=113476 CPUtime=402.16
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 26580 0 0 0 40197 19 0 0 25 0 1 0 235553084 116199424 26557 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 28369 26557 78 171 0 28195 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 113476

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1300880/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=116492 CPUtime=462.14
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 27329 0 0 0 46194 20 0 0 25 0 1 0 235553084 119287808 27306 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 29123 27306 78 171 0 28949 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 116492

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1298256/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=119140 CPUtime=522.13
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 27994 0 0 0 52192 21 0 0 25 0 1 0 235553084 121999360 27971 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 29785 27971 78 171 0 29611 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 119140

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1295760/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=121520 CPUtime=582.11
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 28606 0 0 0 58189 22 0 0 25 0 1 0 235553084 124436480 28583 1992294400 134512640 135213614 4294956256 18446744073709551615 134529623 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 30380 28583 78 171 0 30206 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 121520

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1293648/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=123712 CPUtime=642.09
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 29140 0 0 0 64187 22 0 0 25 0 1 0 235553084 126681088 29117 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 30928 29117 78 171 0 30754 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 123712

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1291856/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=125596 CPUtime=702.08
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 29576 0 0 0 70185 23 0 0 25 0 1 0 235553084 128610304 29553 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 31399 29553 78 171 0 31225 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 125596

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1288336/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=129116 CPUtime=762.06
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 30455 0 0 0 76182 24 0 0 25 0 1 0 235553084 132214784 30432 1992294400 134512640 135213614 4294956256 18446744073709551615 134538948 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 32279 30432 78 171 0 32105 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 129116

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1284176/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=133292 CPUtime=822.04
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 31499 0 0 0 82179 25 0 0 25 0 1 0 235553084 136491008 31476 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 33323 31476 78 171 0 33149 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 133292

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1282192/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=135272 CPUtime=882.02
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 31978 0 0 0 88177 25 0 0 25 0 1 0 235553084 138518528 31955 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 33818 31955 78 171 0 33644 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 135272

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1280144/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=137256 CPUtime=942
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 32509 0 0 0 94174 26 0 0 25 0 1 0 235553084 140550144 32486 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 34314 32486 78 171 0 34140 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 137256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1277968/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=139368 CPUtime=1001.99
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 33038 0 0 0 100172 27 0 0 25 0 1 0 235553084 142712832 33015 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 34842 33015 78 171 0 34668 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 139368

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1274896/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=142964 CPUtime=1061.97
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 33913 0 0 0 106169 28 0 0 25 0 1 0 235553084 146395136 33890 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 35741 33890 78 171 0 35567 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 142964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1271952/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=145344 CPUtime=1121.95
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 34535 0 0 0 112167 28 0 0 25 0 1 0 235553084 148832256 34512 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 36336 34512 78 171 0 36162 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 145344

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1268688/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=148780 CPUtime=1181.93
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 35352 0 0 0 118164 29 0 0 25 0 1 0 235553084 152350720 35329 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 37195 35329 78 171 0 37021 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 148780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15265
/proc/meminfo: memFree=1267984/2055920 swapFree=4180108/4192956
[pid=15258] ppid=15256 vsize=149440 CPUtime=1200.03
/proc/15258/stat : 15258 (minisat_static) R 15256 15258 15128 0 -1 4194304 35525 0 0 0 119974 29 0 0 25 0 1 0 235553084 153026560 35502 1992294400 134512640 135213614 4294956256 18446744073709551615 134526677 0 0 4096 3 0 0 0 17 1 0 0
/proc/15258/statm: 37360 35502 78 171 0 37186 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 149440

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.43
CPU time (s): 1200.06
CPU user time (s): 1199.74
CPU system time (s): 0.32295
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 149440

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

runsolver used 1.00885 second user time and 3.37049 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-11 22:53:28
IDJOB=1797819
IDBENCH=20423
IDSOLVER=651
FILE ID=node73/1797819-1242075206
PBS_JOBID= 9277605
Free space on /tmp= 66348 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797819-1242075206/watcher-1797819-1242075206 -o /tmp/evaluation-result-1797819-1242075206/solver-1797819-1242075206 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797819-1242075206.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=178598999

node73.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.214
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.214
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:       1410288 kB
Buffers:         74060 kB
Cached:         492976 kB
SwapCached:       7496 kB
Active:         181604 kB
Inactive:       394800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410288 kB
SwapTotal:     4192956 kB
SwapFree:      4180108 kB
Dirty:           28324 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            55216 kB
Committed_AS:   857072 kB
PageTables:       1396 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= 66348 MiB
End job on node73 at 2009-05-11 23:13:30