Trace number 1806431

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

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted 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 variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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:  450                                                  |
0.00/0.00	|  Number of clauses:    1426                                                 |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     209     1226     4472 |      408        0    nan |  0.000 % |
0.00/0.01	|       100 |     209     1226     4472 |      449      100     15 |  0.000 % |
0.00/0.01	|       251 |     209     1226     4472 |      494      251     25 |  0.000 % |
0.00/0.02	|       476 |     209     1226     4472 |      543      476     21 |  0.000 % |
0.00/0.03	|       814 |     209     1226     4472 |      598      502     24 |  0.001 % |
0.03/0.05	|      1321 |     209     1226     4472 |      658      352     15 |  0.001 % |
0.03/0.08	|      2081 |     209     1226     4472 |      723      390     20 |  0.000 % |
0.09/0.13	|      3221 |     209     1226     4472 |      796      762     20 |  0.001 % |
0.19/0.21	|      4929 |     209     1226     4472 |      876      789     19 |  0.001 % |
0.29/0.33	|      7494 |     209     1226     4472 |      963      600     15 |  0.000 % |
0.49/0.52	|     11338 |     209     1226     4472 |     1059      903     19 |  0.001 % |
0.79/0.80	|     17105 |     209     1226     4472 |     1165      571     15 |  0.001 % |
1.19/1.23	|     25755 |     209     1226     4472 |     1282      789     17 |  0.000 % |
1.89/1.91	|     38730 |     209     1226     4472 |     1410     1160     19 |  0.000 % |
2.89/2.90	|     58191 |     209     1226     4472 |     1551      993     19 |  0.000 % |
4.30/4.34	|     87383 |     209     1226     4472 |     1707     1361     21 |  0.000 % |
6.39/6.47	|    131172 |     209     1226     4472 |     1877      919     18 |  0.000 % |
10.19/10.20	|    196858 |     209     1226     4472 |     2065     1467     20 |  0.000 % |
16.19/16.23	|    295384 |     209     1226     4472 |     2272     1147     17 |  0.001 % |
24.58/24.67	|    443174 |     209     1226     4472 |     2499     1312     19 |  0.000 % |
37.88/37.95	|    664858 |     209     1226     4472 |     2749     1789     22 |  0.000 % |
59.47/59.50	|    997384 |     209     1226     4472 |     3024     2144     28 |  0.000 % |
90.36/90.42	|   1496173 |     209     1226     4472 |     3326     1587     16 |  0.000 % |
140.55/140.65	|   2244355 |     209     1226     4472 |     3659     2429     20 |  0.001 % |
219.13/219.24	|   3366629 |     209     1226     4472 |     4025     2764     20 |  0.001 % |
339.89/340.05	|   5050041 |     209     1226     4472 |     4427     3549     17 |  0.001 % |
525.34/525.59	|   7575158 |     209     1226     4472 |     4870     3177     15 |  0.000 % |
811.76/812.04	|  11362834 |     209     1226     4472 |     5357     3389     14 |  0.001 % |

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-1806431-1242149158/watcher-1806431-1242149158 -o /tmp/evaluation-result-1806431-1242149158/solver-1806431-1242149158 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806431-1242149158.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 0.93 2/64 12562
/proc/meminfo: memFree=1032592/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2052 CPUtime=0
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242949047 2101248 145 1992294400 134512640 135243866 4294956256 18446744073709551615 134542524 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 513 145 81 178 0 333 0

[startup+0.0426101 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 12562
/proc/meminfo: memFree=1032592/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2184 CPUtime=0.03
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 195 0 0 0 3 0 0 0 18 0 1 0 242949047 2236416 180 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 546 180 86 178 0 366 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2184

[startup+0.101616 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 12562
/proc/meminfo: memFree=1032592/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2184 CPUtime=0.09
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 195 0 0 0 9 0 0 0 18 0 1 0 242949047 2236416 180 1992294400 134512640 135243866 4294956256 18446744073709551615 134565728 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 546 180 86 178 0 366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2184

[startup+0.301637 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 12562
/proc/meminfo: memFree=1032592/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2184 CPUtime=0.29
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 198 0 0 0 29 0 0 0 19 0 1 0 242949047 2236416 183 1992294400 134512640 135243866 4294956256 18446744073709551615 134556170 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 546 183 86 178 0 366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2184

[startup+0.70168 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 12562
/proc/meminfo: memFree=1032592/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2184 CPUtime=0.69
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 207 0 0 0 69 0 0 0 23 0 1 0 242949047 2236416 192 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 546 192 86 178 0 366 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2184

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1032200/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2316 CPUtime=1.49
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 220 0 0 0 149 0 0 0 25 0 1 0 242949047 2371584 205 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 579 205 86 178 0 399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2316

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1032008/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2316 CPUtime=3.09
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 231 0 0 0 309 0 0 0 25 0 1 0 242949047 2371584 216 1992294400 134512640 135243866 4294956256 18446744073709551615 134555757 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 579 216 86 178 0 399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2316

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1031816/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2448 CPUtime=6.29
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 251 0 0 0 629 0 0 0 25 0 1 0 242949047 2506752 236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 612 236 86 178 0 432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2448

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1031632/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2448 CPUtime=12.69
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 276 0 0 0 1269 0 0 0 25 0 1 0 242949047 2506752 261 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 612 261 86 178 0 432 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2448

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1031504/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2580 CPUtime=25.48
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 305 0 0 0 2548 0 0 0 25 0 1 0 242949047 2641920 290 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 645 290 86 178 0 465 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2580

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1031184/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=2976 CPUtime=51.08
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 386 0 0 0 5108 0 0 0 25 0 1 0 242949047 3047424 371 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 744 371 86 178 0 564 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2976

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1031056/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3100 CPUtime=102.26
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 427 0 0 0 10226 0 0 0 25 0 1 0 242949047 3174400 412 1992294400 134512640 135243866 4294956256 18446744073709551615 134565542 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 775 412 86 178 0 595 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3100

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1030864/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3228 CPUtime=162.24
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 468 0 0 0 16224 0 0 0 25 0 1 0 242949047 3305472 453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 807 453 86 178 0 627 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3228

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1030736/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3360 CPUtime=222.23
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 497 0 0 0 22222 1 0 0 25 0 1 0 242949047 3440640 482 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 840 482 86 178 0 660 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 3360

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1030608/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3496 CPUtime=282.21
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 520 0 0 0 28220 1 0 0 25 0 1 0 242949047 3579904 505 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 874 505 86 178 0 694 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 3496

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12563
/proc/meminfo: memFree=1030480/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3496 CPUtime=342.19
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 543 0 0 0 34218 1 0 0 25 0 1 0 242949047 3579904 528 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 874 528 86 178 0 694 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 3496

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 0.94 2/65 12563
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3616 CPUtime=402.17
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 556 0 0 0 40216 1 0 0 25 0 1 0 242949047 3702784 541 1992294400 134512640 135243866 4294956256 18446744073709551615 134555784 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 904 541 86 178 0 724 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 3616

[startup+462.301 s]
/proc/loadavg: 1.09 1.03 0.94 2/65 12563
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3616 CPUtime=462.16
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 558 0 0 0 46214 2 0 0 25 0 1 0 242949047 3702784 543 1992294400 134512640 135243866 4294956256 18446744073709551615 134555926 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 904 543 86 178 0 724 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 3616

[startup+522.302 s]
/proc/loadavg: 1.09 1.04 0.95 2/65 12563
/proc/meminfo: memFree=1030608/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3616 CPUtime=522.14
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 561 0 0 0 52212 2 0 0 25 0 1 0 242949047 3702784 546 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 904 546 86 178 0 724 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 3616

[startup+582.301 s]
/proc/loadavg: 1.09 1.04 0.95 2/65 12563
/proc/meminfo: memFree=1030352/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3880 CPUtime=582.12
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 611 0 0 0 58210 2 0 0 25 0 1 0 242949047 3973120 596 1992294400 134512640 135243866 4294956256 18446744073709551615 134555952 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 970 596 86 178 0 790 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 3880

[startup+642.302 s]
/proc/loadavg: 1.08 1.05 0.96 2/65 12563
/proc/meminfo: memFree=1030352/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3816 CPUtime=642.11
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 611 0 0 0 64209 2 0 0 25 0 1 0 242949047 3907584 596 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 954 596 86 178 0 774 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 3816

[startup+702.302 s]
/proc/loadavg: 1.08 1.05 0.96 2/65 12563
/proc/meminfo: memFree=1030224/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3816 CPUtime=702.09
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 621 0 0 0 70206 3 0 0 25 0 1 0 242949047 3907584 606 1992294400 134512640 135243866 4294956256 18446744073709551615 134558524 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 954 606 86 178 0 774 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 3816

[startup+762.305 s]
/proc/loadavg: 1.07 1.05 0.97 2/65 12563
/proc/meminfo: memFree=1030224/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3932 CPUtime=762.08
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 629 0 0 0 76205 3 0 0 25 0 1 0 242949047 4026368 614 1992294400 134512640 135243866 4294956256 18446744073709551615 134565666 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 983 614 86 178 0 803 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 3932

[startup+822.302 s]
/proc/loadavg: 1.02 1.04 0.97 2/65 12563
/proc/meminfo: memFree=1030160/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=3932 CPUtime=822.05
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 651 0 0 0 82202 3 0 0 25 0 1 0 242949047 4026368 636 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 983 636 86 178 0 803 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 3932

[startup+882.301 s]
/proc/loadavg: 1.01 1.03 0.97 2/65 12563
/proc/meminfo: memFree=1030032/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4064 CPUtime=882.03
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 679 0 0 0 88200 3 0 0 25 0 1 0 242949047 4161536 664 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1016 664 86 178 0 836 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 4064

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 12564
/proc/meminfo: memFree=1029968/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4204 CPUtime=942.02
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 687 0 0 0 94198 4 0 0 25 0 1 0 242949047 4304896 672 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1051 672 86 178 0 871 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 4204

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 12565
/proc/meminfo: memFree=1029904/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4204 CPUtime=1002.01
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 710 0 0 0 100197 4 0 0 25 0 1 0 242949047 4304896 695 1992294400 134512640 135243866 4294956256 18446744073709551615 134556208 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1051 695 86 178 0 871 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 4204

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 12565
/proc/meminfo: memFree=1029904/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4204 CPUtime=1061.99
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 710 0 0 0 106195 4 0 0 25 0 1 0 242949047 4304896 695 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1051 695 86 178 0 871 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 4204

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 12565
/proc/meminfo: memFree=1029904/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4204 CPUtime=1121.97
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 719 0 0 0 112193 4 0 0 25 0 1 0 242949047 4304896 704 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1051 704 86 178 0 871 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 4204

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12565
/proc/meminfo: memFree=1029840/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4324 CPUtime=1181.95
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 721 0 0 0 118191 4 0 0 25 0 1 0 242949047 4427776 706 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1081 706 86 178 0 901 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 4324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12565
/proc/meminfo: memFree=1029840/2055920 swapFree=4180940/4192956
[pid=12562] ppid=12560 vsize=4324 CPUtime=1200.05
/proc/12562/stat : 12562 (minisat_static) R 12560 12562 12305 0 -1 4194304 728 0 0 0 120001 4 0 0 25 0 1 0 242949047 4427776 713 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/12562/statm: 1081 713 86 178 0 901 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 4324

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.41
CPU time (s): 1200.06
CPU user time (s): 1200.01
CPU system time (s): 0.050992
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 4336

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

runsolver used 0.884865 second user time and 2.6376 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 19:25:58
IDJOB=1806431
IDBENCH=24735
IDSOLVER=568
FILE ID=node19/1806431-1242149158
PBS_JOBID= 9289702
Free space on /tmp= 66108 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806431-1242149158/watcher-1806431-1242149158 -o /tmp/evaluation-result-1806431-1242149158/solver-1806431-1242149158 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806431-1242149158.cnf

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

MD5SUM BENCH= 7b1cebbdf060989ddb5c4faf02370afb
RANDOM SEED=586873123

node19.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.236
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.236
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:       1033072 kB
Buffers:         80540 kB
Cached:         844348 kB
SwapCached:       5760 kB
Active:         334360 kB
Inactive:       598300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1033072 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:             832 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            76116 kB
Committed_AS:   886896 kB
PageTables:       1452 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= 66108 MiB
End job on node19 at 2009-05-12 19:46:00