Trace number 3753150

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
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.04 1800.81

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl--soft-0-100-0.wbo
MD5SUM0ad575c7f0542ec26b1c3f9931b01c05
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.9134
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7578
Total number of constraints21401
Number of soft constraints21401
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1076192
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1076191
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.22	c run usual solver
1.84/2.34	o 688
1.84/2.34	c starting approximation
1.84/2.34	c factor = 2
1.84/2.34	c factor still to low - shrinking to 88.3433
1.84/2.34	c approx number of clauses: 1e+06
1.84/2.34	c current bound: 344
147.45/148.23	c current bound: 344
293.33/294.12	c current bound: 344
439.42/440.05	c current bound: 344
585.14/585.98	c current bound: 344
730.95/731.82	c current bound: 344
876.75/877.64	c current bound: 344
1022.61/1023.52	c current bound: 344
1168.54/1169.48	c current bound: 344
1314.36/1315.31	c current bound: 344
1460.19/1461.17	c current bound: 344
1606.24/1607.09	c current bound: 344
1751.86/1752.88	c current bound: 344
1800.01/1800.81	./satsolver.sh: line 5:  5405 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.81	c error: unexpected solver exit code
1800.01/1800.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3753150-1339206269/watcher-3753150-1339206269 -o /tmp/evaluation-result-3753150-1339206269/solver-3753150-1339206269 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753150-1339206269.wbo 824176127 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.08 2.02 2.01 3/173 5247
/proc/meminfo: memFree=25199424/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0

[startup+0.011223 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 5247
/proc/meminfo: memFree=25199424/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 5247
/proc/meminfo: memFree=25199424/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30015 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 5247
/proc/meminfo: memFree=25199424/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700185 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 5247
/proc/meminfo: memFree=25199424/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 5262
/proc/meminfo: memFree=25029692/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=17396 CPUtime=0.29 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 6029 0 0 0 22 7 0 0 20 0 1 0 386752655 17813504 3611 33554432000 4194304 6006132 140736986233600 140736986226704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 4349 3611 157 443 0 3902 0
[pid=5261] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5261/stat : 5261 (cp2_pre.sh) S 5248 5247 5213 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 386752684 9367552 277 33554432000 4194304 5064252 140734436403824 140734436402528 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5261/statm: 2287 277 234 213 0 72 0
[pid=5262] ppid=5261 vsize=35420 CPUtime=1.19 cores=1,3,5,7
/proc/5262/stat : 5262 (coprocessor) R 5261 5247 5213 0 -1 4202496 7616 0 0 0 118 1 0 0 20 0 1 0 386752685 36270080 8354 33554432000 4194304 6586260 140735813444688 140735813440232 5599168 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5262/statm: 8855 8354 189 584 0 8267 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71112

[startup+3.10027 s]
/proc/loadavg: 2.07 2.02 2.00 2/181 5271
/proc/meminfo: memFree=25051604/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 45192
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 5275
/proc/meminfo: memFree=24780420/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5272] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386752898 9367552 267 33554432000 4194304 5064252 140736571085920 140736571084832 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2287 267 226 213 0 72 0
[pid=5273] ppid=5272 vsize=50552 CPUtime=3.85 cores=1,3,5,7
/proc/5273/stat : 5273 (glucose) R 5272 5247 5213 0 -1 4202496 10647 0 0 0 384 1 0 0 20 0 1 0 386752899 51765248 11228 33554432000 4194304 5208918 140734021959872 140734021957544 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5273/statm: 12638 11228 95 248 0 12387 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 104892

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 5275
/proc/meminfo: memFree=24780332/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5272] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386752898 9367552 267 33554432000 4194304 5064252 140736571085920 140736571084832 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2287 267 226 213 0 72 0
[pid=5273] ppid=5272 vsize=50552 CPUtime=10.25 cores=1,3,5,7
/proc/5273/stat : 5273 (glucose) R 5272 5247 5213 0 -1 4202496 10649 0 0 0 1024 1 0 0 20 0 1 0 386752899 51765248 11230 33554432000 4194304 5208918 140734021959872 140734021957544 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5273/statm: 12638 11230 95 248 0 12387 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 104892

[startup+25.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 5283
/proc/meminfo: memFree=24647552/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5272] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386752898 9367552 267 33554432000 4194304 5064252 140736571085920 140736571084832 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2287 267 226 213 0 72 0
[pid=5273] ppid=5272 vsize=50552 CPUtime=23.05 cores=1,3,5,7
/proc/5273/stat : 5273 (glucose) R 5272 5247 5213 0 -1 4202496 10654 0 0 0 2304 1 0 0 20 0 1 0 386752899 51765248 11235 33554432000 4194304 5208918 140734021959872 140734021957544 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5273/statm: 12638 11235 95 248 0 12387 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 104892

[startup+51.1002 s]
/proc/loadavg: 2.03 2.02 2.00 3/184 5285
/proc/meminfo: memFree=20893672/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5272] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386752898 9367552 267 33554432000 4194304 5064252 140736571085920 140736571084832 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2287 267 226 213 0 72 0
[pid=5273] ppid=5272 vsize=50552 CPUtime=48.64 cores=1,3,5,7
/proc/5273/stat : 5273 (glucose) R 5272 5247 5213 0 -1 4202496 10659 0 0 0 4863 1 0 0 20 0 1 0 386752899 51765248 11240 33554432000 4194304 5208918 140734021959872 140734021957544 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5273/statm: 12638 11240 95 248 0 12387 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 104892

[startup+102.306 s]
/proc/loadavg: 2.29 2.11 2.03 3/183 5285
/proc/meminfo: memFree=18717656/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1.94 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 9167 15298 0 0 31 14 144 5 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5272] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386752898 9367552 267 33554432000 4194304 5064252 140736571085920 140736571084832 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2287 267 226 213 0 72 0
[pid=5273] ppid=5272 vsize=50552 CPUtime=99.84 cores=1,3,5,7
/proc/5273/stat : 5273 (glucose) R 5272 5247 5213 0 -1 4202496 10667 0 0 0 9983 1 0 0 20 0 1 0 386752899 51765248 11248 33554432000 4194304 5208918 140734021959872 140734021957544 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5273/statm: 12638 11248 95 248 0 12387 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 104892

[startup+162.3 s]
/proc/loadavg: 2.15 2.11 2.03 3/183 5292
/proc/meminfo: memFree=18709676/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=147.79 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 12147 31924 0 0 39 15 14708 17 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5291] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5291/stat : 5291 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386767487 9367552 266 33554432000 4194304 5064252 140735165104208 140735165103120 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5291/statm: 2287 266 226 213 0 72 0
[pid=5292] ppid=5291 vsize=50552 CPUtime=13.97 cores=1,3,5,7
/proc/5292/stat : 5292 (glucose) R 5291 5247 5213 0 -1 4202496 10880 0 0 0 1395 2 0 0 20 0 1 0 386767487 51765248 10955 33554432000 4194304 5208918 140735800370480 140735800368152 4211561 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5292/statm: 12638 10955 95 248 0 12387 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5380
/proc/meminfo: memFree=18688152/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1314.7 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 35987 164234 0 0 106 24 131224 116 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5379] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5379/stat : 5379 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386884195 9367552 266 33554432000 4194304 5064252 140737165851856 140737165850768 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5379/statm: 2287 266 226 213 0 72 0
[pid=5380] ppid=5379 vsize=50552 CPUtime=46.88 cores=1,3,5,7
/proc/5380/stat : 5380 (glucose) R 5379 5247 5213 0 -1 4202496 10980 0 0 0 4687 1 0 0 20 0 1 0 386884195 51765248 11042 33554432000 4194304 5208918 140734572840528 140734572838200 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5380/statm: 12638 11042 95 248 0 12387 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 104892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5380
/proc/meminfo: memFree=18686996/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1314.7 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 35987 164234 0 0 106 24 131224 116 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5379] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5379/stat : 5379 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386884195 9367552 266 33554432000 4194304 5064252 140737165851856 140737165850768 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5379/statm: 2287 266 226 213 0 72 0
[pid=5380] ppid=5379 vsize=50552 CPUtime=106.87 cores=1,3,5,7
/proc/5380/stat : 5380 (glucose) R 5379 5247 5213 0 -1 4202496 11129 0 0 0 10686 1 0 0 20 0 1 0 386884195 51765248 11190 33554432000 4194304 5208918 140734572840528 140734572838200 4211572 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5380/statm: 12638 11190 95 248 0 12387 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 104892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5387
/proc/meminfo: memFree=18688288/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1460.53 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 38967 180873 0 0 114 25 145784 130 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5386] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5386/stat : 5386 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386898780 9367552 266 33554432000 4194304 5064252 140736520482848 140736520481760 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5386/statm: 2287 266 226 213 0 72 0
[pid=5387] ppid=5386 vsize=50548 CPUtime=21.03 cores=1,3,5,7
/proc/5387/stat : 5387 (glucose) R 5386 5247 5213 0 -1 4202496 10911 0 0 0 2101 2 0 0 20 0 1 0 386898781 51761152 10972 33554432000 4194304 5208918 140736165841600 140736165839272 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5387/statm: 12637 10972 95 248 0 12386 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 104888

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 5391
/proc/meminfo: memFree=18687628/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1460.53 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 38967 180873 0 0 114 25 145784 130 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5386] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5386/stat : 5386 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386898780 9367552 266 33554432000 4194304 5064252 140736520482848 140736520481760 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5386/statm: 2287 266 226 213 0 72 0
[pid=5387] ppid=5386 vsize=50548 CPUtime=81.02 cores=1,3,5,7
/proc/5387/stat : 5387 (glucose) R 5386 5247 5213 0 -1 4202496 11070 0 0 0 8100 2 0 0 20 0 1 0 386898781 51761152 11130 33554432000 4194304 5208918 140736165841600 140736165839272 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5387/statm: 12637 11130 95 248 0 12386 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 104888

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5391
/proc/meminfo: memFree=18687212/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1460.53 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 38967 180873 0 0 114 25 145784 130 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5386] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5386/stat : 5386 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386898780 9367552 266 33554432000 4194304 5064252 140736520482848 140736520481760 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5386/statm: 2287 266 226 213 0 72 0
[pid=5387] ppid=5386 vsize=55104 CPUtime=141.01 cores=1,3,5,7
/proc/5387/stat : 5387 (glucose) R 5386 5247 5213 0 -1 4202496 11226 0 0 0 14099 2 0 0 20 0 1 0 386898781 56426496 11286 33554432000 4194304 5208918 140736165841600 140736165839752 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5387/statm: 13776 11286 95 248 0 13525 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 109444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5398
/proc/meminfo: memFree=18687184/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1606.42 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 41947 198022 0 0 122 26 160352 142 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5397] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5397/stat : 5397 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386913373 9367552 267 33554432000 4194304 5064252 140735254353280 140735254352192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5397/statm: 2287 267 226 213 0 72 0
[pid=5398] ppid=5397 vsize=50552 CPUtime=55.1 cores=1,3,5,7
/proc/5398/stat : 5398 (glucose) R 5397 5247 5213 0 -1 4202496 10114 0 0 0 5509 1 0 0 20 0 1 0 386913373 51765248 11214 33554432000 4194304 5208918 140735391408480 140735391406152 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5398/statm: 12638 11214 95 248 0 12387 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 104892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5398
/proc/meminfo: memFree=18687088/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1606.42 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 41947 198022 0 0 122 26 160352 142 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5397] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5397/stat : 5397 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386913373 9367552 267 33554432000 4194304 5064252 140735254353280 140735254352192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5397/statm: 2287 267 226 213 0 72 0
[pid=5398] ppid=5397 vsize=50688 CPUtime=115.09 cores=1,3,5,7
/proc/5398/stat : 5398 (glucose) R 5397 5247 5213 0 -1 4202496 10247 0 0 0 11508 1 0 0 20 0 1 0 386913373 51904512 11347 33554432000 4194304 5208918 140735391408480 140735391406152 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5398/statm: 12672 11347 95 248 0 12421 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 105028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5405
/proc/meminfo: memFree=18687952/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1752.19 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 44927 214255 0 0 130 27 174907 155 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5404] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5404/stat : 5404 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386927952 9367552 267 33554432000 4194304 5064252 140733394911584 140733394910496 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5404/statm: 2287 267 226 213 0 72 0
[pid=5405] ppid=5404 vsize=50548 CPUtime=29.31 cores=1,3,5,7
/proc/5405/stat : 5405 (glucose) R 5404 5247 5213 0 -1 4202496 10925 0 0 0 2929 2 0 0 20 0 1 0 386927952 51761152 10996 33554432000 4194304 5208918 140737023331952 140737023329624 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5405/statm: 12637 10996 95 248 0 12386 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 104888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 5405
/proc/meminfo: memFree=20319780/32873660 swapFree=7120/7120
[pid=5247] ppid=5245 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5247/stat : 5247 (npSolver-wbo-It) S 5245 5247 5213 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386752655 9367552 274 33554432000 4194304 5064252 140736577465328 140736577464240 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5247/statm: 2287 274 233 213 0 72 0
[pid=5248] ppid=5247 vsize=36044 CPUtime=1752.19 cores=1,3,5,7
/proc/5248/stat : 5248 (npSolver-wbo) S 5247 5247 5213 0 -1 4202496 44927 214255 0 0 130 27 174907 155 20 0 1 0 386752655 36909056 7768 33554432000 4194304 6006132 140736986233600 140736986224960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 9011 7768 176 443 0 8564 0
[pid=5404] ppid=5248 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5404/stat : 5404 (satsolver.sh) S 5248 5247 5213 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386927952 9367552 267 33554432000 4194304 5064252 140733394911584 140733394910496 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5404/statm: 2287 267 226 213 0 72 0
[pid=5405] ppid=5404 vsize=50548 CPUtime=47.82 cores=1,3,5,7
/proc/5405/stat : 5405 (glucose) R 5404 5247 5213 0 -1 4202496 10972 0 0 0 4780 2 0 0 20 0 1 0 386927952 51761152 11043 33554432000 4194304 5208918 140737023331952 140737023329624 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5405/statm: 12637 11043 95 248 0 12386 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104888

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.04
CPU user time (s): 1798.19
CPU system time (s): 1.85772
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 111784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 1.85772
maximum resident set size= 49616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 206640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4067
involuntary context switches= 1999

runsolver used 2.69659 second user time and 7.18691 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-09 03:44:29
IDJOB=3753150
IDBENCH=79107
IDSOLVER=2336
FILE ID=node117/3753150-1339206269
RUNJOBID= node117-1339206269-5230
PBS_JOBID= 14643889
Free space on /tmp= 68548 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753150-1339206269/watcher-3753150-1339206269 -o /tmp/evaluation-result-3753150-1339206269/solver-3753150-1339206269 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753150-1339206269.wbo 824176127 HOME HOME

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

MD5SUM BENCH= 0ad575c7f0542ec26b1c3f9931b01c05
RANDOM SEED=824176127

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        25199688 kB
Buffers:          818680 kB
Cached:          5858468 kB
SwapCached:          620 kB
Active:          4691648 kB
Inactive:        2002812 kB
Active(anon):       5544 kB
Inactive(anon):    10028 kB
Active(file):    4686104 kB
Inactive(file):  1992784 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             17544 kB
Writeback:             0 kB
AnonPages:         17712 kB
Mapped:            11460 kB
Shmem:                80 kB
Slab:             839276 kB
SReclaimable:     282772 kB
SUnreclaim:       556504 kB
KernelStack:        1352 kB
PageTables:         3740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     108508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67032 MiB
End job on node117 at 2012-06-09 04:14:30