Trace number 425185

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, and are wall clock time (not CPU 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
minisat SAT 2007? (TO) 5000.06 5001.51

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S1680450953-04-UNSAT.cnf
MD5SUMc00b7f7e8ac3a6bd4e1fb90d09f6afd4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark621.414
Satisfiable
(Un)Satisfiability was proved
Number of variables2405
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2405                                                 |
0.00/0.00	c |  Number of clauses:    7478                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |    2019     6917    20611 |     2305        0    nan |  0.000 % |
0.02/0.03	c |       100 |    2019     6917    20611 |     2536      100     25 |  0.042 % |
0.02/0.04	c |       250 |    2019     6917    20611 |     2789      250     24 |  0.042 % |
0.02/0.06	c |       476 |    2019     6917    20611 |     3068      476     26 |  0.042 % |
0.02/0.09	c |       813 |    2019     6917    20611 |     3375      813     27 |  0.042 % |
0.09/0.14	c |      1320 |    2019     6917    20611 |     3713     1320     27 |  0.042 % |
0.19/0.22	c |      2079 |    2019     6917    20611 |     4084     2079     27 |  0.042 % |
0.29/0.35	c |      3222 |    2019     6917    20611 |     4493     3222     26 |  0.042 % |
0.49/0.56	c |      4930 |    2019     6917    20611 |     4942     2614     25 |  0.042 % |
0.79/0.88	c |      7494 |    2019     6917    20611 |     5436     2604     25 |  0.042 % |
1.29/1.38	c |     11338 |    2019     6917    20611 |     5980     3659     26 |  0.042 % |
2.10/2.20	c |     17104 |    2019     6917    20611 |     6578     3260     28 |  0.042 % |
3.39/3.43	c |     25754 |    2019     6917    20611 |     7236     5066     27 |  0.042 % |
5.29/5.39	c |     38728 |    2019     6917    20611 |     7959     6884     26 |  0.042 % |
8.59/8.63	c |     58189 |    2019     6917    20611 |     8755     5926     29 |  0.042 % |
13.29/13.34	c |     87382 |    2019     6917    20611 |     9631     8365     23 |  0.042 % |
20.69/20.76	c |    131171 |    2019     6917    20611 |    10594     8016     26 |  0.042 % |
32.68/32.73	c |    196857 |    2019     6917    20611 |    11653     8907     24 |  0.042 % |
51.38/51.42	c |    295384 |    2019     6917    20611 |    12819     6949     24 |  0.042 % |
80.67/80.78	c |    443173 |    2019     6917    20611 |    14101    11535     26 |  0.042 % |
128.35/128.44	c |    664856 |    2019     6917    20611 |    15511    11925     30 |  0.042 % |
205.23/205.36	c |    997381 |    2019     6917    20611 |    17062    14943     29 |  0.042 % |
327.91/328.02	c |   1496169 |    2019     6917    20611 |    18768    12987     26 |  0.042 % |
519.06/519.26	c |   2244351 |    2019     6917    20611 |    20645    12230     24 |  0.042 % |
831.97/832.28	c |   3366625 |    2019     6917    20611 |    22710    19666     30 |  0.042 % |
1328.03/1328.41	c |   5050036 |    2019     6917    20611 |    24981    19811     28 |  0.042 % |
2146.01/2146.74	c |   7575153 |    2018     6912    20596 |    27479    14149     25 |  0.083 % |
3421.57/3422.63	c |  11362829 |    2017     6906    20578 |    30227    24817     29 |  0.125 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-425185-1177821158 -o ROOT/results/node50/solver-425185-1177821158 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425185-1177821158/minisat_noassertions /tmp/evaluation/425185-1177821158/instance-425185-1177821158.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13639
/proc/meminfo: memFree=1466992/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=2176 CPUtime=0
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 136960971 2228224 212 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 544 212 50 130 0 411 0

[startup+0.026629 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13639
/proc/meminfo: memFree=1466992/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=2616 CPUtime=0.02
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 359 0 0 0 2 0 0 0 18 0 1 0 136960971 2678784 345 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546512 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 654 345 63 130 0 521 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2616

[startup+0.101635 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13639
/proc/meminfo: memFree=1466992/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=2616 CPUtime=0.09
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 362 0 0 0 9 0 0 0 18 0 1 0 136960971 2678784 348 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 654 348 66 130 0 521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2616

[startup+0.301652 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13639
/proc/meminfo: memFree=1466992/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=2748 CPUtime=0.29
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 385 0 0 0 29 0 0 0 19 0 1 0 136960971 2813952 371 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 687 371 66 130 0 554 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2748

[startup+0.701686 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13639
/proc/meminfo: memFree=1466992/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=3012 CPUtime=0.69
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 451 0 0 0 69 0 0 0 23 0 1 0 136960971 3084288 437 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134551685 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 753 437 66 130 0 620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3012

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1465384/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=3288 CPUtime=1.49
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 503 0 0 0 149 0 0 0 25 0 1 0 136960971 3366912 489 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 822 489 66 130 0 689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3288

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1465000/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=3684 CPUtime=3.09
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 603 0 0 0 309 0 0 0 25 0 1 0 136960971 3772416 589 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548764 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 921 589 66 130 0 788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3684

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1464616/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=3948 CPUtime=6.29
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 678 0 0 0 629 0 0 0 25 0 1 0 136960971 4042752 664 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552564 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 987 664 66 130 0 854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3948

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1464104/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=4212 CPUtime=12.69
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 733 0 0 0 1269 0 0 0 25 0 1 0 136960971 4313088 719 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1053 719 66 130 0 920 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4212

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1463336/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=4872 CPUtime=25.49
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 917 0 0 0 2549 0 0 0 25 0 1 0 136960971 4988928 903 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1218 903 66 130 0 1085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4872

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1462824/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=5400 CPUtime=51.08
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1049 0 0 0 5108 0 0 0 25 0 1 0 136960971 5529600 1035 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1350 1035 66 130 0 1217 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5400

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1461800/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=6476 CPUtime=102.27
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1305 0 0 0 10227 0 0 0 25 0 1 0 136960971 6631424 1291 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1619 1291 66 130 0 1486 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6476

[startup+162.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 13640
/proc/meminfo: memFree=1461096/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=7140 CPUtime=162.24
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1479 0 0 0 16224 0 0 0 25 0 1 0 136960971 7311360 1465 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546106 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1785 1465 66 130 0 1652 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7140

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 13640
/proc/meminfo: memFree=1460392/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=7800 CPUtime=222.23
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1655 0 0 0 22223 0 0 0 25 0 1 0 136960971 7987200 1641 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553079 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 1950 1641 66 130 0 1817 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7800

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1459688/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=8456 CPUtime=282.21
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1816 0 0 0 28221 0 0 0 25 0 1 0 136960971 8658944 1802 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2114 1802 66 130 0 1981 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 8456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1459496/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=8820 CPUtime=342.2
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1888 0 0 0 34219 1 0 0 25 0 1 0 136960971 9031680 1874 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2205 1874 66 130 0 2072 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 8820

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1459112/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=9244 CPUtime=402.19
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 1978 0 0 0 40218 1 0 0 25 0 1 0 136960971 9465856 1964 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2311 1964 66 130 0 2178 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 9244

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1458856/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=9388 CPUtime=462.17
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 2040 0 0 0 46216 1 0 0 25 0 1 0 136960971 9613312 2026 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2347 2026 66 130 0 2214 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 9388

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1458600/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=9784 CPUtime=522.15
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 2118 0 0 0 52214 1 0 0 25 0 1 0 136960971 10018816 2104 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2446 2104 66 130 0 2313 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 9784

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1457960/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=10444 CPUtime=582.13
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 2276 0 0 0 58212 1 0 0 25 0 1 0 136960971 10694656 2262 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2611 2262 66 130 0 2478 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 10444

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13640
/proc/meminfo: memFree=1457960/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=10444 CPUtime=642.12
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 2297 0 0 0 64211 1 0 0 25 0 1 0 136960971 10694656 2283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 2611 2283 66 130 0 2478 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 10444


################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 13840
/proc/meminfo: memFree=1448872/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19512 CPUtime=4061.1
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4520 0 0 0 406103 7 0 0 25 0 1 0 136960971 19980288 4506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4878 4506 66 130 0 4745 0
Current children cumulated CPU time (s) 4061.1
Current children cumulated vsize (KiB) 19512

[startup+4122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448872/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19512 CPUtime=4121.08
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4520 0 0 0 412101 7 0 0 25 0 1 0 136960971 19980288 4506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4878 4506 66 130 0 4745 0
Current children cumulated CPU time (s) 4121.08
Current children cumulated vsize (KiB) 19512

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448808/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19512 CPUtime=4181.06
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4530 0 0 0 418099 7 0 0 25 0 1 0 136960971 19980288 4516 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4878 4516 66 130 0 4745 0
Current children cumulated CPU time (s) 4181.06
Current children cumulated vsize (KiB) 19512

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448680/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19652 CPUtime=4241.05
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4559 0 0 0 424098 7 0 0 25 0 1 0 136960971 20123648 4545 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4913 4545 66 130 0 4780 0
Current children cumulated CPU time (s) 4241.05
Current children cumulated vsize (KiB) 19652

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448488/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19940 CPUtime=4301.03
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4623 0 0 0 430096 7 0 0 25 0 1 0 136960971 20418560 4609 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4985 4609 66 130 0 4852 0
Current children cumulated CPU time (s) 4301.03
Current children cumulated vsize (KiB) 19940

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448488/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19940 CPUtime=4361.01
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4624 0 0 0 436094 7 0 0 25 0 1 0 136960971 20418560 4610 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4985 4610 66 130 0 4852 0
Current children cumulated CPU time (s) 4361.01
Current children cumulated vsize (KiB) 19940

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448424/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19940 CPUtime=4420.99
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4626 0 0 0 442092 7 0 0 25 0 1 0 136960971 20418560 4612 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4985 4612 66 130 0 4852 0
Current children cumulated CPU time (s) 4420.99
Current children cumulated vsize (KiB) 19940

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448488/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19940 CPUtime=4480.98
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4626 0 0 0 448091 7 0 0 25 0 1 0 136960971 20418560 4612 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4985 4612 66 130 0 4852 0
Current children cumulated CPU time (s) 4480.98
Current children cumulated vsize (KiB) 19940

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448424/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=19940 CPUtime=4540.96
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4627 0 0 0 454089 7 0 0 25 0 1 0 136960971 20418560 4613 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 4985 4613 66 130 0 4852 0
Current children cumulated CPU time (s) 4540.96
Current children cumulated vsize (KiB) 19940

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448360/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20088 CPUtime=4600.95
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4647 0 0 0 460088 7 0 0 25 0 1 0 136960971 20570112 4633 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5022 4633 66 130 0 4889 0
Current children cumulated CPU time (s) 4600.95
Current children cumulated vsize (KiB) 20088

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448360/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20088 CPUtime=4660.93
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4647 0 0 0 466086 7 0 0 25 0 1 0 136960971 20570112 4633 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5022 4633 66 130 0 4889 0
Current children cumulated CPU time (s) 4660.93
Current children cumulated vsize (KiB) 20088

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448296/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20088 CPUtime=4720.92
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4671 0 0 0 472085 7 0 0 25 0 1 0 136960971 20570112 4657 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5022 4657 66 130 0 4889 0
Current children cumulated CPU time (s) 4720.92
Current children cumulated vsize (KiB) 20088

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1448168/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20260 CPUtime=4780.9
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4688 0 0 0 478083 7 0 0 25 0 1 0 136960971 20746240 4674 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5065 4674 66 130 0 4932 0
Current children cumulated CPU time (s) 4780.9
Current children cumulated vsize (KiB) 20260

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1447848/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20524 CPUtime=4840.88
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4773 0 0 0 484081 7 0 0 25 0 1 0 136960971 21016576 4759 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5131 4759 66 130 0 4998 0
Current children cumulated CPU time (s) 4840.88
Current children cumulated vsize (KiB) 20524

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1447848/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20524 CPUtime=4900.86
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4773 0 0 0 490079 7 0 0 25 0 1 0 136960971 21016576 4759 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5131 4759 66 130 0 4998 0
Current children cumulated CPU time (s) 4900.86
Current children cumulated vsize (KiB) 20524

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1447848/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20524 CPUtime=4960.86
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4773 0 0 0 496078 8 0 0 25 0 1 0 136960971 21016576 4759 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5131 4759 66 130 0 4998 0
Current children cumulated CPU time (s) 4960.86
Current children cumulated vsize (KiB) 20524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1447720/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20672 CPUtime=5000.05
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4811 0 0 0 499997 8 0 0 25 0 1 0 136960971 21168128 4797 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5168 4797 66 130 0 5035 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 20672

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

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

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13840
/proc/meminfo: memFree=1447720/2055920 swapFree=4183624/4192956
[pid=13639] ppid=13637 vsize=20672 CPUtime=5000.05
/proc/13639/stat : 13639 (minisat_noasser) R 13637 13639 13112 0 -1 4194304 4811 0 0 0 499997 8 0 0 25 0 1 0 136960971 21168128 4797 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13639/statm: 5168 4797 66 130 0 5035 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 20672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.06
CPU user time (s): 4999.98
CPU system time (s): 0.083987
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 20672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.98
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4811
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= 6
involuntary context switches= 12115

runsolver used 4.10538 second user time and 9.60054 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Apr 29 04:32:38 UTC 2007

IDJOB= 425185
IDBENCH= 20328
IDSOLVER= 189
FILE ID= node50/425185-1177821158

PBS_JOBID= 4715919

Free space on /tmp= 66563 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S1680450953-04-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/425185-1177821158/minisat_noassertions /tmp/evaluation/425185-1177821158/instance-425185-1177821158.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-425185-1177821158 -o ROOT/results/node50/solver-425185-1177821158 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425185-1177821158/minisat_noassertions /tmp/evaluation/425185-1177821158/instance-425185-1177821158.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c00b7f7e8ac3a6bd4e1fb90d09f6afd4

RANDOM SEED= 581474777

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
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.232
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:       1467464 kB
Buffers:         50852 kB
Cached:         458948 kB
SwapCached:       4620 kB
Active:         308532 kB
Inactive:       212608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467464 kB
SwapTotal:     4192956 kB
SwapFree:      4183624 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15908 kB
Slab:            53304 kB
Committed_AS:  3040136 kB
PageTables:       1460 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= 66563 MiB

End job on node50 on Sun Apr 29 05:56:02 UTC 2007