Trace number 355871

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-19-u.cnf
MD5SUMb49e933dbc6614751d64dbdefaefe2e8
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 variables262368
Number of clauses1247451
Sum of the clauses size2893060
Maximum clause length10
Minimum clause length1
Number of clauses of size 119568
Number of clauses of size 2956017
Number of clauses of size 3223246
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

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/node52/watcher-355871-1176862609 -o ROOT/results/node52/solver-355871-1176862609 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355871-1176862609/picosat /tmp/evaluation/355871-1176862609/instance-355871-1176862609.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.74 0.94 0.98 3/64 31204
/proc/meminfo: memFree=1785748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=728 CPUtime=0
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 41105992 745472 81 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 182 81 40 102 0 77 0

[startup+0.023703 s]
/proc/loadavg: 0.74 0.94 0.98 3/64 31204
/proc/meminfo: memFree=1785748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=1084 CPUtime=0.01
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 221 0 0 0 0 1 0 0 18 0 1 0 41105992 1110016 206 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 271 206 40 102 0 166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1084

[startup+0.101673 s]
/proc/loadavg: 0.74 0.94 0.98 3/64 31204
/proc/meminfo: memFree=1785748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=2796 CPUtime=0.09
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 631 0 0 0 4 5 0 0 18 0 1 0 41105992 2863104 607 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 699 607 40 102 0 594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2796

[startup+0.301686 s]
/proc/loadavg: 0.74 0.94 0.98 3/64 31204
/proc/meminfo: memFree=1785748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=3324 CPUtime=0.29
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 754 0 0 0 12 17 0 0 19 0 1 0 41105992 3403776 730 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 831 730 40 102 0 726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3324

[startup+0.701712 s]
/proc/loadavg: 0.74 0.94 0.98 3/64 31204
/proc/meminfo: memFree=1785748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=6300 CPUtime=0.69
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 1473 0 0 0 31 38 0 0 22 0 1 0 41105992 6451200 1449 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 1575 1449 40 102 0 1470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6300

[startup+1.50177 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 31205
/proc/meminfo: memFree=1774860/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=20844 CPUtime=1.49
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 4716 0 0 0 68 81 0 0 25 0 1 0 41105992 21344256 4692 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 5211 4692 40 102 0 5106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20844

[startup+3.10288 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 31205
/proc/meminfo: memFree=1766028/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=24012 CPUtime=3.09
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 5483 0 0 0 136 173 0 0 25 0 1 0 41105992 24588288 5459 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 6003 5459 40 102 0 5898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24012

[startup+6.30109 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 31205
/proc/meminfo: memFree=1758092/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=31656 CPUtime=6.28
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 7370 0 0 0 277 351 0 0 25 0 1 0 41105992 32415744 7346 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 7914 7346 40 102 0 7809 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31656

[startup+12.7015 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 31205
/proc/meminfo: memFree=1745548/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=60452 CPUtime=12.68
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 10160 0 0 0 769 499 0 0 25 0 1 0 41105992 61902848 10123 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 15113 10123 48 102 0 15008 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60452

[startup+25.5014 s]
/proc/loadavg: 0.88 0.95 0.98 2/65 31205
/proc/meminfo: memFree=1745164/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=60848 CPUtime=25.48
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 10266 0 0 0 2048 500 0 0 25 0 1 0 41105992 62308352 10229 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 15212 10229 48 102 0 15107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60848

[startup+51.1011 s]
/proc/loadavg: 0.92 0.96 0.98 2/65 31205
/proc/meminfo: memFree=1740940/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=65220 CPUtime=51.05
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 11370 0 0 0 4605 500 0 0 25 0 1 0 41105992 66785280 11333 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529828 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 16305 11333 48 102 0 16200 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 65220

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 31205
/proc/meminfo: memFree=1729036/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=76976 CPUtime=102.25
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 14332 0 0 0 9722 503 0 0 25 0 1 0 41105992 78823424 14295 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 19244 14295 48 102 0 19139 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76976

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1713676/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=92420 CPUtime=162.23
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 18196 0 0 0 15716 507 0 0 25 0 1 0 41105992 94638080 18159 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 23105 18159 48 102 0 23000 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 92420

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1690700/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=115084 CPUtime=222.21
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 23893 0 0 0 21709 512 0 0 25 0 1 0 41105992 117846016 23856 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529604 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 28771 23856 48 102 0 28666 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 115084

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1672268/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=133508 CPUtime=282.2
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 28517 0 0 0 27703 517 0 0 25 0 1 0 41105992 136712192 28480 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 33377 28480 48 102 0 33272 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 133508

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1666124/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=139008 CPUtime=342.19
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 29996 0 0 0 33700 519 0 0 25 0 1 0 41105992 142344192 29897 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 34752 29897 48 102 0 34647 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 139008

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1666188/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=139008 CPUtime=402.17
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 29996 0 0 0 39698 519 0 0 25 0 1 0 41105992 142344192 29897 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529991 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 34752 29897 48 102 0 34647 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 139008

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1666188/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=139008 CPUtime=462.16
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 29996 0 0 0 45697 519 0 0 25 0 1 0 41105992 142344192 29897 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 34752 29897 48 102 0 34647 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 139008

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1654732/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=150720 CPUtime=522.15
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 32918 0 0 0 51692 523 0 0 25 0 1 0 41105992 154337280 32819 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 37680 32819 48 102 0 37575 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 150720

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1637964/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=167360 CPUtime=582.13
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 37103 0 0 0 57686 527 0 0 25 0 1 0 41105992 171376640 37004 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 41840 37004 48 102 0 41735 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 167360

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205
/proc/meminfo: memFree=1619788/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=185396 CPUtime=642.12
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 41595 0 0 0 63681 531 0 0 25 0 1 0 41105992 189845504 41496 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 46349 41496 48 102 0 46244 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 185396

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31205

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

[startup+9102.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9099.82
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 909340 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9099.82
Current children cumulated vsize (KiB) 628168

[startup+9162.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9159.81
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 915339 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9159.81
Current children cumulated vsize (KiB) 628168

[startup+9222.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9219.8
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 921338 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9219.8
Current children cumulated vsize (KiB) 628168

[startup+9282.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 31605
/proc/meminfo: memFree=1173132/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9279.78
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 927336 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529731 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9279.78
Current children cumulated vsize (KiB) 628168

[startup+9342.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9339.76
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 933334 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9339.76
Current children cumulated vsize (KiB) 628168

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173132/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9399.74
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 939332 642 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9399.74
Current children cumulated vsize (KiB) 628168

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9459.74
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 945331 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9459.74
Current children cumulated vsize (KiB) 628168

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9519.72
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 951329 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9519.72
Current children cumulated vsize (KiB) 628168

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173196/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9579.71
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 957328 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529828 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9579.71
Current children cumulated vsize (KiB) 628168

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173132/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9639.69
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 963326 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9639.69
Current children cumulated vsize (KiB) 628168

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173132/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9699.68
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 969325 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9699.68
Current children cumulated vsize (KiB) 628168

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9759.66
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 975323 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522689 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9759.66
Current children cumulated vsize (KiB) 628168

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31605
/proc/meminfo: memFree=1173068/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9819.64
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 981321 643 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9819.64
Current children cumulated vsize (KiB) 628168

[startup+9882.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/71 31761
/proc/meminfo: memFree=1171652/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9879.55
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 987311 644 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9879.55
Current children cumulated vsize (KiB) 628168

[startup+9942.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 31803
/proc/meminfo: memFree=1172684/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9939.51
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 993307 644 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529740 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9939.51
Current children cumulated vsize (KiB) 628168

[startup+10002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 31803
/proc/meminfo: memFree=1172748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=9999.5
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 999306 644 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 9999.5
Current children cumulated vsize (KiB) 628168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 31803
/proc/meminfo: memFree=1172748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=10000.1
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 999366 644 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 628168

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

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

[startup+10002.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 31803
/proc/meminfo: memFree=1172748/2055920 swapFree=4182044/4192956
[pid=31204] ppid=31202 vsize=628168 CPUtime=10000.1
/proc/31204/stat : 31204 (picosat) R 31202 31204 31150 0 -1 4194304 153562 0 0 0 999366 644 0 0 25 0 1 0 41105992 643244032 152314 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31204/statm: 157042 152314 48 102 0 156937 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 628168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003
CPU time (s): 10000.2
CPU user time (s): 9993.66
CPU system time (s): 6.54
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 628632

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

runsolver used 7.19391 second user time and 20.2549 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Wed Apr 18 02:16:49 UTC 2007

IDJOB= 355871
IDBENCH= 20367
IDSOLVER= 171
FILE ID= node52/355871-1176862609

PBS_JOBID= 4590294

Free space on /tmp= 66323 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b49e933dbc6614751d64dbdefaefe2e8

RANDOM SEED= 296479611

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node52.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786228 kB
Buffers:          9928 kB
Cached:         209520 kB
SwapCached:       4612 kB
Active:          50400 kB
Inactive:       179136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786228 kB
SwapTotal:     4192956 kB
SwapFree:      4182044 kB
Dirty:           23312 kB
Writeback:           0 kB
Mapped:          15164 kB
Slab:            26120 kB
Committed_AS:  1530504 kB
PageTables:       1484 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= 66323 MiB

End job on node52 on Wed Apr 18 05:03:34 UTC 2007