Trace number 3440063

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: LR_GL_SHR 2011-03-02UNSAT 1644.38 1644.42

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1644.38
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

1644.26/1644.40	c WARNING: for repeatability, setting FPU to use double precision
1644.26/1644.40	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: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3440063-1306941729/watcher-3440063-1306941729 -o /tmp/evaluation-result-3440063-1306941729/solver-3440063-1306941729 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440063-1306941729.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.03 2.00 3/498 32148
/proc/meminfo: memFree=29136820/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=35676 CPUtime=0.01 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 3507 0 0 0 1 0 0 0 21 0 1 0 805773017 36532224 3397 33554432000 4194304 4300056 140737040239056 18446744073709551615 210646808934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 8919 3410 219 26 0 5551 0

[startup+0.0959569 s]
/proc/loadavg: 1.93 2.03 2.00 3/498 32148
/proc/meminfo: memFree=29136820/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=117000 CPUtime=0.09 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 18539 0 0 0 6 3 0 0 21 0 1 0 805773017 119808000 18119 33554432000 4194304 4300056 140737040239056 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 29250 18131 219 26 0 25882 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 117000

[startup+0.10095 s]
/proc/loadavg: 1.93 2.03 2.00 3/498 32148
/proc/meminfo: memFree=29136820/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=117000 CPUtime=0.09 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 19561 0 0 0 6 3 0 0 21 0 1 0 805773017 119808000 19141 33554432000 4194304 4300056 140737040239056 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 29250 19145 219 26 0 25882 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 117000

[startup+0.300922 s]
/proc/loadavg: 1.93 2.03 2.00 3/498 32148
/proc/meminfo: memFree=29136820/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=159488 CPUtime=0.29 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 28957 0 0 0 25 4 0 0 22 0 1 0 805773017 163315712 28216 33554432000 4194304 4300056 140737040239056 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 39872 28217 222 26 0 36504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 159488

[startup+0.700862 s]
/proc/loadavg: 1.93 2.03 2.00 3/498 32148
/proc/meminfo: memFree=29136820/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=177472 CPUtime=0.69 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 33920 0 0 0 63 6 0 0 23 0 1 0 805773017 181731328 32697 33554432000 4194304 4300056 140737040239056 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 44368 32697 223 26 0 41000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177472

[startup+1.50072 s]
/proc/loadavg: 2.17 2.07 2.01 3/499 32149
/proc/meminfo: memFree=29003956/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=179068 CPUtime=1.49 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 34291 0 0 0 139 10 0 0 25 0 1 0 805773017 183365632 33055 33554432000 4194304 4300056 140737040239056 18446744073709551615 4220927 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32148/statm: 44767 33055 222 26 0 41399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179068

[startup+3.10041 s]
/proc/loadavg: 2.17 2.07 2.01 3/499 32151
/proc/meminfo: memFree=29000884/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=201392 CPUtime=3.09 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 40709 0 0 0 293 16 0 0 25 0 1 0 805773017 206225408 38506 33554432000 4194304 4300056 140737040239056 18446744073709551615 4220927 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/32148/statm: 50348 38506 222 26 0 46980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201392

[startup+6.30094 s]
/proc/loadavg: 2.32 2.11 2.02 3/499 32151
/proc/meminfo: memFree=28884452/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=340716 CPUtime=6.23 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 81121 0 0 0 598 25 0 0 25 0 1 0 805773017 348893184 71536 33554432000 4194304 4300056 140737040239056 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 85179 71536 222 26 0 81811 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 340716

[startup+12.7009 s]
/proc/loadavg: 2.53 2.15 2.04 3/499 32151
/proc/meminfo: memFree=28736828/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=461064 CPUtime=12.63 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 112642 0 0 0 1232 31 0 0 25 0 1 0 805773017 472129536 101287 33554432000 4194304 4300056 140737040239056 18446744073709551615 4218520 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115266 101287 228 26 0 111898 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 461064

[startup+25.5007 s]
/proc/loadavg: 2.60 2.18 2.05 3/499 32151
/proc/meminfo: memFree=28790180/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=398564 CPUtime=25.43 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 158596 0 0 0 2506 37 0 0 25 0 1 0 805773017 408129536 85361 33554432000 4194304 4300056 140737040239056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 99641 85361 246 26 0 96273 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 398564

[startup+51.1004 s]
/proc/loadavg: 2.36 2.16 2.04 3/499 32151
/proc/meminfo: memFree=28786160/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=398564 CPUtime=51.03 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 159193 0 0 0 5065 38 0 0 25 0 1 0 805773017 408129536 85935 33554432000 4194304 4300056 140737040239056 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 99641 85935 246 26 0 96273 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 398564

[startup+102.319 s]
/proc/loadavg: 2.16 2.14 2.04 3/499 32153
/proc/meminfo: memFree=28779456/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=398564 CPUtime=102.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 160549 0 0 0 10186 39 0 0 25 0 1 0 805773017 408129536 87260 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 99641 87260 246 26 0 96273 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 398564

[startup+162.301 s]
/proc/loadavg: 2.06 2.11 2.03 3/499 32155
/proc/meminfo: memFree=28770776/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=417532 CPUtime=162.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 162170 0 0 0 16184 40 0 0 25 0 1 0 805773017 427552768 88844 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 104383 88844 246 26 0 101015 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 417532

[startup+222.301 s]
/proc/loadavg: 2.02 2.08 2.03 3/499 32155
/proc/meminfo: memFree=28754524/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=417532 CPUtime=222.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 164327 0 0 0 22183 41 0 0 25 0 1 0 805773017 427552768 90965 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 104383 90965 248 26 0 101015 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 417532

[startup+282.3 s]
/proc/loadavg: 2.00 2.07 2.02 3/499 32157
/proc/meminfo: memFree=28743976/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=448352 CPUtime=282.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 167332 0 0 0 28181 43 0 0 25 0 1 0 805773017 459112448 93906 33554432000 4194304 4300056 140737040239056 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 112088 93906 248 26 0 108720 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 448352

[startup+342.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/499 32159
/proc/meminfo: memFree=28729468/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=448352 CPUtime=342.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 170369 0 0 0 34179 45 0 0 25 0 1 0 805773017 459112448 96897 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 112088 96897 248 26 0 108720 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 448352

[startup+402.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/499 32161
/proc/meminfo: memFree=28718924/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=448352 CPUtime=402.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 173120 0 0 0 40177 47 0 0 25 0 1 0 805773017 459112448 99614 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 112088 99614 248 26 0 108720 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 448352

[startup+462.301 s]
/proc/loadavg: 2.11 2.10 2.04 3/499 32163
/proc/meminfo: memFree=28708116/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=498440 CPUtime=462.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 175756 0 0 0 46175 49 0 0 25 0 1 0 805773017 510402560 102217 33554432000 4194304 4300056 140737040239056 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 124610 102217 248 26 0 121242 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 498440

[startup+522.301 s]
/proc/loadavg: 2.11 2.11 2.04 3/499 32163
/proc/meminfo: memFree=28697196/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=498440 CPUtime=522.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 177911 0 0 0 52174 50 0 0 25 0 1 0 805773017 510402560 104337 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 124610 104337 248 26 0 121242 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 498440

[startup+582.301 s]
/proc/loadavg: 2.04 2.09 2.04 3/499 32165
/proc/meminfo: memFree=28688508/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=498440 CPUtime=582.24 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 179964 0 0 0 58172 52 0 0 25 0 1 0 805773017 510402560 106348 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 124610 106348 248 26 0 121242 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 498440

[startup+642.301 s]

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

/proc/meminfo: memFree=28701472/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=500240 CPUtime=1062.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 227945 0 0 0 106159 66 0 0 25 0 1 0 805773017 512245760 101184 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 125060 101184 248 26 0 121692 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 500240

[startup+1122.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/499 32179
/proc/meminfo: memFree=28691920/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=501904 CPUtime=1122.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 230364 0 0 0 112157 68 0 0 25 0 1 0 805773017 513949696 103574 33554432000 4194304 4300056 140737040239056 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 125476 103574 248 26 0 122108 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 501904

[startup+1182.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/499 32181
/proc/meminfo: memFree=28679512/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=501904 CPUtime=1182.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 232244 0 0 0 118155 70 0 0 25 0 1 0 805773017 513949696 105426 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 125476 105426 248 26 0 122108 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 501904

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 32183
/proc/meminfo: memFree=28668836/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=504540 CPUtime=1242.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 234748 0 0 0 124154 71 0 0 25 0 1 0 805773017 516648960 107904 33554432000 4194304 4300056 140737040239056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 126135 107904 248 26 0 122767 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 504540

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 32185
/proc/meminfo: memFree=28659400/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=505184 CPUtime=1302.27 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 237108 0 0 0 130154 73 0 0 25 0 1 0 805773017 517308416 110234 33554432000 4194304 4300056 140737040239056 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 126296 110234 248 26 0 122928 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 505184

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 32187
/proc/meminfo: memFree=28652704/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=506836 CPUtime=1362.25 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 239046 0 0 0 136151 74 0 0 25 0 1 0 805773017 519000064 112151 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 126709 112151 248 26 0 123341 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 506836

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 32187
/proc/meminfo: memFree=28702548/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=457832 CPUtime=1422.27 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 259728 0 0 0 142149 78 0 0 25 0 1 0 805773017 468819968 99744 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 114458 99744 248 26 0 111090 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 457832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 32189
/proc/meminfo: memFree=28695100/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=458932 CPUtime=1482.26 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 261631 0 0 0 148147 79 0 0 25 0 1 0 805773017 469946368 101619 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 114733 101619 248 26 0 111365 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 458932

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/499 32191
/proc/meminfo: memFree=28688272/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=510924 CPUtime=1542.26 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 263338 0 0 0 154146 80 0 0 25 0 1 0 805773017 523186176 103302 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 127731 103302 248 26 0 124363 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 510924

[startup+1602.3 s]
/proc/loadavg: 2.22 2.06 2.01 3/499 32193
/proc/meminfo: memFree=28716652/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=460836 CPUtime=1602.26 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 278372 0 0 0 160143 83 0 0 25 0 1 0 805773017 471896064 96291 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115209 96291 248 26 0 111841 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 460836

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

[startup+1612.7 s]
/proc/loadavg: 2.19 2.06 2.01 3/499 32193
/proc/meminfo: memFree=28714792/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=461576 CPUtime=1612.65 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 278766 0 0 0 161182 83 0 0 25 0 1 0 805773017 472653824 96674 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115394 96674 248 26 0 112026 0
Current children cumulated CPU time (s) 1612.65
Current children cumulated vsize (KiB) 461576

[startup+1625.5 s]
/proc/loadavg: 2.16 2.06 2.01 3/499 32193
/proc/meminfo: memFree=28713916/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=462480 CPUtime=1625.46 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 279047 0 0 0 162462 84 0 0 25 0 1 0 805773017 473579520 96951 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115620 96951 248 26 0 112252 0
Current children cumulated CPU time (s) 1625.46
Current children cumulated vsize (KiB) 462480

[startup+1631.9 s]
/proc/loadavg: 2.13 2.06 2.01 3/499 32193
/proc/meminfo: memFree=28713044/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=462480 CPUtime=1631.86 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 279187 0 0 0 163102 84 0 0 25 0 1 0 805773017 473579520 97088 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115620 97088 248 26 0 112252 0
Current children cumulated CPU time (s) 1631.86
Current children cumulated vsize (KiB) 462480

[startup+1638.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 32193
/proc/meminfo: memFree=28712672/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=462480 CPUtime=1638.26 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 279311 0 0 0 163742 84 0 0 25 0 1 0 805773017 473579520 97212 33554432000 4194304 4300056 140737040239056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115620 97212 248 26 0 112252 0
Current children cumulated CPU time (s) 1638.26
Current children cumulated vsize (KiB) 462480

[startup+1641.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 32193
/proc/meminfo: memFree=28712292/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=462480 CPUtime=1641.46 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 279360 0 0 0 164062 84 0 0 25 0 1 0 805773017 473579520 97260 33554432000 4194304 4300056 140737040239056 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115620 97260 248 26 0 112252 0
Current children cumulated CPU time (s) 1641.46
Current children cumulated vsize (KiB) 462480

[startup+1643.1 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 32193
/proc/meminfo: memFree=28712416/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=462480 CPUtime=1643.06 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 279383 0 0 0 164222 84 0 0 25 0 1 0 805773017 473579520 97282 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 115620 97282 248 26 0 112252 0
Current children cumulated CPU time (s) 1643.06
Current children cumulated vsize (KiB) 462480

[startup+1643.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 32193
/proc/meminfo: memFree=28712292/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=511800 CPUtime=1643.86 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 280648 0 0 0 164302 84 0 0 25 0 1 0 805773017 524083200 98435 33554432000 4194304 4300056 140737040239056 18446744073709551615 4259145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 127950 98439 248 26 0 124582 0
Current children cumulated CPU time (s) 1643.86
Current children cumulated vsize (KiB) 511800

[startup+1644.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 32193
/proc/meminfo: memFree=28712292/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=431660 CPUtime=1644.26 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) R 32146 32148 31492 0 -1 4202496 289288 0 0 0 164341 85 0 0 25 0 1 0 805773017 442019840 92114 33554432000 4194304 4300056 140737040239056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32148/statm: 107915 92114 248 26 0 104547 0
Current children cumulated CPU time (s) 1644.26
Current children cumulated vsize (KiB) 431660

[startup+1644.4 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 32193
/proc/meminfo: memFree=28732504/32951132 swapFree=57925096/67111528
[pid=32148] ppid=32146 vsize=0 CPUtime=1644.37 cores=1,3,5,7
/proc/32148/stat : 32148 (lr_gl_shr) S 32146 32148 31492 0 -1 4202500 289293 0 0 0 164351 86 0 0 25 0 1 0 805773017 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 8388610 18446744073709551615 0 0 17 3 0 0 0
/proc/32148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.37
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1644.42
CPU time (s): 1644.38
CPU user time (s): 1643.52
CPU system time (s): 0.868867
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 591064

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

runsolver used 8.11477 second user time and 18.8121 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-01 17:22:14
IDJOB=3440063
IDBENCH=84238
IDSOLVER=1938
FILE ID=node129/3440063-1306941729
RUNJOBID= node129-1306941729-32129
PBS_JOBID= 13488566
Free space on /tmp= 73688 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440063-1306941729/watcher-3440063-1306941729 -o /tmp/evaluation-result-3440063-1306941729/solver-3440063-1306941729 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440063-1306941729.cnf -verb=0 -model

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=750762600

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:      29136852 kB
Buffers:        275832 kB
Cached:        2094740 kB
SwapCached:      49316 kB
Active:         289132 kB
Inactive:      3239900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29136852 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           64852 kB
Writeback:           0 kB
AnonPages:     1120104 kB
Mapped:          15016 kB
Slab:           157908 kB
PageTables:      59200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147334492 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= 73688 MiB
End job on node129 at 2011-06-01 17:49:38