Trace number 3380378

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)UNSAT 731.563 731.544

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

731.52/731.54	c WARNING: for repeatability, setting FPU to use double precision
731.52/731.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3380378-1305458484/watcher-3380378-1305458484 -o /tmp/evaluation-result-3380378-1305458484/solver-3380378-1305458484 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380378-1305458484.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 2.24 2.80 5/256 20565
/proc/meminfo: memFree=22773752/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=19696 CPUtime=0 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 735 0 0 0 0 0 0 0 23 0 1 0 657449281 20168704 673 33554432000 4194304 4300288 140736194400336 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 4924 673 216 26 0 1556 0

[startup+0.0667159 s]
/proc/loadavg: 1.05 2.24 2.80 5/256 20565
/proc/meminfo: memFree=22773752/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=30996 CPUtime=0.05 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 4114 0 0 0 5 0 0 0 23 0 1 0 657449281 31739904 3743 33554432000 4194304 4300288 140736194400336 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 7749 3743 218 26 0 4381 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30996

[startup+0.10071 s]
/proc/loadavg: 1.05 2.24 2.80 5/256 20565
/proc/meminfo: memFree=22773752/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=37040 CPUtime=0.09 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 5982 0 0 0 9 0 0 0 23 0 1 0 657449281 37928960 5400 33554432000 4194304 4300288 140736194400336 18446744073709551615 4257143 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 9260 5400 219 26 0 5892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37040

[startup+0.300686 s]
/proc/loadavg: 1.05 2.24 2.80 5/256 20565
/proc/meminfo: memFree=22773752/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=76628 CPUtime=0.29 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 16477 0 0 0 27 2 0 0 24 0 1 0 657449281 78467072 14542 33554432000 4194304 4300288 140736194400336 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 19157 14544 218 26 0 15789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76628

[startup+0.700617 s]
/proc/loadavg: 1.05 2.24 2.80 5/256 20565
/proc/meminfo: memFree=22773752/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=159256 CPUtime=0.69 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 36871 0 0 0 65 4 0 0 25 0 1 0 657449281 163078144 32444 33554432000 4194304 4300288 140736194400336 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 39814 32447 218 26 0 36446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159256

[startup+1.50047 s]
/proc/loadavg: 1.05 2.24 2.80 5/257 20566
/proc/meminfo: memFree=22546608/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=228572 CPUtime=1.49 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 50744 0 0 0 142 7 0 0 25 0 1 0 657449281 234057728 45837 33554432000 4194304 4300288 140736194400336 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 57143 45838 354 26 0 53775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 228572

[startup+3.10119 s]
/proc/loadavg: 1.05 2.24 2.80 5/257 20566
/proc/meminfo: memFree=22526500/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=214436 CPUtime=3.09 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 69083 0 0 0 298 11 0 0 25 0 1 0 657449281 219582464 45848 33554432000 4194304 4300288 140736194400336 18446744073709551615 4230880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 53609 45848 354 26 0 50241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 214436

[startup+6.30057 s]
/proc/loadavg: 1.28 2.27 2.80 5/257 20566
/proc/meminfo: memFree=22544508/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=196112 CPUtime=6.29 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 75221 0 0 0 617 12 0 0 25 0 1 0 657449281 200818688 41919 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 49028 41919 375 26 0 45660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 196112

[startup+12.7004 s]
/proc/loadavg: 1.50 2.29 2.81 5/257 20566
/proc/meminfo: memFree=22492444/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=196112 CPUtime=12.69 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 76510 0 0 0 1256 13 0 0 25 0 1 0 657449281 200818688 43169 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 49028 43169 375 26 0 45660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 196112

[startup+25.501 s]
/proc/loadavg: 2.05 2.38 2.83 5/257 20567
/proc/meminfo: memFree=22446960/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=226460 CPUtime=25.49 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 78710 0 0 0 2536 13 0 0 25 0 1 0 657449281 231895040 45304 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 56615 45304 375 26 0 53247 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 226460

[startup+51.1004 s]
/proc/loadavg: 2.72 2.51 2.86 5/257 20621
/proc/meminfo: memFree=22304480/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=275780 CPUtime=51.09 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 90190 0 0 0 5093 16 0 0 25 0 1 0 657449281 282398720 56649 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 68945 56649 375 26 0 65577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 275780

[startup+102.309 s]
/proc/loadavg: 3.44 2.73 2.91 5/257 20650
/proc/meminfo: memFree=22206536/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=306600 CPUtime=102.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 109564 0 0 0 10209 21 0 0 25 0 1 0 657449281 313958400 59960 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256045 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 76650 59960 375 26 0 73282 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 306600

[startup+162.301 s]
/proc/loadavg: 3.87 2.99 2.99 5/257 20651
/proc/meminfo: memFree=21949724/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=356688 CPUtime=162.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 116577 0 0 0 16207 23 0 0 25 0 1 0 657449281 365248512 66758 33554432000 4194304 4300288 140736194400336 18446744073709551615 4250795 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 89172 66758 375 26 0 85804 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 356688

[startup+222.301 s]
/proc/loadavg: 3.95 3.17 3.05 5/257 20653
/proc/meminfo: memFree=21814224/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=356688 CPUtime=222.29 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 122764 0 0 0 22205 24 0 0 25 0 1 0 657449281 365248512 72788 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 89172 72788 375 26 0 85804 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 356688

[startup+282.301 s]
/proc/loadavg: 3.98 3.32 3.11 5/257 20655
/proc/meminfo: memFree=22111532/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=356688 CPUtime=282.29 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 129046 0 0 0 28203 26 0 0 25 0 1 0 657449281 365248512 78898 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 89172 78898 375 26 0 85804 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 356688

[startup+342.301 s]
/proc/loadavg: 3.99 3.44 3.16 5/257 20656
/proc/meminfo: memFree=21991588/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=438076 CPUtime=342.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 138640 0 0 0 34200 30 0 0 25 0 1 0 657449281 448589824 88310 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 109519 88310 375 26 0 106151 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 438076

[startup+402.301 s]
/proc/loadavg: 4.07 3.56 3.21 5/257 20658
/proc/meminfo: memFree=21795876/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=438076 CPUtime=402.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 144112 0 0 0 40198 32 0 0 25 0 1 0 657449281 448589824 93681 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 109519 93681 375 26 0 106151 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 438076

[startup+462.301 s]
/proc/loadavg: 4.03 3.63 3.26 5/257 20659
/proc/meminfo: memFree=21567920/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=439188 CPUtime=462.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 149868 0 0 0 46196 34 0 0 25 0 1 0 657449281 449728512 99337 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 109797 99337 375 26 0 106429 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 439188

[startup+522.301 s]
/proc/loadavg: 4.01 3.70 3.30 5/257 20661
/proc/meminfo: memFree=21520380/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=444320 CPUtime=522.31 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 154121 0 0 0 52195 36 0 0 25 0 1 0 657449281 454983680 103531 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 111080 103531 375 26 0 107712 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 444320

[startup+582.301 s]
/proc/loadavg: 4.00 3.75 3.34 5/257 20663
/proc/meminfo: memFree=22009272/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=583756 CPUtime=582.3 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 160733 0 0 0 58193 37 0 0 25 0 1 0 657449281 597766144 110025 33554432000 4194304 4300288 140736194400336 18446744073709551615 4269931 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 145939 110025 375 26 0 142571 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 583756

[startup+642.301 s]
/proc/loadavg: 4.00 3.80 3.39 5/257 20664
/proc/meminfo: memFree=21824344/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=455604 CPUtime=642.32 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 210854 0 0 0 64187 45 0 0 25 0 1 0 657449281 466538496 101336 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 113901 101336 375 26 0 110533 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 455604

[startup+702.301 s]
/proc/loadavg: 4.06 3.84 3.42 5/257 20666
/proc/meminfo: memFree=21661124/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=457948 CPUtime=702.31 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 214500 0 0 0 70185 46 0 0 25 0 1 0 657449281 468938752 104911 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 114487 104911 375 26 0 111119 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 457948

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

[startup+716.701 s]
/proc/loadavg: 4.04 3.85 3.43 5/257 20666
/proc/meminfo: memFree=21594772/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=459416 CPUtime=716.71 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215371 0 0 0 71624 47 0 0 25 0 1 0 657449281 470441984 105774 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 114854 105774 375 26 0 111486 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 459416

[startup+723.1 s]
/proc/loadavg: 4.04 3.86 3.44 5/257 20666
/proc/meminfo: memFree=21562780/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=459700 CPUtime=723.11 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215647 0 0 0 72264 47 0 0 25 0 1 0 657449281 470732800 106043 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 114925 106043 375 26 0 111557 0
Current children cumulated CPU time (s) 723.11
Current children cumulated vsize (KiB) 459700

[startup+726.301 s]
/proc/loadavg: 4.04 3.86 3.44 5/257 20666
/proc/meminfo: memFree=21546784/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=460128 CPUtime=726.31 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215813 0 0 0 72584 47 0 0 25 0 1 0 657449281 471171072 106209 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 115032 106209 375 26 0 111664 0
Current children cumulated CPU time (s) 726.31
Current children cumulated vsize (KiB) 460128

[startup+729.501 s]
/proc/loadavg: 4.03 3.86 3.44 5/257 20667
/proc/meminfo: memFree=21533632/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=460128 CPUtime=729.51 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215913 0 0 0 72904 47 0 0 25 0 1 0 657449281 471171072 106307 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 115032 106307 375 26 0 111664 0
Current children cumulated CPU time (s) 729.51
Current children cumulated vsize (KiB) 460128

[startup+730.301 s]
/proc/loadavg: 4.03 3.86 3.44 5/257 20667
/proc/meminfo: memFree=21530160/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=460128 CPUtime=730.32 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215934 0 0 0 72985 47 0 0 25 0 1 0 657449281 471171072 106328 33554432000 4194304 4300288 140736194400336 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 115032 106328 375 26 0 111664 0
Current children cumulated CPU time (s) 730.32
Current children cumulated vsize (KiB) 460128

[startup+731.101 s]
/proc/loadavg: 4.03 3.86 3.44 5/257 20667
/proc/meminfo: memFree=21530160/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=460128 CPUtime=731.11 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215951 0 0 0 73064 47 0 0 25 0 1 0 657449281 471171072 106344 33554432000 4194304 4300288 140736194400336 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 115032 106344 375 26 0 111664 0
Current children cumulated CPU time (s) 731.11
Current children cumulated vsize (KiB) 460128

[startup+731.51 s]
/proc/loadavg: 4.03 3.86 3.44 5/257 20667
/proc/meminfo: memFree=21525696/32951124 swapFree=61559568/67111528
[pid=20565] ppid=20563 vsize=225192 CPUtime=731.52 cores=0,2
/proc/20565/stat : 20565 (cir_minisat) R 20563 20565 18686 0 -1 4202496 215958 0 0 0 73104 48 0 0 25 0 1 0 657449281 230596608 50959 33554432000 4194304 4300288 140736194400336 18446744073709551615 222921432987 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20565/statm: 56298 50959 380 26 0 52930 0
Current children cumulated CPU time (s) 731.52
Current children cumulated vsize (KiB) 225192

Child status: 20
Real time (s): 731.544
CPU time (s): 731.563
CPU user time (s): 731.068
CPU system time (s): 0.494924
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 795372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.068
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215959
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= 7
involuntary context switches= 771

runsolver used 1.69274 second user time and 3.65044 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 13:21:25
IDJOB=3380378
IDBENCH=69591
IDSOLVER=1863
FILE ID=node109/3380378-1305458484
RUNJOBID= node109-1305458484-20523
PBS_JOBID= 13324879
Free space on /tmp= 73220 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380378-1305458484/watcher-3380378-1305458484 -o /tmp/evaluation-result-3380378-1305458484/solver-3380378-1305458484 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380378-1305458484.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=931554232

node109.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.809
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.61
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.809
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.75
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.809
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.809
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.75
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.809
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.809
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.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22774040 kB
Buffers:        270780 kB
Cached:        2577872 kB
SwapCached:      28404 kB
Active:        1452632 kB
Inactive:      8494784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22774040 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           50396 kB
Writeback:           0 kB
AnonPages:     7076628 kB
Mapped:          18408 kB
Slab:           133120 kB
PageTables:      33380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19230704 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= 73228 MiB
End job on node109 at 2011-05-15 13:33:37