Trace number 355886

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
picosat 535? (TO) 10000.1 10004.1

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-11-u.cnf
MD5SUMd5600dba4aca04c398955a541e8c3ab9
Bench CategoryINDUST (industrial 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 variables188962
Number of clauses841193
Sum of the clauses size1911144
Maximum clause length10
Minimum clause length1
Number of clauses of size 114366
Number of clauses of size 2690683
Number of clauses of size 3100484
Number of clauses of size 43960
Number of clauses of size 515840
Number of clauses of size over 515860

Solver Data (download as text)

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-355886-1176874751 -o ROOT/results/node67/solver-355886-1176874751 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355886-1176874751/picosat /tmp/evaluation/355886-1176874751/instance-355886-1176874751.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 0 seconds
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: 0.65 0.90 0.97 3/64 31409
/proc/meminfo: memFree=1566888/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=728 CPUtime=0
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 163464647 745472 81 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 182 81 40 102 0 77 0

[startup+0.065883 s]
/proc/loadavg: 0.65 0.90 0.97 3/64 31409
/proc/meminfo: memFree=1566888/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=2664 CPUtime=0.06
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 481 0 0 0 3 3 0 0 18 0 1 0 163464647 2727936 457 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 666 457 40 102 0 561 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2664

[startup+0.101886 s]
/proc/loadavg: 0.65 0.90 0.97 3/64 31409
/proc/meminfo: memFree=1566888/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=2796 CPUtime=0.09
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 509 0 0 0 5 4 0 0 18 0 1 0 163464647 2863104 485 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 699 485 40 102 0 594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2796

[startup+0.301923 s]
/proc/loadavg: 0.65 0.90 0.97 3/64 31409
/proc/meminfo: memFree=1566888/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=3192 CPUtime=0.29
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 632 0 0 0 14 15 0 0 19 0 1 0 163464647 3268608 608 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 798 609 40 102 0 693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3192

[startup+0.701995 s]
/proc/loadavg: 0.65 0.90 0.97 3/64 31409
/proc/meminfo: memFree=1566888/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=10400 CPUtime=0.69
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 1930 0 0 0 31 38 0 0 22 0 1 0 163464647 10649600 1906 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 2600 1906 40 102 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10400

[startup+1.50114 s]
/proc/loadavg: 0.65 0.90 0.97 2/65 31410
/proc/meminfo: memFree=1553824/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=20316 CPUtime=1.49
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 3639 0 0 0 67 82 0 0 25 0 1 0 163464647 20803584 3615 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 5079 3615 40 102 0 4974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20316

[startup+3.10144 s]
/proc/loadavg: 0.65 0.90 0.97 2/65 31410
/proc/meminfo: memFree=1551136/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=24300 CPUtime=3.09
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 4623 0 0 0 139 170 0 0 25 0 1 0 163464647 24883200 4599 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 6075 4599 40 102 0 5970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24300

[startup+6.30202 s]
/proc/loadavg: 0.68 0.90 0.97 2/65 31410
/proc/meminfo: memFree=1542176/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=35496 CPUtime=6.29
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 6879 0 0 0 301 328 0 0 25 0 1 0 163464647 36347904 6830 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 8874 6830 42 102 0 8769 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35496

[startup+12.7012 s]
/proc/loadavg: 0.71 0.91 0.97 2/65 31410
/proc/meminfo: memFree=1538336/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=37020 CPUtime=12.68
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 7293 0 0 0 940 328 0 0 25 0 1 0 163464647 37908480 7242 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 9255 7242 48 102 0 9150 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37020

[startup+25.5016 s]
/proc/loadavg: 0.77 0.91 0.97 2/65 31410
/proc/meminfo: memFree=1533920/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=41220 CPUtime=25.47
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 8340 0 0 0 2218 329 0 0 25 0 1 0 163464647 42209280 8289 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 10305 8289 48 102 0 10200 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41220

[startup+51.1013 s]
/proc/loadavg: 0.85 0.92 0.97 2/65 31412
/proc/meminfo: memFree=1524192/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=51144 CPUtime=51.05
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 10814 0 0 0 4773 332 0 0 25 0 1 0 163464647 52371456 10763 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 12786 10763 48 102 0 12681 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 51144

[startup+102.305 s]
/proc/loadavg: 0.94 0.93 0.97 2/65 31412
/proc/meminfo: memFree=1501792/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=73404 CPUtime=102.24
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 16372 0 0 0 9886 338 0 0 25 0 1 0 163464647 75165696 16321 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 18351 16321 48 102 0 18246 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 73404

[startup+162.303 s]
/proc/loadavg: 0.97 0.94 0.97 2/65 31412
/proc/meminfo: memFree=1476960/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=98392 CPUtime=162.21
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 22657 0 0 0 15877 344 0 0 25 0 1 0 163464647 100753408 22606 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 24598 22606 48 102 0 24493 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 98392

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.97 2/65 31412
/proc/meminfo: memFree=1461920/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=112864 CPUtime=222.19
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 26282 0 0 0 21871 348 0 0 25 0 1 0 163464647 115572736 26231 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 28216 26231 48 102 0 28111 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 112864

[startup+282.302 s]
/proc/loadavg: 0.99 0.95 0.97 2/65 31412
/proc/meminfo: memFree=1461920/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=112864 CPUtime=282.17
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 26282 0 0 0 27869 348 0 0 25 0 1 0 163464647 115572736 26231 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 28216 26231 48 102 0 28111 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 112864

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 31412
/proc/meminfo: memFree=1445152/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=129568 CPUtime=342.14
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 30460 0 0 0 33863 351 0 0 25 0 1 0 163464647 132677632 30409 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 32392 30409 48 102 0 32287 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 129568

[startup+402.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 31412
/proc/meminfo: memFree=1445152/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=129568 CPUtime=402.13
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 30460 0 0 0 39861 352 0 0 25 0 1 0 163464647 132677632 30409 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 32392 30409 48 102 0 32287 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 129568

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 31412
/proc/meminfo: memFree=1438304/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=136688 CPUtime=462.1
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 32221 0 0 0 45857 353 0 0 25 0 1 0 163464647 139968512 32170 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 34172 32170 48 102 0 34067 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 136688

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 31412
/proc/meminfo: memFree=1434720/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=139952 CPUtime=522.08
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 33067 0 0 0 51854 354 0 0 25 0 1 0 163464647 143310848 32983 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 34988 32983 48 102 0 34883 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 139952

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 31412
/proc/meminfo: memFree=1434720/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=139952 CPUtime=582.06
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 33067 0 0 0 57852 354 0 0 25 0 1 0 163464647 143310848 32983 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 34988 32983 48 102 0 34883 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 139952

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 31412
/proc/meminfo: memFree=1427744/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=146792 CPUtime=642.04
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 34835 0 0 0 63848 356 0 0 25 0 1 0 163464647 150315008 34717 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 36698 34717 48 102 0 36593 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 146792

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 31412

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9038.68
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 903439 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9038.68
Current children cumulated vsize (KiB) 398152

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9098.66
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 909437 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9098.66
Current children cumulated vsize (KiB) 398152

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9158.64
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 915435 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9158.64
Current children cumulated vsize (KiB) 398152

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9218.62
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 921433 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9218.62
Current children cumulated vsize (KiB) 398152

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9278.59
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 927430 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9278.59
Current children cumulated vsize (KiB) 398152

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9338.57
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 933428 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529828 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9338.57
Current children cumulated vsize (KiB) 398152

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175264/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9398.55
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 939426 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9398.55
Current children cumulated vsize (KiB) 398152

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9458.53
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 945424 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9458.53
Current children cumulated vsize (KiB) 398152

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9518.5
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 951421 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9518.5
Current children cumulated vsize (KiB) 398152

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175328/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9578.48
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98738 0 0 0 957419 429 0 0 25 0 1 0 163464647 407707648 97414 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529886 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97414 48 102 0 99433 0
Current children cumulated CPU time (s) 9578.48
Current children cumulated vsize (KiB) 398152

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175264/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=398152 CPUtime=9638.46
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98740 0 0 0 963417 429 0 0 25 0 1 0 163464647 407707648 97416 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99538 97416 48 102 0 99433 0
Current children cumulated CPU time (s) 9638.46
Current children cumulated vsize (KiB) 398152

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175968/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9698.45
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 969415 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9698.45
Current children cumulated vsize (KiB) 397136

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175968/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9758.43
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 975413 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9758.43
Current children cumulated vsize (KiB) 397136

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175968/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9818.4
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 981410 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9818.4
Current children cumulated vsize (KiB) 397136

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1175968/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9878.39
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 987409 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524081 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9878.39
Current children cumulated vsize (KiB) 397136

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1176032/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9938.36
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 993406 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9938.36
Current children cumulated vsize (KiB) 397136

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1176032/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=9998.34
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 999404 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 9998.34
Current children cumulated vsize (KiB) 397136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32010
/proc/meminfo: memFree=1176032/2055920 swapFree=4178028/4192956
[pid=31409] ppid=31407 vsize=397136 CPUtime=10000
/proc/31409/stat : 31409 (picosat) R 31407 31409 31355 0 -1 4194304 98747 0 0 0 999574 430 0 0 25 0 1 0 163464647 406667264 97179 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 1 0 0
/proc/31409/statm: 99284 97179 48 102 0 99179 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 397136

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): 10004.1
CPU time (s): 10000.1
CPU user time (s): 9995.75
CPU system time (s): 4.36134
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 398496

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

runsolver used 6.76597 second user time and 20.6819 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Apr 18 05:39:11 UTC 2007

IDJOB= 355886
IDBENCH= 20382
IDSOLVER= 171
FILE ID= node67/355886-1176874751

PBS_JOBID= 4595075

Free space on /tmp= 66468 MiB

SOLVER NAME= picosat 535
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-10-11-u.cnf
COMMAND LINE= /tmp/evaluation/355886-1176874751/picosat /tmp/evaluation/355886-1176874751/instance-355886-1176874751.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-355886-1176874751 -o ROOT/results/node67/solver-355886-1176874751 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355886-1176874751/picosat /tmp/evaluation/355886-1176874751/instance-355886-1176874751.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d5600dba4aca04c398955a541e8c3ab9

RANDOM SEED= 675649034

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node67.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.263
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.263
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:       1567304 kB
Buffers:         28064 kB
Cached:         404072 kB
SwapCached:       9252 kB
Active:         168460 kB
Inactive:       278444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567304 kB
SwapTotal:     4192956 kB
SwapFree:      4178028 kB
Dirty:           15360 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            27660 kB
Committed_AS:   228668 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= 66468 MiB

End job on node67 on Wed Apr 18 08:25:57 UTC 2007