Trace number 3380364

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) 1295.49 1300.04

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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

running on 2 cores: 1,3

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: 2.80 3.27 3.52 3/380 26704
/proc/meminfo: memFree=21031044/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=20452 CPUtime=0 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 963 0 0 0 0 0 0 0 21 0 1 0 657445920 20942848 891 33554432000 4194304 4300288 140735495456016 18446744073709551615 4266329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 5113 891 217 26 0 1745 0

[startup+0.113566 s]
/proc/loadavg: 2.80 3.27 3.52 3/380 26704
/proc/meminfo: memFree=21031044/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=34200 CPUtime=0.1 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 5487 0 0 0 10 0 0 0 22 0 1 0 657445920 35020800 4957 33554432000 4194304 4300288 140735495456016 18446744073709551615 4228192 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 8550 4957 222 26 0 5182 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34200

[startup+0.200561 s]
/proc/loadavg: 2.80 3.27 3.52 3/380 26704
/proc/meminfo: memFree=21031044/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=41044 CPUtime=0.19 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 6801 0 0 0 19 0 0 0 22 0 1 0 657445920 42029056 6215 33554432000 4194304 4300288 140735495456016 18446744073709551615 4234098 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 10261 6218 222 26 0 6893 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 41044

[startup+0.30052 s]
/proc/loadavg: 2.80 3.27 3.52 3/380 26704
/proc/meminfo: memFree=21031044/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=42784 CPUtime=0.29 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 7322 0 0 0 29 0 0 0 22 0 1 0 657445920 43810816 6716 33554432000 4194304 4300288 140735495456016 18446744073709551615 4228637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 10696 6716 222 26 0 7328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42784

[startup+0.700452 s]
/proc/loadavg: 2.80 3.27 3.52 3/380 26704
/proc/meminfo: memFree=21031044/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=38396 CPUtime=0.69 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 8143 0 0 0 69 0 0 0 24 0 1 0 657445920 39317504 5712 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 9599 5712 242 26 0 6231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38396

[startup+1.50032 s]
/proc/loadavg: 2.80 3.27 3.52 5/389 26721
/proc/meminfo: memFree=20807208/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=38396 CPUtime=1.49 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 8519 0 0 0 149 0 0 0 25 0 1 0 657445920 39317504 6078 33554432000 4194304 4300288 140735495456016 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 9599 6078 243 26 0 6231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38396

[startup+3.10105 s]
/proc/loadavg: 2.98 3.30 3.52 5/389 26721
/proc/meminfo: memFree=20775004/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=45536 CPUtime=3.09 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 9318 0 0 0 309 0 0 0 25 0 1 0 657445920 46628864 6860 33554432000 4194304 4300288 140735495456016 18446744073709551615 4269361 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 11384 6860 243 26 0 8016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45536

[startup+6.30051 s]
/proc/loadavg: 2.98 3.30 3.52 6/392 26728
/proc/meminfo: memFree=20478080/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=53036 CPUtime=6.29 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 10767 0 0 0 628 1 0 0 25 0 1 0 657445920 54308864 8285 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255978 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 13259 8285 243 26 0 9891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53036

[startup+12.7004 s]
/proc/loadavg: 3.98 3.50 3.59 5/392 26728
/proc/meminfo: memFree=20252480/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=66096 CPUtime=12.48 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 14537 0 0 0 1244 4 0 0 25 0 1 0 657445920 67682304 12010 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255560 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26704/statm: 16524 12010 243 26 0 13156 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 66096

[startup+25.5002 s]
/proc/loadavg: 4.60 3.65 3.63 5/392 26728
/proc/meminfo: memFree=20183456/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=91184 CPUtime=24.58 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 20497 0 0 0 2448 10 0 0 25 0 1 0 657445920 93372416 17903 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26704/statm: 22796 17903 243 26 0 19428 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 91184

[startup+51.1009 s]
/proc/loadavg: 5.52 3.95 3.73 5/392 26729
/proc/meminfo: memFree=20073796/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=124424 CPUtime=48.73 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 35124 0 0 0 4841 32 0 0 25 0 1 0 657445920 127410176 20392 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26704/statm: 31106 20392 243 26 0 27738 0
Current children cumulated CPU time (s) 48.73
Current children cumulated vsize (KiB) 124424

[startup+102.3 s]
/proc/loadavg: 4.67 3.98 3.75 5/392 26757
/proc/meminfo: memFree=20160836/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=135344 CPUtime=99.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 63778 0 0 0 9896 49 0 0 25 0 1 0 657445920 138592256 29565 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 33836 29565 243 26 0 30468 0
Current children cumulated CPU time (s) 99.45
Current children cumulated vsize (KiB) 135344

[startup+162.3 s]
/proc/loadavg: 4.25 3.98 3.77 5/392 26759
/proc/meminfo: memFree=20014648/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=142236 CPUtime=159.44 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 90797 0 0 0 15886 58 0 0 25 0 1 0 657445920 145649664 29168 33554432000 4194304 4300288 140735495456016 18446744073709551615 4250802 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 35559 29168 243 26 0 32191 0
Current children cumulated CPU time (s) 159.44
Current children cumulated vsize (KiB) 142236

[startup+222.301 s]
/proc/loadavg: 4.09 3.98 3.78 5/392 26760
/proc/meminfo: memFree=19900728/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=193828 CPUtime=219.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 120574 0 0 0 21878 67 0 0 25 0 1 0 657445920 198479872 37775 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 48457 37775 243 26 0 45089 0
Current children cumulated CPU time (s) 219.45
Current children cumulated vsize (KiB) 193828

[startup+282.301 s]
/proc/loadavg: 4.03 3.98 3.79 5/392 26762
/proc/meminfo: memFree=19853632/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=81432 CPUtime=279.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 143849 0 0 0 27868 77 0 0 25 0 1 0 657445920 83386368 16755 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 20358 16755 243 26 0 16990 0
Current children cumulated CPU time (s) 279.45
Current children cumulated vsize (KiB) 81432

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.80 5/392 26764
/proc/meminfo: memFree=19666660/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=204200 CPUtime=339.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 165449 0 0 0 33862 83 0 0 25 0 1 0 657445920 209100800 38134 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 51050 38134 243 26 0 47682 0
Current children cumulated CPU time (s) 339.45
Current children cumulated vsize (KiB) 204200

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.81 5/392 26765
/proc/meminfo: memFree=19521728/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=211848 CPUtime=399.46 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 193910 0 0 0 39854 92 0 0 25 0 1 0 657445920 216932352 41164 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 52962 41164 243 26 0 49594 0
Current children cumulated CPU time (s) 399.46
Current children cumulated vsize (KiB) 211848

[startup+462.301 s]
/proc/loadavg: 4.06 4.00 3.83 5/392 26767
/proc/meminfo: memFree=19411512/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=168680 CPUtime=459.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 218311 0 0 0 45845 100 0 0 25 0 1 0 657445920 172728320 35628 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 42170 35628 243 26 0 38802 0
Current children cumulated CPU time (s) 459.45
Current children cumulated vsize (KiB) 168680

[startup+522.315 s]
/proc/loadavg: 4.02 4.00 3.83 5/392 26768
/proc/meminfo: memFree=19234692/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=137860 CPUtime=519.47 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 243432 0 0 0 51840 107 0 0 25 0 1 0 657445920 141168640 28942 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 34465 28942 243 26 0 31097 0
Current children cumulated CPU time (s) 519.47
Current children cumulated vsize (KiB) 137860

[startup+582.3 s]
/proc/loadavg: 4.28 4.07 3.87 5/392 26770
/proc/meminfo: memFree=19187100/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=303212 CPUtime=579.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 267147 0 0 0 57830 115 0 0 25 0 1 0 657445920 310489088 52479 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 75803 52479 243 26 0 72435 0
Current children cumulated CPU time (s) 579.45
Current children cumulated vsize (KiB) 303212

[startup+642.3 s]
/proc/loadavg: 4.21 4.09 3.88 5/392 26772
/proc/meminfo: memFree=19157200/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=152280 CPUtime=639.46 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 292161 0 0 0 63823 123 0 0 25 0 1 0 657445920 155934720 30753 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 38070 30753 243 26 0 34702 0
Current children cumulated CPU time (s) 639.46
Current children cumulated vsize (KiB) 152280

[startup+702.3 s]
/proc/loadavg: 4.08 4.07 3.89 5/392 26773
/proc/meminfo: memFree=19002988/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=233188 CPUtime=699.46 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 309692 0 0 0 69818 128 0 0 25 0 1 0 657445920 238784512 48072 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 58297 48072 243 26 0 54929 0
Current children cumulated CPU time (s) 699.46
Current children cumulated vsize (KiB) 233188

[startup+762.301 s]
/proc/loadavg: 4.03 4.05 3.89 5/392 26775
/proc/meminfo: memFree=18846972/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=187032 CPUtime=759.45 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 331365 0 0 0 75810 135 0 0 25 0 1 0 657445920 191520768 41702 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 46758 41702 243 26 0 43390 0
Current children cumulated CPU time (s) 759.45
Current children cumulated vsize (KiB) 187032

[startup+822.301 s]
/proc/loadavg: 4.01 4.04 3.90 5/392 26776
/proc/meminfo: memFree=18808148/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=161076 CPUtime=819.46 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 350133 0 0 0 81805 141 0 0 25 0 1 0 657445920 164941824 32229 33554432000 4194304 4300288 140735495456016 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 40269 32229 243 26 0 36901 0
Current children cumulated CPU time (s) 819.46
Current children cumulated vsize (KiB) 161076

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/392 26778
/proc/meminfo: memFree=18671848/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=241984 CPUtime=879.46 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 367637 0 0 0 87800 146 0 0 25 0 1 0 657445920 247791616 49524 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 60496 49524 243 26 0 57128 0
Current children cumulated CPU time (s) 879.46
Current children cumulated vsize (KiB) 241984

[startup+942.301 s]
/proc/loadavg: 5.17 4.32 4.01 6/392 26834
/proc/meminfo: memFree=18688988/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=161076 CPUtime=937.91 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 391719 0 0 0 93606 185 0 0 25 0 1 0 657445920 164941824 32450 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26704/statm: 40269 32450 243 26 0 36901 0
Current children cumulated CPU time (s) 937.91
Current children cumulated vsize (KiB) 161076

[startup+1002.3 s]
/proc/loadavg: 4.43 4.26 4.00 5/392 26835
/proc/meminfo: memFree=18516072/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=242272 CPUtime=997.73 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 408598 0 0 0 99570 203 0 0 25 0 1 0 657445920 248086528 49120 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 60568 49120 243 26 0 57200 0
Current children cumulated CPU time (s) 997.73
Current children cumulated vsize (KiB) 242272

[startup+1062.3 s]
/proc/loadavg: 4.30 4.25 4.01 5/392 26837
/proc/meminfo: memFree=18564760/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=144364 CPUtime=1057.75 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 424373 0 0 0 105564 211 0 0 25 0 1 0 657445920 147828736 31540 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 36091 31540 243 26 0 32723 0
Current children cumulated CPU time (s) 1057.75
Current children cumulated vsize (KiB) 144364

[startup+1122.3 s]
/proc/loadavg: 4.16 4.22 4.01 5/392 26838
/proc/meminfo: memFree=18414412/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=245812 CPUtime=1117.74 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 441402 0 0 0 111556 218 0 0 25 0 1 0 657445920 251711488 48370 33554432000 4194304 4300288 140735495456016 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 61453 48370 243 26 0 58085 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 245812

[startup+1182.32 s]
/proc/loadavg: 4.17 4.21 4.02 5/392 26840
/proc/meminfo: memFree=18448504/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=167504 CPUtime=1177.75 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 458174 0 0 0 117552 223 0 0 25 0 1 0 657445920 171524096 34150 33554432000 4194304 4300288 140735495456016 18446744073709551615 4249922 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 41876 34150 243 26 0 38508 0
Current children cumulated CPU time (s) 1177.75
Current children cumulated vsize (KiB) 167504

[startup+1242.3 s]
/proc/loadavg: 4.06 4.17 4.01 5/392 26842
/proc/meminfo: memFree=18374364/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=250456 CPUtime=1237.74 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 479148 0 0 0 123544 230 0 0 25 0 1 0 657445920 256466944 54899 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 62614 54899 243 26 0 59246 0
Current children cumulated CPU time (s) 1237.74
Current children cumulated vsize (KiB) 250456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.02 4.14 4.01 5/392 26843
/proc/meminfo: memFree=18337932/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=207228 CPUtime=1295.47 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 506043 0 0 0 129309 238 0 0 25 0 1 0 657445920 212201472 43347 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 51807 43347 243 26 0 48439 0
Current children cumulated CPU time (s) 1295.47
Current children cumulated vsize (KiB) 207228

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

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

[startup+1300.01 s]
/proc/loadavg: 4.02 4.14 4.01 5/392 26843
/proc/meminfo: memFree=18337932/32951132 swapFree=64495980/67111528
[pid=26704] ppid=26702 vsize=207228 CPUtime=1295.47 cores=1,3
/proc/26704/stat : 26704 (cir_minisat) R 26702 26704 26444 0 -1 4202496 506043 0 0 0 129309 238 0 0 25 0 1 0 657445920 212201472 43347 33554432000 4194304 4300288 140735495456016 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26704/statm: 51807 43347 243 26 0 48439 0
Current children cumulated CPU time (s) 1295.47
Current children cumulated vsize (KiB) 207228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1295.49
CPU user time (s): 1293.1
CPU system time (s): 2.39264
CPU usage (%): 99.6502
Max. virtual memory (cumulated for all children) (KiB): 337124

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

runsolver used 4.72728 second user time and 11.8272 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:21:03
IDJOB=3380364
IDBENCH=20536
IDSOLVER=1863
FILE ID=node129/3380364-1305458463
RUNJOBID= node129-1305458463-26686
PBS_JOBID= 13324894
Free space on /tmp= 73384 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380364-1305458463/watcher-3380364-1305458463 -o /tmp/evaluation-result-3380364-1305458463/solver-3380364-1305458463 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380364-1305458463.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1937419797

node129.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.831
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.66
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.831
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.831
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.75
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.831
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:     32951132 kB
MemFree:      21031440 kB
Buffers:        263364 kB
Cached:        6203244 kB
SwapCached:      52668 kB
Active:        3312588 kB
Inactive:      8369200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21031440 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           12712 kB
Writeback:           0 kB
AnonPages:     5171384 kB
Mapped:          19848 kB
Slab:           131900 kB
PageTables:      41180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93138560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73144 MiB
End job on node129 at 2011-05-15 13:42:45