Trace number 3387628

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.27 5000.16

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications 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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

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: 961)

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-3387628-1305606746/watcher-3387628-1305606746 -o /tmp/evaluation-result-3387628-1305606746/solver-3387628-1305606746 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387628-1305606746.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: 3.00 3.02 3.00 3/528 4535
/proc/meminfo: memFree=10521224/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=20032 CPUtime=0 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 878 0 0 0 0 0 0 0 23 0 1 0 750905525 20512768 804 33554432000 4194304 4300288 140734875332368 18446744073709551615 216734875403 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 5008 814 216 26 0 1640 0

[startup+0.022059 s]
/proc/loadavg: 3.00 3.02 3.00 3/528 4535
/proc/meminfo: memFree=10521224/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=21952 CPUtime=0.01 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1570 0 0 0 1 0 0 0 23 0 1 0 750905525 22478848 1420 33554432000 4194304 4300288 140734875332368 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 5521 1422 218 26 0 2153 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21952

[startup+0.101047 s]
/proc/loadavg: 3.00 3.02 3.00 3/528 4535
/proc/meminfo: memFree=10521224/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=35376 CPUtime=0.09 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 5781 0 0 0 8 1 0 0 23 0 1 0 750905525 36225024 4952 33554432000 4194304 4300288 140734875332368 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 8844 4954 218 26 0 5476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35376

[startup+0.301022 s]
/proc/loadavg: 3.00 3.02 3.00 3/528 4535
/proc/meminfo: memFree=10521224/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=72836 CPUtime=0.29 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 16209 0 0 0 26 3 0 0 25 0 1 0 750905525 74584064 13502 33554432000 4194304 4300288 140734875332368 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 18209 13505 218 26 0 14841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72836

[startup+0.700942 s]
/proc/loadavg: 3.00 3.02 3.00 3/528 4535
/proc/meminfo: memFree=10521224/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=155692 CPUtime=0.69 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 36859 0 0 0 63 6 0 0 25 0 1 0 750905525 159428608 30580 33554432000 4194304 4300288 140734875332368 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 38923 30583 218 26 0 35555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 155692

[startup+1.50083 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4536
/proc/meminfo: memFree=10347824/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=291580 CPUtime=1.49 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 79106 0 0 0 137 12 0 0 25 0 1 0 750905525 298577920 64993 33554432000 4194304 4300288 140734875332368 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 72895 64993 218 26 0 69527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 291580

[startup+3.10052 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4536
/proc/meminfo: memFree=10230520/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=360612 CPUtime=3.09 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 87428 0 0 0 294 15 0 0 25 0 1 0 750905525 369266688 72795 33554432000 4194304 4300288 140734875332368 18446744073709551615 4228524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 90153 72795 222 26 0 86785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 360612

[startup+6.301 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4536
/proc/meminfo: memFree=10229152/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=364528 CPUtime=6.29 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 89189 0 0 0 614 15 0 0 25 0 1 0 750905525 373276672 74496 33554432000 4194304 4300288 140734875332368 18446744073709551615 4230884 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 91132 74496 222 26 0 87764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 364528

[startup+12.7009 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4536
/proc/meminfo: memFree=10258688/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=345560 CPUtime=12.69 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 110309 0 0 0 1252 17 0 0 25 0 1 0 750905525 353853440 64939 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 86390 64939 243 26 0 83022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 345560

[startup+25.5006 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4536
/proc/meminfo: memFree=10231396/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=345560 CPUtime=25.49 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 115766 0 0 0 2531 18 0 0 25 0 1 0 750905525 353853440 70362 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 86390 70362 243 26 0 83022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 345560

[startup+51.1011 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4537
/proc/meminfo: memFree=10155228/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=426948 CPUtime=51.09 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 131992 0 0 0 5087 22 0 0 25 0 1 0 750905525 437194752 86508 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 106737 86508 243 26 0 103369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 426948

[startup+102.32 s]
/proc/loadavg: 3.00 3.01 3.00 4/529 4538
/proc/meminfo: memFree=10027856/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=559208 CPUtime=102.32 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 158764 0 0 0 10204 28 0 0 25 0 1 0 750905525 572628992 113146 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 139802 113146 243 26 0 136434 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 559208

[startup+162.301 s]
/proc/loadavg: 3.00 3.01 3.00 4/529 4540
/proc/meminfo: memFree=9958856/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=774132 CPUtime=162.29 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 190099 0 0 0 16194 35 0 0 25 0 1 0 750905525 792711168 144352 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 193533 144352 243 26 0 190165 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 774132

[startup+222.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/529 4542
/proc/meminfo: memFree=9828252/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=774132 CPUtime=222.3 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 216319 0 0 0 22190 40 0 0 25 0 1 0 750905525 792711168 170466 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 193533 170466 243 26 0 190165 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 774132

[startup+282.301 s]
/proc/loadavg: 3.13 3.03 3.01 4/529 4543
/proc/meminfo: memFree=9710656/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1123380 CPUtime=282.29 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 241376 0 0 0 28184 45 0 0 25 0 1 0 750905525 1150341120 195439 33554432000 4194304 4300288 140734875332368 18446744073709551615 4249469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 280845 195440 243 26 0 277477 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1123380

[startup+342.301 s]
/proc/loadavg: 3.11 3.04 3.01 4/529 4545
/proc/meminfo: memFree=9576956/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1123380 CPUtime=342.3 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 269520 0 0 0 34179 51 0 0 25 0 1 0 750905525 1150341120 223493 33554432000 4194304 4300288 140734875332368 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 280845 223493 243 26 0 277477 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1123380

[startup+402.301 s]
/proc/loadavg: 3.04 3.03 3.00 4/529 4549
/proc/meminfo: memFree=9463668/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1123380 CPUtime=402.3 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 291966 0 0 0 40175 55 0 0 25 0 1 0 750905525 1150341120 245849 33554432000 4194304 4300288 140734875332368 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 280845 245850 243 26 0 277477 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1123380

[startup+462.301 s]
/proc/loadavg: 3.16 3.07 3.01 4/529 4551
/proc/meminfo: memFree=9435944/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1124524 CPUtime=462.3 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 319333 0 0 0 46169 61 0 0 25 0 1 0 750905525 1151512576 273120 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 281131 273120 243 26 0 277763 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1124524

[startup+522.301 s]
/proc/loadavg: 3.06 3.05 3.01 4/529 4553
/proc/meminfo: memFree=9329884/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1697428 CPUtime=522.3 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 339351 0 0 0 52165 65 0 0 25 0 1 0 750905525 1738166272 293056 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 424357 293056 243 26 0 420989 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1697428

[startup+582.301 s]
/proc/loadavg: 3.02 3.04 3.00 4/529 4554
/proc/meminfo: memFree=9238696/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=1697428 CPUtime=582.31 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 357031 0 0 0 58163 68 0 0 25 0 1 0 750905525 1738166272 310678 33554432000 4194304 4300288 140734875332368 18446744073709551615 4265063 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 424357 310678 243 26 0 420989 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1697428

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4661
/proc/meminfo: memFree=5064320/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6724996 CPUtime=4122.39 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1374418 0 0 0 411931 308 0 0 25 0 1 0 750905525 6886395904 1324953 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1681249 1324953 243 26 0 1677881 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 6724996

[startup+4182.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4662
/proc/meminfo: memFree=4996204/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6727200 CPUtime=4182.38 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1388077 0 0 0 417928 310 0 0 25 0 1 0 750905525 6888652800 1338567 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1681800 1338567 243 26 0 1678432 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 6727200

[startup+4242.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/529 4664
/proc/meminfo: memFree=4946220/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6728616 CPUtime=4242.39 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1398175 0 0 0 423926 313 0 0 25 0 1 0 750905525 6890102784 1348629 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1682154 1348629 243 26 0 1678786 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 6728616

[startup+4302.3 s]
/proc/loadavg: 3.13 3.05 3.01 4/529 4665
/proc/meminfo: memFree=4881380/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6730776 CPUtime=4302.39 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1411236 0 0 0 429923 316 0 0 25 0 1 0 750905525 6892314624 1361643 33554432000 4194304 4300288 140734875332368 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1682694 1361643 243 26 0 1679326 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 6730776

[startup+4362.3 s]
/proc/loadavg: 3.05 3.04 3.00 4/529 4667
/proc/meminfo: memFree=4821316/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6733484 CPUtime=4362.39 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1423866 0 0 0 435918 321 0 0 25 0 1 0 750905525 6895087616 1374251 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1683371 1374251 243 26 0 1680003 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 6733484

[startup+4422.3 s]
/proc/loadavg: 3.02 3.03 3.00 4/529 4669
/proc/meminfo: memFree=4754356/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6735816 CPUtime=4422.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1437568 0 0 0 441915 325 0 0 25 0 1 0 750905525 6897475584 1387921 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1683954 1387921 243 26 0 1680586 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 6735816

[startup+4482.3 s]
/proc/loadavg: 3.08 3.05 3.01 4/529 4670
/proc/meminfo: memFree=4841560/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6735816 CPUtime=4482.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1452819 0 0 0 447910 330 0 0 25 0 1 0 750905525 6897475584 1403119 33554432000 4194304 4300288 140734875332368 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1683954 1403119 243 26 0 1680586 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 6735816

[startup+4542.3 s]
/proc/loadavg: 3.06 3.05 3.01 4/529 4672
/proc/meminfo: memFree=4774060/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6738204 CPUtime=4542.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1463008 0 0 0 453906 334 0 0 25 0 1 0 750905525 6899920896 1413267 33554432000 4194304 4300288 140734875332368 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1684551 1413267 243 26 0 1681183 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 6738204

[startup+4602.3 s]
/proc/loadavg: 3.02 3.04 3.00 4/529 4673
/proc/meminfo: memFree=4717836/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6740636 CPUtime=4602.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1470605 0 0 0 459904 336 0 0 25 0 1 0 750905525 6902411264 1420828 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1685159 1420828 243 26 0 1681791 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 6740636

[startup+4662.3 s]
/proc/loadavg: 3.01 3.03 3.00 4/529 4675
/proc/meminfo: memFree=4667720/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6741064 CPUtime=4662.39 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1479555 0 0 0 465901 338 0 0 25 0 1 0 750905525 6902849536 1429757 33554432000 4194304 4300288 140734875332368 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1685266 1429757 243 26 0 1681898 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 6741064

[startup+4722.32 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4677
/proc/meminfo: memFree=4591504/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6742664 CPUtime=4722.42 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1494990 0 0 0 471900 342 0 0 25 0 1 0 750905525 6904487936 1445146 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1685666 1445146 243 26 0 1682298 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 6742664

[startup+4782.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4678
/proc/meminfo: memFree=4543000/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6746732 CPUtime=4782.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1503877 0 0 0 477896 344 0 0 25 0 1 0 750905525 6908653568 1454012 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1686683 1454012 243 26 0 1683315 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 6746732

[startup+4842.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/529 4680
/proc/meminfo: memFree=4464780/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6747524 CPUtime=4842.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1520696 0 0 0 483892 348 0 0 25 0 1 0 750905525 6909464576 1470785 33554432000 4194304 4300288 140734875332368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1686881 1470785 243 26 0 1683513 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 6747524

[startup+4902.3 s]
/proc/loadavg: 2.96 3.01 3.00 3/523 4699
/proc/meminfo: memFree=4685376/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6748652 CPUtime=4902.4 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1534897 0 0 0 489888 352 0 0 25 0 1 0 750905525 6910619648 1484951 33554432000 4194304 4300288 140734875332368 18446744073709551615 4271181 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1687163 1484951 243 26 0 1683795 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 6748652

[startup+4962.3 s]
/proc/loadavg: 2.32 2.81 2.93 3/523 4701
/proc/meminfo: memFree=4634904/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6753492 CPUtime=4962.41 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1547403 0 0 0 495884 357 0 0 25 0 1 0 750905525 6915575808 1497426 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1688373 1497426 243 26 0 1685005 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 6753492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.33 2.75 2.90 3/523 4702
/proc/meminfo: memFree=4607724/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=6753492 CPUtime=5000.01 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4202496 1554247 0 0 0 499642 359 0 0 25 0 1 0 750905525 6915575808 1504250 33554432000 4194304 4300288 140734875332368 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4535/statm: 1688373 1504250 243 26 0 1685005 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 6753492

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

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

[startup+5000.02 s]
/proc/loadavg: 2.33 2.75 2.90 3/523 4702
/proc/meminfo: memFree=4607724/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=0 CPUtime=5000.12 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4203524 1554250 0 0 0 499643 369 0 0 25 0 1 0 750905525 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/4535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.33 2.75 2.90 3/523 4702
/proc/meminfo: memFree=4607724/32951124 swapFree=65586204/67111528
[pid=4535] ppid=4533 vsize=0 CPUtime=5000.2 cores=0,2,4,6
/proc/4535/stat : 4535 (cir_minisat) R 4533 4535 1905 0 -1 4203524 1554250 0 0 0 499643 377 0 0 25 0 1 0 750905525 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/4535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.16
CPU time (s): 5000.27
CPU user time (s): 4996.44
CPU system time (s): 3.83142
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6753492

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

runsolver used 26.8309 second user time and 59.7639 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-17 06:32:29
IDJOB=3387628
IDBENCH=88165
IDSOLVER=1873
FILE ID=node119/3387628-1305606746
RUNJOBID= node119-1305601116-4126
PBS_JOBID= 13350359
Free space on /tmp= 73188 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387628-1305606746/watcher-3387628-1305606746 -o /tmp/evaluation-result-3387628-1305606746/solver-3387628-1305606746 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387628-1305606746.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=211415235

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10521504 kB
Buffers:        329512 kB
Cached:        5427924 kB
SwapCached:       4756 kB
Active:       18380304 kB
Inactive:      3685384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10521504 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           93280 kB
Writeback:           0 kB
AnonPages:    16306484 kB
Mapped:          41896 kB
Slab:           214316 kB
PageTables:      79752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164271328 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= 73192 MiB
End job on node119 at 2011-05-17 07:55:51