Trace number 3752642

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.03 1800.72

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl--soft-33-100-0.wbo
MD5SUM65b9bf1d082d7d3230c6dfeadb46e69c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard 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 benchmark239.5
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21380
Total number of constraints60984
Number of soft constraints40860
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 2056206
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2056205
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.64	c run usual solver
3.38/3.41	o 8843
3.38/3.41	c starting approximation
3.38/3.41	c factor = 2
3.38/3.41	c factor still to low - shrinking to 2167.95
3.38/3.41	c approx number of clauses: 1e+06
3.38/3.41	c current bound: 4421
42.89/43.28	c current bound: 4421
83.82/84.23	c current bound: 4421
125.34/125.44	c current bound: 4421
165.83/165.91	c current bound: 4421
206.73/207.19	c current bound: 4421
246.92/247.38	c current bound: 4421
289.17/289.38	c current bound: 4421
329.77/330.26	c current bound: 4421
369.72/370.24	c current bound: 4421
410.33/410.51	c current bound: 4421
450.09/450.63	c current bound: 4421
491.05/491.60	c current bound: 4421
532.28/532.85	c current bound: 4421
573.96/574.29	c current bound: 4421
613.64/614.24	c current bound: 4421
653.45/654.06	c current bound: 4421
694.36/694.98	c current bound: 4421
734.70/735.33	c current bound: 4421
774.65/775.30	c current bound: 4421
814.81/815.11	c current bound: 4421
854.59/854.91	c current bound: 4421
896.24/896.67	c current bound: 4421
937.94/938.64	c current bound: 4421
979.73/980.15	c current bound: 4421
1020.74/1021.48	c current bound: 4421
1061.48/1062.22	c current bound: 4421
1101.70/1102.47	c current bound: 4421
1142.95/1143.72	c current bound: 4421
1183.34/1184.12	c current bound: 4421
1223.36/1224.16	c current bound: 4421
1264.72/1265.52	c current bound: 4421
1305.53/1306.00	c current bound: 4421
1345.42/1346.25	c current bound: 4421
1386.67/1387.53	c current bound: 4421
1426.79/1427.30	c current bound: 4421
1466.27/1467.26	c current bound: 4421
1506.37/1507.05	c current bound: 4421
1545.89/1546.87	c current bound: 4421
1585.68/1586.67	c current bound: 4421
1625.49/1626.48	c current bound: 4421
1665.24/1666.25	c current bound: 4421
1705.34/1706.05	c current bound: 4421
1745.11/1745.87	c current bound: 4421
1784.63/1785.66	c current bound: 4421
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3752642-1339185655/watcher-3752642-1339185655 -o /tmp/evaluation-result-3752642-1339185655/solver-3752642-1339185655 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752642-1339185655.wbo 1503562237 HOME HOME 

running on 4 cores: 0,2,4,6

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.48 2.11 2.04 3/174 6449
/proc/meminfo: memFree=26767936/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0

[startup+0.0732139 s]
/proc/loadavg: 2.48 2.11 2.04 3/174 6449
/proc/meminfo: memFree=26767936/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 2.48 2.11 2.04 3/174 6449
/proc/meminfo: memFree=26767936/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.48 2.11 2.04 3/174 6449
/proc/meminfo: memFree=26767936/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.48 2.11 2.04 3/174 6449
/proc/meminfo: memFree=26767936/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.48 2.11 2.04 3/182 6464
/proc/meminfo: memFree=26547176/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=38240 CPUtime=0.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 9065 0 0 0 64 12 0 0 20 0 1 0 384690059 39157760 9017 33554432000 4194304 6006132 140736528407456 140736528400560 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 9560 9017 158 443 0 9113 0
[pid=6463] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6463/stat : 6463 (cp2_pre.sh) S 6450 6449 5089 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 384690137 9367552 277 33554432000 4194304 5064252 140734412674016 140734412672720 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6463/statm: 2287 277 234 213 0 72 0
[pid=6464] ppid=6463 vsize=79372 CPUtime=0.71 cores=0,2,4,6
/proc/6464/stat : 6464 (coprocessor) R 6463 6449 5089 0 -1 4202496 13631 0 0 0 69 2 0 0 20 0 1 0 384690137 81276928 19054 33554432000 4194304 6586260 140734008094800 140734008090824 5598875 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/6464/statm: 19843 19054 192 584 0 19255 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 135908

[startup+3.10021 s]
/proc/loadavg: 2.48 2.11 2.04 3/184 6466
/proc/meminfo: memFree=26523160/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=38240 CPUtime=2.83 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 9073 15439 0 0 64 13 201 5 20 0 1 0 384690059 39157760 9017 33554432000 4194304 6006132 140736528407456 140736528401648 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 9560 9017 158 443 0 9113 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 47388

[startup+6.3004 s]
/proc/loadavg: 2.44 2.11 2.03 3/184 6476
/proc/meminfo: memFree=26349832/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=3.52 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 13291 26648 0 0 79 30 234 9 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6475] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6475/stat : 6475 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384690413 9367552 267 33554432000 4194304 5064252 140735410019600 140735410018512 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6475/statm: 2287 267 226 213 0 72 0
[pid=6476] ppid=6475 vsize=76524 CPUtime=2.74 cores=0,2,4,6
/proc/6476/stat : 6476 (glucose) R 6475 6449 5089 0 -1 4202496 14760 0 0 0 271 3 0 0 20 0 1 0 384690413 78360576 17316 33554432000 4194304 5208918 140735322941392 140735322939064 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6476/statm: 19131 17316 95 248 0 18880 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 152680

[startup+12.7003 s]
/proc/loadavg: 2.40 2.11 2.03 3/182 6506
/proc/meminfo: memFree=26268060/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=3.52 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 13291 26648 0 0 79 30 234 9 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6475] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6475/stat : 6475 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384690413 9367552 267 33554432000 4194304 5064252 140735410019600 140735410018512 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6475/statm: 2287 267 226 213 0 72 0
[pid=6476] ppid=6475 vsize=76524 CPUtime=9.14 cores=0,2,4,6
/proc/6476/stat : 6476 (glucose) R 6475 6449 5089 0 -1 4202496 14760 0 0 0 911 3 0 0 20 0 1 0 384690413 78360576 17316 33554432000 4194304 5208918 140735322941392 140735322939064 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6476/statm: 19131 17316 95 248 0 18880 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 152680

[startup+25.5002 s]
/proc/loadavg: 2.31 2.10 2.03 3/182 6506
/proc/meminfo: memFree=25290116/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=3.52 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 13291 26648 0 0 79 30 234 9 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6475] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6475/stat : 6475 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384690413 9367552 267 33554432000 4194304 5064252 140735410019600 140735410018512 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6475/statm: 2287 267 226 213 0 72 0
[pid=6476] ppid=6475 vsize=76524 CPUtime=21.94 cores=0,2,4,6
/proc/6476/stat : 6476 (glucose) R 6475 6449 5089 0 -1 4202496 14769 0 0 0 2191 3 0 0 20 0 1 0 384690413 78360576 17325 33554432000 4194304 5208918 140735322941392 140735322939064 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6476/statm: 19131 17325 95 248 0 18880 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 152680

[startup+51.1003 s]
/proc/loadavg: 2.70 2.21 2.07 3/184 6515
/proc/meminfo: memFree=20998240/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=43.36 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 17171 48694 0 0 90 31 4189 26 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6514] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6514/stat : 6514 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384694399 9367552 266 33554432000 4194304 5064252 140734332591968 140734332590880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6514/statm: 2287 266 226 213 0 72 0
[pid=6515] ppid=6514 vsize=76524 CPUtime=7.68 cores=0,2,4,6
/proc/6515/stat : 6515 (glucose) R 6514 6449 5089 0 -1 4202496 16221 0 0 0 765 3 0 0 20 0 1 0 384694400 78360576 17667 33554432000 4194304 5208918 140735404623296 140735404620968 4211871 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6515/statm: 19131 17667 95 248 0 18880 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 152680

[startup+102.307 s]
/proc/loadavg: 2.30 2.17 2.06 3/183 6522
/proc/meminfo: memFree=21038780/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=84.31 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 21051 72229 0 0 102 33 8253 43 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6521] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6521/stat : 6521 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384698494 9367552 267 33554432000 4194304 5064252 140736143853216 140736143852128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6521/statm: 2287 267 226 213 0 72 0
[pid=6522] ppid=6521 vsize=76528 CPUtime=17.94 cores=0,2,4,6
/proc/6522/stat : 6522 (glucose) R 6521 6449 5089 0 -1 4202496 16551 0 0 0 1791 3 0 0 20 0 1 0 384698494 78364672 17519 33554432000 4194304 5208918 140735949395552 140735949393224 4211537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6522/statm: 19132 17519 95 248 0 18881 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152684

[startup+162.3 s]
/proc/loadavg: 2.11 2.14 2.06 3/183 6529
/proc/meminfo: memFree=21038660/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=125.51 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 24931 95959 0 0 113 35 12344 59 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6528] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6528/stat : 6528 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384702615 9367552 266 33554432000 4194304 5064252 140735843864992 140735843863904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6528/statm: 2287 266 226 213 0 72 0
[pid=6529] ppid=6528 vsize=77048 CPUtime=36.72 cores=0,2,4,6
/proc/6529/stat : 6529 (glucose) R 6528 6449 5089 0 -1 4202496 16204 0 0 0 3669 3 0 0 20 0 1 0 384702616 78897152 17669 33554432000 4194304 5208918 140735805555312 140735805552984 4211540 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6529/statm: 19262 17669 95 248 0 19011 0
Current children cumulated CPU time (s) 162.23

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

/proc/6756/stat : 6756 (glucose) R 6755 6449 5089 0 -1 4202496 14850 0 0 0 3461 3 0 0 20 0 1 0 384828824 78901248 17406 33554432000 4194304 5208918 140736003959536 140736003957208 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6756/statm: 19263 17406 95 248 0 19012 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 153208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6771
/proc/meminfo: memFree=21035696/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1466.77 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 152971 853098 0 0 490 82 145487 618 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6769] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6769/stat : 6769 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384836798 9367552 267 33554432000 4194304 5064252 140736458688720 140736458687632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6769/statm: 2287 267 226 213 0 72 0
[pid=6770] ppid=6769 vsize=76528 CPUtime=14.9 cores=0,2,4,6
/proc/6770/stat : 6770 (glucose) R 6769 6449 5089 0 -1 4202496 16161 0 0 0 1488 2 0 0 20 0 1 0 384836798 78364672 17620 33554432000 4194304 5208918 140735569622624 140735569620296 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6770/statm: 19132 17620 95 248 0 18881 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 152684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6778
/proc/meminfo: memFree=21037152/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1506.55 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 156851 876471 0 0 503 83 149434 635 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6777] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6777/stat : 6777 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384840777 9367552 267 33554432000 4194304 5064252 140733758275024 140733758273936 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6777/statm: 2287 267 226 213 0 72 0
[pid=6778] ppid=6777 vsize=77052 CPUtime=35.11 cores=0,2,4,6
/proc/6778/stat : 6778 (glucose) R 6777 6449 5089 0 -1 4202496 15851 0 0 0 3508 3 0 0 20 0 1 0 384840777 78901248 17314 33554432000 4194304 5208918 140737136481296 140737136478968 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6778/statm: 19263 17314 95 248 0 19012 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 153208

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6792
/proc/meminfo: memFree=21037556/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1586.17 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 164611 922905 0 0 527 87 157336 667 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6791] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6791/stat : 6791 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384848739 9367552 267 33554432000 4194304 5064252 140736757274272 140736757273184 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6791/statm: 2287 267 226 213 0 72 0
[pid=6792] ppid=6791 vsize=76524 CPUtime=15.48 cores=0,2,4,6
/proc/6792/stat : 6792 (glucose) R 6791 6449 5089 0 -1 4202496 16290 0 0 0 1546 2 0 0 20 0 1 0 384848739 78360576 17235 33554432000 4194304 5208918 140733274208656 140733274206328 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6792/statm: 19131 17235 95 248 0 18880 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 152680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6799
/proc/meminfo: memFree=21035476/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1625.97 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 168491 945814 0 0 539 88 161286 684 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6798] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6798/stat : 6798 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384852720 9367552 267 33554432000 4194304 5064252 140734733049440 140734733048352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6798/statm: 2287 267 226 213 0 72 0
[pid=6799] ppid=6798 vsize=77048 CPUtime=35.67 cores=0,2,4,6
/proc/6799/stat : 6799 (glucose) R 6798 6449 5089 0 -1 4202496 16318 0 0 0 3564 3 0 0 20 0 1 0 384852720 78897152 17763 33554432000 4194304 5208918 140736600910304 140736600907976 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6799/statm: 19262 17763 95 248 0 19011 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 153204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6813
/proc/meminfo: memFree=21036736/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1705.52 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 176251 991149 0 0 564 91 169177 720 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6812] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6812/stat : 6812 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384860677 9367552 266 33554432000 4194304 5064252 140733991009952 140733991008864 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6812/statm: 2287 266 226 213 0 72 0
[pid=6813] ppid=6812 vsize=76520 CPUtime=16.11 cores=0,2,4,6
/proc/6813/stat : 6813 (glucose) R 6812 6449 5089 0 -1 4202496 16407 0 0 0 1609 2 0 0 20 0 1 0 384860677 78356480 17426 33554432000 4194304 5208918 140735622280160 140735622277832 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6813/statm: 19130 17426 95 248 0 18879 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 152676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6824
/proc/meminfo: memFree=21036704/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1745.34 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 180131 1014501 0 0 576 93 173129 736 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6822] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6822/stat : 6822 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384864659 9367552 266 33554432000 4194304 5064252 140737341021424 140737341020336 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6822/statm: 2287 266 226 213 0 72 0
[pid=6823] ppid=6822 vsize=77048 CPUtime=36.28 cores=0,2,4,6
/proc/6823/stat : 6823 (glucose) R 6822 6449 5089 0 -1 4202496 15904 0 0 0 3625 3 0 0 20 0 1 0 384864660 78897152 17434 33554432000 4194304 5208918 140735633854912 140735633852584 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6823/statm: 19262 17434 95 248 0 19011 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 153204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 6832
/proc/meminfo: memFree=25269560/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1785.12 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 184011 1037486 0 0 589 94 177076 753 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6830] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6830/stat : 6830 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384868638 9367552 267 33554432000 4194304 5064252 140734585110224 140734585109136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6830/statm: 2287 267 226 213 0 72 0
[pid=6831] ppid=6830 vsize=76520 CPUtime=14.91 cores=0,2,4,6
/proc/6831/stat : 6831 (glucose) R 6830 6449 5089 0 -1 4202496 15749 0 0 0 1489 2 0 0 20 0 1 0 384868638 78356480 17287 33554432000 4194304 5208918 140737257270208 140737257267880 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6831/statm: 19130 17287 95 248 0 18879 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 152676

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 6832
/proc/meminfo: memFree=25269560/32873648 swapFree=7388/7388
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-wbo-It) S 6447 6449 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384690059 9367552 275 33554432000 4194304 5064252 140733226827984 140733226826896 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=57860 CPUtime=1785.12 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-wbo) S 6449 6449 5089 0 -1 4202496 184011 1037486 0 0 589 94 177076 753 20 0 1 0 384690059 59248640 13551 33554432000 4194304 6006132 140736528407456 140736528398816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/6450/statm: 14465 13551 177 443 0 14018 0
[pid=6830] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6830/stat : 6830 (satsolver.sh) S 6450 6449 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384868638 9367552 267 33554432000 4194304 5064252 140734585110224 140734585109136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6830/statm: 2287 267 226 213 0 72 0
[pid=6831] ppid=6830 vsize=76520 CPUtime=14.91 cores=0,2,4,6
/proc/6831/stat : 6831 (glucose) R 6830 6449 5089 0 -1 4202496 15749 0 0 0 1489 2 0 0 20 0 1 0 384868638 78356480 17287 33554432000 4194304 5208918 140737257270208 140737257267880 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6831/statm: 19130 17287 95 248 0 18879 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 152676

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6449 and gives
#  childrusage.ru_utime.tv_sec=1776
#  childrusage.ru_utime.tv_usec=654907
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=483710
# CPU time returned by wait4() is 1785.14
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.03
CPU user time (s): 1791.54
CPU system time (s): 8.49
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 155636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.65
system time used= 8.48371
maximum resident set size= 81292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1222474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1195352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24155
involuntary context switches= 3727

runsolver used 3.84341 second user time and 9.08562 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 22:00:56
IDJOB=3752642
IDBENCH=78622
IDSOLVER=2336
FILE ID=node148/3752642-1339185655
RUNJOBID= node148-1339183826-6231
PBS_JOBID= 14643813
Free space on /tmp= 70420 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752642-1339185655/watcher-3752642-1339185655 -o /tmp/evaluation-result-3752642-1339185655/solver-3752642-1339185655 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752642-1339185655.wbo 1503562237 HOME HOME

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

MD5SUM BENCH= 65b9bf1d082d7d3230c6dfeadb46e69c
RANDOM SEED=1503562237

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.91
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26768316 kB
Buffers:          740924 kB
Cached:          4369656 kB
SwapCached:          560 kB
Active:          2465824 kB
Inactive:        2661952 kB
Active(anon):       5904 kB
Inactive(anon):    10632 kB
Active(file):    2459920 kB
Inactive(file):  2651320 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             16304 kB
Writeback:             0 kB
AnonPages:         21204 kB
Mapped:            10604 kB
Shmem:                36 kB
Slab:             838864 kB
SReclaimable:     282116 kB
SUnreclaim:       556748 kB
KernelStack:        1440 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108920 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= 69072 MiB
End job on node148 at 2012-06-08 22:30:56