Trace number 3380296

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) 1300.07 1300.03

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3380296-1305459425/watcher-3380296-1305459425 -o /tmp/evaluation-result-3380296-1305459425/solver-3380296-1305459425 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380296-1305459425.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: 3.94 3.93 3.70 5/412 24970
/proc/meminfo: memFree=18103156/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=20520 CPUtime=0 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 1081 0 0 0 0 0 0 0 24 0 1 0 736173196 21012480 998 33554432000 4194304 4300288 140736908183056 18446744073709551615 4214039 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 5130 998 217 26 0 1762 0

[startup+0.109238 s]
/proc/loadavg: 3.94 3.93 3.70 5/412 24970
/proc/meminfo: memFree=18103156/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=32740 CPUtime=0.09 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 5350 0 0 0 9 0 0 0 25 0 1 0 736173196 33525760 4660 33554432000 4194304 4300288 140736908183056 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 8185 4662 218 26 0 4817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32740

[startup+0.20122 s]
/proc/loadavg: 3.94 3.93 3.70 5/412 24970
/proc/meminfo: memFree=18103156/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=45448 CPUtime=0.19 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 9112 0 0 0 18 1 0 0 25 0 1 0 736173196 46538752 7970 33554432000 4194304 4300288 140736908183056 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 11362 7972 218 26 0 7994 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45448

[startup+0.301202 s]
/proc/loadavg: 3.94 3.93 3.70 5/412 24970
/proc/meminfo: memFree=18103156/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=61740 CPUtime=0.29 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 13214 0 0 0 28 1 0 0 25 0 1 0 736173196 63221760 11518 33554432000 4194304 4300288 140736908183056 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 15435 11520 219 26 0 12067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61740

[startup+0.701127 s]
/proc/loadavg: 3.94 3.93 3.70 5/412 24970
/proc/meminfo: memFree=18103156/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=79752 CPUtime=0.69 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 16008 0 0 0 67 2 0 0 25 0 1 0 736173196 81666048 13709 33554432000 4194304 4300288 140736908183056 18446744073709551615 4228481 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 19938 13709 222 26 0 16570 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79752

[startup+1.50097 s]
/proc/loadavg: 3.95 3.93 3.70 5/413 24971
/proc/meminfo: memFree=18043512/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=80280 CPUtime=1.49 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 16140 0 0 0 147 2 0 0 25 0 1 0 736173196 82206720 13841 33554432000 4194304 4300288 140736908183056 18446744073709551615 4224875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 20070 13841 222 26 0 16702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80280

[startup+3.10067 s]
/proc/loadavg: 3.95 3.93 3.70 5/413 24971
/proc/meminfo: memFree=18036076/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=82836 CPUtime=3.08 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 17460 0 0 0 306 2 0 0 25 0 1 0 736173196 84824064 14477 33554432000 4194304 4300288 140736908183056 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 20709 14477 222 26 0 17341 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82836

[startup+6.30106 s]
/proc/loadavg: 3.95 3.93 3.70 5/413 24998
/proc/meminfo: memFree=18212016/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=85940 CPUtime=6.29 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 19263 0 0 0 626 3 0 0 25 0 1 0 736173196 88002560 15254 33554432000 4194304 4300288 140736908183056 18446744073709551615 4228149 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 21485 15254 222 26 0 18117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85940

[startup+12.7008 s]
/proc/loadavg: 3.95 3.93 3.71 5/413 24998
/proc/meminfo: memFree=18206332/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=69016 CPUtime=12.68 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 24392 0 0 0 1265 3 0 0 25 0 1 0 736173196 70672384 13574 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 17254 13574 243 26 0 13886 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69016

[startup+25.5004 s]
/proc/loadavg: 3.96 3.93 3.71 5/413 24999
/proc/meminfo: memFree=18101064/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=103380 CPUtime=25.49 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 31513 0 0 0 2543 6 0 0 25 0 1 0 736173196 105861120 20361 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 25845 20361 243 26 0 22477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103380

[startup+51.1006 s]
/proc/loadavg: 4.03 3.95 3.72 5/413 24999
/proc/meminfo: memFree=17957952/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=146784 CPUtime=51.09 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 39689 0 0 0 5101 8 0 0 25 0 1 0 736173196 150306816 28285 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 36696 28285 243 26 0 33328 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146784

[startup+102.301 s]
/proc/loadavg: 4.12 3.99 3.75 5/413 25001
/proc/meminfo: memFree=17890788/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=216492 CPUtime=102.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 53131 0 0 0 10218 12 0 0 25 0 1 0 736173196 221687808 41351 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 54123 41351 243 26 0 50755 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 216492

[startup+162.3 s]
/proc/loadavg: 4.13 4.02 3.77 5/413 25032
/proc/meminfo: memFree=18029876/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=216612 CPUtime=162.29 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 80647 0 0 0 16210 19 0 0 25 0 1 0 736173196 221810688 42980 33554432000 4194304 4300288 140736908183056 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 54153 42980 243 26 0 50785 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 216612

[startup+222.316 s]
/proc/loadavg: 4.05 4.01 3.78 5/413 25061
/proc/meminfo: memFree=18113400/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=266700 CPUtime=222.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 91022 0 0 0 22208 22 0 0 25 0 1 0 736173196 273100800 52920 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 66675 52920 243 26 0 63307 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266700

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.79 5/413 25063
/proc/meminfo: memFree=17966300/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=247736 CPUtime=282.29 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 122502 0 0 0 28201 28 0 0 25 0 1 0 736173196 253681664 49472 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 61934 49472 243 26 0 58566 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 247736

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/413 25064
/proc/meminfo: memFree=18030244/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=297824 CPUtime=342.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 142966 0 0 0 34196 34 0 0 25 0 1 0 736173196 304971776 69159 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 74456 69159 243 26 0 71088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 297824

[startup+402.301 s]
/proc/loadavg: 4.24 4.07 3.84 5/413 25066
/proc/meminfo: memFree=17799180/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=345488 CPUtime=402.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 175835 0 0 0 40189 41 0 0 25 0 1 0 736173196 353779712 68496 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 86372 68496 243 26 0 83004 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 345488

[startup+462.301 s]
/proc/loadavg: 4.19 4.08 3.85 5/413 25067
/proc/meminfo: memFree=17953396/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=426876 CPUtime=462.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 185686 0 0 0 46186 44 0 0 25 0 1 0 736173196 437121024 78082 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 106719 78082 243 26 0 103351 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 426876

[startup+522.301 s]
/proc/loadavg: 4.07 4.07 3.86 5/413 25069
/proc/meminfo: memFree=17701008/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=426876 CPUtime=522.3 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 194106 0 0 0 52182 48 0 0 25 0 1 0 736173196 437121024 86181 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 106719 86181 243 26 0 103351 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 426876

[startup+582.3 s]
/proc/loadavg: 4.06 4.07 3.87 5/413 25071
/proc/meminfo: memFree=17539520/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=369236 CPUtime=582.31 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 224057 0 0 0 58175 56 0 0 25 0 1 0 736173196 378097664 73229 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 92309 73229 243 26 0 88941 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 369236

[startup+642.301 s]
/proc/loadavg: 4.02 4.05 3.88 5/413 25072
/proc/meminfo: memFree=17920160/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=369236 CPUtime=642.31 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 232178 0 0 0 64172 59 0 0 25 0 1 0 736173196 378097664 81033 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 92309 81033 243 26 0 88941 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 369236

[startup+702.301 s]
/proc/loadavg: 4.00 4.04 3.88 5/413 25074
/proc/meminfo: memFree=17789424/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=239008 CPUtime=702.31 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 242443 0 0 0 70168 63 0 0 25 0 1 0 736173196 244744192 53565 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 59752 53565 243 26 0 56384 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 239008

[startup+762.301 s]
/proc/loadavg: 4.00 4.03 3.89 5/413 25075
/proc/meminfo: memFree=17953580/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=369236 CPUtime=762.33 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 266416 0 0 0 76163 70 0 0 25 0 1 0 736173196 378097664 76985 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 92309 76985 243 26 0 88941 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 369236

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.89 5/413 25077
/proc/meminfo: memFree=17713960/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=369236 CPUtime=822.31 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 274311 0 0 0 82159 72 0 0 25 0 1 0 736173196 378097664 84576 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 92309 84576 243 26 0 88941 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 369236

[startup+882.315 s]
/proc/loadavg: 4.07 4.03 3.91 5/413 25079
/proc/meminfo: memFree=17877604/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=450624 CPUtime=882.33 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 279824 0 0 0 88158 75 0 0 25 0 1 0 736173196 461438976 89861 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 112656 89861 243 26 0 109288 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 450624

[startup+942.301 s]
/proc/loadavg: 4.30 4.09 3.93 5/413 25080
/proc/meminfo: memFree=17461168/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=450624 CPUtime=942.32 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 284431 0 0 0 94155 77 0 0 25 0 1 0 736173196 461438976 94287 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 112656 94287 243 26 0 109288 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 450624

[startup+1002.3 s]
/proc/loadavg: 4.18 4.09 3.94 5/413 25082
/proc/meminfo: memFree=17140080/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=450624 CPUtime=1002.32 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 288162 0 0 0 100152 80 0 0 25 0 1 0 736173196 461438976 97865 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 112656 97865 243 26 0 109288 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 450624

[startup+1062.3 s]
/proc/loadavg: 4.12 4.08 3.94 5/413 25083
/proc/meminfo: memFree=17737084/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=450624 CPUtime=1062.32 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 291251 0 0 0 106150 82 0 0 25 0 1 0 736173196 461438976 100853 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 112656 100853 243 26 0 109288 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 450624

[startup+1122.3 s]
/proc/loadavg: 4.09 4.08 3.95 5/413 25085
/proc/meminfo: memFree=17650244/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=366772 CPUtime=1122.33 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 321502 0 0 0 112143 90 0 0 25 0 1 0 736173196 375574528 81961 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 91693 81961 243 26 0 88325 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 366772

[startup+1182.3 s]
/proc/loadavg: 4.03 4.06 3.95 5/413 25086
/proc/meminfo: memFree=17908364/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=416860 CPUtime=1182.33 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 334301 0 0 0 118138 95 0 0 25 0 1 0 736173196 426864640 94158 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 104215 94158 243 26 0 100847 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 416860

[startup+1242.3 s]
/proc/loadavg: 4.01 4.05 3.95 5/413 25088
/proc/meminfo: memFree=17687368/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=498248 CPUtime=1242.33 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 342358 0 0 0 124134 99 0 0 25 0 1 0 736173196 510205952 101943 33554432000 4194304 4300288 140736908183056 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 124562 101943 243 26 0 121194 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 498248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.72 3.98 3.92 4/407 25108
/proc/meminfo: memFree=18122168/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=401776 CPUtime=1300.05 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 369965 0 0 0 129898 107 0 0 25 0 1 0 736173196 411418624 84501 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 100444 84501 243 26 0 97076 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 401776

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

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

[startup+1300 s]
/proc/loadavg: 3.72 3.98 3.92 4/407 25108
/proc/meminfo: memFree=18122168/32950928 swapFree=67111200/67111528
[pid=24970] ppid=24968 vsize=401776 CPUtime=1300.05 cores=0,2
/proc/24970/stat : 24970 (cir_minisat) R 24968 24970 24773 0 -1 4202496 369965 0 0 0 129898 107 0 0 25 0 1 0 736173196 411418624 84501 33554432000 4194304 4300288 140736908183056 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24970/statm: 100444 84501 243 26 0 97076 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 401776

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.98
CPU system time (s): 1.09083
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 502904

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

runsolver used 5.49116 second user time and 12.0252 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 13:37:05
IDJOB=3380296
IDBENCH=84806
IDSOLVER=1863
FILE ID=node115/3380296-1305459425
RUNJOBID= node115-1305459337-24791
PBS_JOBID= 13324911
Free space on /tmp= 73204 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380296-1305459425/watcher-3380296-1305459425 -o /tmp/evaluation-result-3380296-1305459425/solver-3380296-1305459425 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380296-1305459425.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1060221160

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:     32950928 kB
MemFree:      18103436 kB
Buffers:        265256 kB
Cached:        3129244 kB
SwapCached:          0 kB
Active:       11391604 kB
Inactive:      3141648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18103436 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           26968 kB
Writeback:           0 kB
AnonPages:    11138252 kB
Mapped:          34188 kB
Slab:           199216 kB
PageTables:      49100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 95939660 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= 73232 MiB
End job on node115 at 2011-05-15 13:58:47