Trace number 355892

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.2 10003.1

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-19-u.cnf
MD5SUMec6ae8f44e827ed5bcc8aed459990775
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 variables330372
Number of clauses1570953
Sum of the clauses size3643384
Maximum clause length10
Minimum clause length1
Number of clauses of size 124592
Number of clauses of size 21203951
Number of clauses of size 3281190
Number of clauses of size 46800
Number of clauses of size 527200
Number of clauses of size over 527220

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/node50/watcher-355892-1176876440 -o ROOT/results/node50/solver-355892-1176876440 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355892-1176876440/picosat /tmp/evaluation/355892-1176876440/instance-355892-1176876440.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.72 0.93 0.98 3/64 7334
/proc/meminfo: memFree=1193840/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=728 CPUtime=0
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 42489200 745472 81 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 182 81 40 102 0 77 0

[startup+0.0123531 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 7334
/proc/meminfo: memFree=1193840/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=888 CPUtime=0
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 42489200 909312 127 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 222 127 40 102 0 117 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 888

[startup+0.101359 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 7334
/proc/meminfo: memFree=1193840/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=4980 CPUtime=0.09
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 692 0 0 0 5 4 0 0 18 0 1 0 42489200 5099520 668 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 1245 668 40 102 0 1140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4980

[startup+0.301377 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 7334
/proc/meminfo: memFree=1193840/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=5244 CPUtime=0.29
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 875 0 0 0 14 15 0 0 19 0 1 0 42489200 5369856 851 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 1311 851 40 102 0 1206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5244

[startup+0.701412 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 7334
/proc/meminfo: memFree=1193840/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=6168 CPUtime=0.69
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 1118 0 0 0 32 37 0 0 22 0 1 0 42489200 6316032 1094 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 1542 1094 40 102 0 1437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6168

[startup+1.50148 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 7335
/proc/meminfo: memFree=1184872/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=20844 CPUtime=1.49
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 4453 0 0 0 70 79 0 0 25 0 1 0 42489200 21344256 4429 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 5211 4429 40 102 0 5106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20844

[startup+3.10162 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 7335
/proc/meminfo: memFree=1169896/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=39884 CPUtime=3.09
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 6391 0 0 0 140 169 0 0 25 0 1 0 42489200 40841216 6367 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 9971 6367 40 102 0 9866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39884

[startup+6.30191 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 7335
/proc/meminfo: memFree=1162472/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=48188 CPUtime=6.29
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 8446 0 0 0 282 347 0 0 25 0 1 0 42489200 49344512 8422 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 12047 8423 40 102 0 11942 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48188

[startup+12.7015 s]
/proc/loadavg: 0.78 0.94 0.98 2/65 7335
/proc/meminfo: memFree=1143400/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=70220 CPUtime=12.69
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 12736 0 0 0 637 632 0 0 25 0 1 0 42489200 71905280 12699 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 17555 12699 48 102 0 17450 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70220

[startup+25.5016 s]
/proc/loadavg: 0.81 0.94 0.98 2/65 7337
/proc/meminfo: memFree=1142440/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=71108 CPUtime=25.49
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 12987 0 0 0 1916 633 0 0 25 0 1 0 42489200 72814592 12950 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 17777 12950 48 102 0 17672 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71108

[startup+51.1019 s]
/proc/loadavg: 0.87 0.94 0.98 2/65 7337
/proc/meminfo: memFree=1139176/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=74592 CPUtime=51.06
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 13844 0 0 0 4473 633 0 0 25 0 1 0 42489200 76382208 13807 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 18648 13807 48 102 0 18543 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 74592

[startup+102.305 s]
/proc/loadavg: 1.01 0.96 0.98 2/65 7337
/proc/meminfo: memFree=1130280/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=83488 CPUtime=102.26
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 16076 0 0 0 9590 636 0 0 25 0 1 0 42489200 85491712 16039 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 20872 16039 48 102 0 20767 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83488

[startup+162.302 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1118952/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=94712 CPUtime=162.23
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 18903 0 0 0 15585 638 0 0 25 0 1 0 42489200 96985088 18866 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 23678 18866 48 102 0 23573 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 94712

[startup+222.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1105896/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=107812 CPUtime=222.22
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 22193 0 0 0 21580 642 0 0 25 0 1 0 42489200 110399488 22156 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529740 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 26953 22156 48 102 0 26848 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 107812

[startup+282.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1091880/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=121780 CPUtime=282.21
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 25689 0 0 0 27575 646 0 0 25 0 1 0 42489200 124702720 25652 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 30445 25652 48 102 0 30340 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 121780

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1082728/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=130764 CPUtime=342.18
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 27954 0 0 0 33571 647 0 0 25 0 1 0 42489200 133902336 27917 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 32691 27917 48 102 0 32586 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 130764

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1071528/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=142008 CPUtime=402.18
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 30777 0 0 0 39568 650 0 0 25 0 1 0 42489200 145416192 30740 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522745 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 35502 30740 48 102 0 35397 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 142008

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1058408/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=155240 CPUtime=462.15
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 34075 0 0 0 45561 654 0 0 25 0 1 0 42489200 158965760 34038 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 38810 34038 48 102 0 38705 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 155240

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1037864/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=175752 CPUtime=522.13
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 39227 0 0 0 51555 658 0 0 25 0 1 0 42489200 179970048 39190 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529865 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 43938 39190 48 102 0 43833 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 175752

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1019560/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=194320 CPUtime=582.12
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 43858 0 0 0 57550 662 0 0 25 0 1 0 42489200 198983680 43821 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 48580 43821 48 102 0 48475 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 194320

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337
/proc/meminfo: memFree=1004712/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=208656 CPUtime=642.11
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 47439 0 0 0 63545 666 0 0 25 0 1 0 42489200 213663744 47402 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 52164 47402 48 102 0 52059 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 208656

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7337

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9099.61
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 909184 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9099.61
Current children cumulated vsize (KiB) 695728

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9159.6
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 915183 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9159.6
Current children cumulated vsize (KiB) 695728

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9219.59
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 921182 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531142 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9219.59
Current children cumulated vsize (KiB) 695728

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9279.56
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 927179 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9279.56
Current children cumulated vsize (KiB) 695728

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9339.55
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 933178 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9339.55
Current children cumulated vsize (KiB) 695728

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9399.53
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 939176 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9399.53
Current children cumulated vsize (KiB) 695728

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=515048/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9459.51
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 945174 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9459.51
Current children cumulated vsize (KiB) 695728

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9519.49
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 951172 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9519.49
Current children cumulated vsize (KiB) 695728

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9579.48
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 957171 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529886 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9579.48
Current children cumulated vsize (KiB) 695728

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9639.46
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 963169 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529760 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9639.46
Current children cumulated vsize (KiB) 695728

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9699.44
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 969167 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9699.44
Current children cumulated vsize (KiB) 695728

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9759.43
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 975166 777 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9759.43
Current children cumulated vsize (KiB) 695728

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9819.42
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 981164 778 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529898 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9819.42
Current children cumulated vsize (KiB) 695728

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9879.41
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 987163 778 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9879.41
Current children cumulated vsize (KiB) 695728

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514920/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9939.39
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 993161 778 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9939.39
Current children cumulated vsize (KiB) 695728

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=9999.38
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 999160 778 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 9999.38
Current children cumulated vsize (KiB) 695728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=695728 CPUtime=10000.1
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4194304 170155 0 0 0 999230 778 0 0 25 0 1 0 42489200 712425472 169376 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 173932 169376 48 102 0 173827 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 695728

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

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

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7737
/proc/meminfo: memFree=514984/2055920 swapFree=4183816/4192956
[pid=7334] ppid=7332 vsize=0 CPUtime=10000.2
/proc/7334/stat : 7334 (picosat) R 7332 7334 7280 0 -1 4195332 170155 0 0 0 999230 788 0 0 25 0 1 0 42489200 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.1
CPU time (s): 10000.2
CPU user time (s): 9992.3
CPU system time (s): 7.8848
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 696164

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

runsolver used 6.80896 second user time and 20.6069 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Wed Apr 18 06:07:20 UTC 2007

IDJOB= 355892
IDBENCH= 20388
IDSOLVER= 171
FILE ID= node50/355892-1176876440

PBS_JOBID= 4595098

Free space on /tmp= 66480 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ec6ae8f44e827ed5bcc8aed459990775

RANDOM SEED= 74186825

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  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:       1194312 kB
Buffers:         43172 kB
Cached:         740520 kB
SwapCached:       3272 kB
Active:         341352 kB
Inactive:       451892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194312 kB
SwapTotal:     4192956 kB
SwapFree:      4183816 kB
Dirty:           29500 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            54372 kB
Committed_AS:  1005604 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= 66480 MiB

End job on node50 on Wed Apr 18 08:54:05 UTC 2007