Trace number 3434104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.06 4999.95

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3434104-1306887810/watcher-3434104-1306887810 -o /tmp/evaluation-result-3434104-1306887810/solver-3434104-1306887810 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434104-1306887810.cnf 

running on 4 cores: 0,2,4,6

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.01 2/526 8651
/proc/meminfo: memFree=5704816/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=20092 CPUtime=0 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 879 0 0 0 0 0 0 0 25 0 1 0 781196873 20574208 805 33554432000 4194304 4291235 140735036988896 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 5023 805 215 24 0 1657 0

[startup+0.104931 s]
/proc/loadavg: 2.08 2.05 2.01 2/526 8651
/proc/meminfo: memFree=5704816/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=34444 CPUtime=0.09 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 6118 0 0 0 9 0 0 0 25 0 1 0 781196873 35270656 5371 33554432000 4194304 4291235 140735036988896 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 8611 5373 216 24 0 5245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34444

[startup+0.200939 s]
/proc/loadavg: 2.08 2.05 2.01 2/526 8651
/proc/meminfo: memFree=5704816/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=56800 CPUtime=0.19 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 11033 0 0 0 18 1 0 0 25 0 1 0 781196873 58163200 9477 33554432000 4194304 4291235 140735036988896 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 14200 9480 216 24 0 10834 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56800

[startup+0.300929 s]
/proc/loadavg: 2.08 2.05 2.01 2/526 8651
/proc/meminfo: memFree=5704816/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=79608 CPUtime=0.29 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 15998 0 0 0 27 2 0 0 25 0 1 0 781196873 81518592 13696 33554432000 4194304 4291235 140735036988896 18446744073709551615 4215174 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 19902 13696 236 24 0 16536 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79608

[startup+0.700849 s]
/proc/loadavg: 2.08 2.05 2.01 2/526 8651
/proc/meminfo: memFree=5704816/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=79740 CPUtime=0.69 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 16044 0 0 0 67 2 0 0 25 0 1 0 781196873 81653760 13742 33554432000 4194304 4291235 140735036988896 18446744073709551615 4230284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 19935 13742 237 24 0 16569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79740

[startup+1.50068 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 8653
/proc/meminfo: memFree=5650256/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=82032 CPUtime=1.49 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 17280 0 0 0 147 2 0 0 25 0 1 0 781196873 84000768 14294 33554432000 4194304 4291235 140735036988896 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 20508 14294 237 24 0 17142 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82032

[startup+3.10042 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 8653
/proc/meminfo: memFree=5646660/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=83748 CPUtime=3.09 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 17714 0 0 0 306 3 0 0 25 0 1 0 781196873 85757952 14728 33554432000 4194304 4291235 140735036988896 18446744073709551615 4229964 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 20937 14728 237 24 0 17571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83748

[startup+6.30084 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 8653
/proc/meminfo: memFree=5642704/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=85928 CPUtime=6.29 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 19281 0 0 0 626 3 0 0 25 0 1 0 781196873 87990272 15269 33554432000 4194304 4291235 140735036988896 18446744073709551615 4230156 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 21482 15269 237 24 0 18116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85928

[startup+12.7007 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 8653
/proc/meminfo: memFree=5609764/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=81680 CPUtime=12.69 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 26443 0 0 0 1265 4 0 0 25 0 1 0 781196873 83640320 15514 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 20420 15514 259 24 0 17054 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81680

[startup+25.5004 s]
/proc/loadavg: 2.12 2.06 2.01 3/527 8653
/proc/meminfo: memFree=5609884/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=137972 CPUtime=25.49 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 34982 0 0 0 2543 6 0 0 25 0 1 0 781196873 141283328 23749 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 34493 23749 259 24 0 31127 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137972

[startup+51.1008 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 8654
/proc/meminfo: memFree=5571568/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=153708 CPUtime=51.09 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 44922 0 0 0 5102 7 0 0 25 0 1 0 781196873 157396992 33422 33554432000 4194304 4291235 140735036988896 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 38427 33422 259 24 0 35061 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153708

[startup+102.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 8658
/proc/meminfo: memFree=5517960/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=186312 CPUtime=102.29 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 73973 0 0 0 10217 12 0 0 25 0 1 0 781196873 190783488 34671 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8651/statm: 46578 34671 259 24 0 43212 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 186312

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 8660
/proc/meminfo: memFree=5505164/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=267220 CPUtime=162.27 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 86717 0 0 0 16210 17 0 0 25 0 1 0 781196873 273633280 46843 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 66805 46843 259 24 0 63439 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 267220

[startup+222.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 8661
/proc/meminfo: memFree=5474240/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=267220 CPUtime=222.29 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 94636 0 0 0 22209 20 0 0 25 0 1 0 781196873 273633280 54509 33554432000 4194304 4291235 140735036988896 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 66805 54509 259 24 0 63439 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 267220

[startup+282.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/527 8663
/proc/meminfo: memFree=5426440/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=248524 CPUtime=282.27 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 130967 0 0 0 28200 27 0 0 25 0 1 0 781196873 254488576 57305 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 62131 57305 259 24 0 58765 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 248524

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/527 8665
/proc/meminfo: memFree=5412772/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=266284 CPUtime=342.27 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 164420 0 0 0 34192 35 0 0 25 0 1 0 781196873 272674816 57884 33554432000 4194304 4291235 140735036988896 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 66571 57884 259 24 0 63205 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 266284

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 8666
/proc/meminfo: memFree=5320344/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=428580 CPUtime=402.27 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 186642 0 0 0 40187 40 0 0 25 0 1 0 781196873 438865920 79329 33554432000 4194304 4291235 140735036988896 18446744073709551615 4248651 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 107145 79329 259 24 0 103779 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 428580

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 8668
/proc/meminfo: memFree=5388360/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=289476 CPUtime=462.27 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 215130 0 0 0 46181 46 0 0 25 0 1 0 781196873 296423424 63965 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 72369 63965 259 24 0 69003 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 289476

[startup+522.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/527 8669
/proc/meminfo: memFree=5361152/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=370384 CPUtime=522.28 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 225265 0 0 0 52179 49 0 0 25 0 1 0 781196873 379273216 73699 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 92596 73699 259 24 0 89230 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 370384

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/527 8671
/proc/meminfo: memFree=5338544/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=370384 CPUtime=582.28 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 232426 0 0 0 58176 52 0 0 25 0 1 0 781196873 379273216 80599 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 92596 80599 259 24 0 89230 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 370384

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 8774
/proc/meminfo: memFree=4874128/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=860748 CPUtime=4002.37 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 878696 0 0 0 400000 237 0 0 25 0 1 0 781196873 881405952 174396 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 215187 174396 259 24 0 211821 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 860748

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 8776
/proc/meminfo: memFree=4994836/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=619592 CPUtime=4062.38 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 904171 0 0 0 405995 243 0 0 25 0 1 0 781196873 634462208 143444 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 154898 143444 259 24 0 151532 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 619592

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 8777
/proc/meminfo: memFree=4962056/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=669680 CPUtime=4122.38 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 915191 0 0 0 411992 246 0 0 25 0 1 0 781196873 685752320 153996 33554432000 4194304 4291235 140735036988896 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 167420 153996 259 24 0 164054 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 669680

[startup+4182.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/527 8779
/proc/meminfo: memFree=4948984/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=751068 CPUtime=4182.4 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 921894 0 0 0 417992 248 0 0 25 0 1 0 781196873 769093632 160375 33554432000 4194304 4291235 140735036988896 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 187767 160375 259 24 0 184401 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 751068

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/527 8781
/proc/meminfo: memFree=4923768/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=751068 CPUtime=4242.38 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 926509 0 0 0 423989 249 0 0 25 0 1 0 781196873 769093632 164807 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 187767 164807 259 24 0 184401 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 751068

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 8782
/proc/meminfo: memFree=4880804/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=751068 CPUtime=4302.38 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 932540 0 0 0 429987 251 0 0 25 0 1 0 781196873 769093632 170565 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 187767 170565 259 24 0 184401 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 751068

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 8784
/proc/meminfo: memFree=4850504/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=751068 CPUtime=4362.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 939713 0 0 0 435985 254 0 0 25 0 1 0 781196873 769093632 177495 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 187767 177495 259 24 0 184401 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 751068

[startup+4422.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/527 8785
/proc/meminfo: memFree=4836800/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=883328 CPUtime=4422.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 942260 0 0 0 441984 255 0 0 25 0 1 0 781196873 904527872 179966 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 220832 179966 259 24 0 217466 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 883328

[startup+4482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 8787
/proc/meminfo: memFree=4948860/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=650264 CPUtime=4482.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 971095 0 0 0 447979 260 0 0 25 0 1 0 781196873 665870336 152610 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 162566 152610 259 24 0 159200 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 650264

[startup+4542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 8789
/proc/meminfo: memFree=4908752/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=700352 CPUtime=4542.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 981319 0 0 0 453975 264 0 0 25 0 1 0 781196873 717160448 162451 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 175088 162451 259 24 0 171722 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 700352

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 8790
/proc/meminfo: memFree=4890120/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=4602.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 991212 0 0 0 459973 266 0 0 25 0 1 0 781196873 800501760 171864 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 171864 259 24 0 192069 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 781740

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 8792
/proc/meminfo: memFree=4882488/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=4662.4 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1000058 0 0 0 465970 270 0 0 25 0 1 0 781196873 800501760 180301 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 180301 259 24 0 192069 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 781740

[startup+4722.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/527 8793
/proc/meminfo: memFree=4897080/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=4722.4 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1004470 0 0 0 471969 271 0 0 25 0 1 0 781196873 800501760 184521 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 184521 259 24 0 192069 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 781740

[startup+4782.3 s]
/proc/loadavg: 1.86 2.00 1.99 2/521 8813
/proc/meminfo: memFree=5244700/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=570124 CPUtime=4782.39 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1008763 0 0 0 477965 274 0 0 25 0 1 0 781196873 583806976 132984 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 142531 132984 259 24 0 139165 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 570124

[startup+4842.32 s]
/proc/loadavg: 1.31 1.82 1.93 2/521 8815
/proc/meminfo: memFree=5144092/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=700352 CPUtime=4842.42 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1034702 0 0 0 483964 278 0 0 25 0 1 0 781196873 717160448 158172 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 175088 158172 259 24 0 171722 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 700352

[startup+4902.3 s]
/proc/loadavg: 1.11 1.67 1.87 2/521 8816
/proc/meminfo: memFree=5098664/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=4902.4 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1046781 0 0 0 489959 281 0 0 25 0 1 0 781196873 800501760 169678 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 169678 259 24 0 192069 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 781740

[startup+4962.3 s]
/proc/loadavg: 1.04 1.54 1.81 2/521 8818
/proc/meminfo: memFree=5064896/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=4962.41 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1055481 0 0 0 495957 284 0 0 25 0 1 0 781196873 800501760 178039 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 178039 259 24 0 192069 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 781740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.47 1.77 2/521 8819
/proc/meminfo: memFree=5043420/32951124 swapFree=64303760/67111528
[pid=8651] ppid=8649 vsize=781740 CPUtime=5000.01 cores=0,2,4,6
/proc/8651/stat : 8651 (minisat) R 8649 8651 7978 0 -1 4202496 1061106 0 0 0 499715 286 0 0 25 0 1 0 781196873 800501760 183421 33554432000 4194304 4291235 140735036988896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8651/statm: 195435 183421 259 24 0 192069 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 781740

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): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4997.17
CPU system time (s): 2.89456
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1045324

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

runsolver used 27.8778 second user time and 58.4581 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 02:23:30
IDJOB=3434104
IDBENCH=84806
IDSOLVER=1930
FILE ID=node145/3434104-1306887810
RUNJOBID= node145-1306877501-7996
PBS_JOBID= 13488431
Free space on /tmp= 54000 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434104-1306887810/watcher-3434104-1306887810 -o /tmp/evaluation-result-3434104-1306887810/solver-3434104-1306887810 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434104-1306887810.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1206232546

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5704980 kB
Buffers:        139080 kB
Cached:       17334024 kB
SwapCached:       1188 kB
Active:       17547516 kB
Inactive:      8984028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5704980 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           20536 kB
Writeback:           0 kB
AnonPages:     9057252 kB
Mapped:          34540 kB
Slab:           578132 kB
PageTables:      66044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153296692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 54000 MiB
End job on node145 at 2011-06-01 03:46:52