Trace number 3753009

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.06 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl--soft-33-100-0.wbo
MD5SUM2dda6fbf8d261259c880dca3531a1919
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small 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 benchmark5.2832
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4622
Total number of constraints12569
Number of soft constraints8453
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 425712
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 425711
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
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.15	c run usual solver
0.00/0.94	o 4273
0.00/0.94	c starting approximation
0.00/0.94	c factor = 2
0.00/0.94	c factor still to low - shrinking to 216.718
0.00/0.94	c approx number of clauses: 1e+06
0.00/0.94	c current bound: 2136
1664.91/1665.65	c current bound: 2136
1800.03/1800.50	./satsolver.sh: line 5: 28492 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.50	c error: unexpected solver exit code
1800.03/1800.50	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-3753009-1339204679/watcher-3753009-1339204679 -o /tmp/evaluation-result-3753009-1339204679/solver-3753009-1339204679 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753009-1339204679.wbo 130762052 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: 1.06 1.69 2.09 3/171 1095
/proc/meminfo: memFree=29572696/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0

[startup+0.0234911 s]
/proc/loadavg: 1.06 1.69 2.09 3/171 1095
/proc/meminfo: memFree=29572696/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100303 s]
/proc/loadavg: 1.06 1.69 2.09 3/171 1095
/proc/meminfo: memFree=29572696/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 1.06 1.69 2.09 3/171 1095
/proc/meminfo: memFree=29572696/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 1.06 1.69 2.09 3/171 1095
/proc/meminfo: memFree=29572696/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.14 1.70 2.09 3/179 1126
/proc/meminfo: memFree=29537920/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 36792

[startup+3.10035 s]
/proc/loadavg: 1.14 1.70 2.09 3/183 1145
/proc/meminfo: memFree=29445104/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=52528 CPUtime=2.04 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11153 0 0 0 203 1 0 0 20 0 1 0 386592378 53788672 11591 33554432000 4194304 5208918 140735508565440 140735508563112 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 13132 11591 95 248 0 12881 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 98468

[startup+6.30034 s]
/proc/loadavg: 1.12 1.69 2.08 3/183 1201
/proc/meminfo: memFree=29453436/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=52528 CPUtime=5.24 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11153 0 0 0 523 1 0 0 20 0 1 0 386592378 53788672 11591 33554432000 4194304 5208918 140735508565440 140735508563112 4211918 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 13132 11591 95 248 0 12881 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 98468

[startup+12.7004 s]
/proc/loadavg: 1.19 1.69 2.08 3/183 1306
/proc/meminfo: memFree=29444812/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=52528 CPUtime=11.64 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11153 0 0 0 1163 1 0 0 20 0 1 0 386592378 53788672 11591 33554432000 4194304 5208918 140735508565440 140735508563112 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 13132 11591 95 248 0 12881 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 98468

[startup+25.5004 s]
/proc/loadavg: 1.32 1.70 2.08 3/183 1541
/proc/meminfo: memFree=29444788/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=52528 CPUtime=24.44 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11156 0 0 0 2443 1 0 0 20 0 1 0 386592378 53788672 11594 33554432000 4194304 5208918 140735508565440 140735508563112 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 13132 11594 95 248 0 12881 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 98468

[startup+51.1003 s]
/proc/loadavg: 1.59 1.73 2.08 3/183 1992
/proc/meminfo: memFree=29457340/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=57080 CPUtime=50.03 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11222 0 0 0 5002 1 0 0 20 0 1 0 386592378 58449920 11681 33554432000 4194304 5208918 140735508565440 140735508563592 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 14270 11681 95 248 0 14019 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 103020

[startup+102.307 s]
/proc/loadavg: 1.69 1.74 2.06 3/183 2843
/proc/meminfo: memFree=29449928/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=57080 CPUtime=101.23 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11500 0 0 0 10122 1 0 0 20 0 1 0 386592378 58449920 11956 33554432000 4194304 5208918 140735508565440 140735508563592 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 14270 11956 95 248 0 14019 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 103020

[startup+162.3 s]
/proc/loadavg: 1.85 1.77 2.05 3/184 3819
/proc/meminfo: memFree=29438376/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=57080 CPUtime=161.21 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 11510 0 0 0 16120 1 0 0 20 0 1 0 386592378 58449920 12477 33554432000 4194304 5208918 140735508565440 140735508563592 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 14270 12477 95 248 0 14019 0
Current children cumulated CPU time (s) 162.06

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


[startup+1422.31 s]
/proc/loadavg: 1.85 1.94 1.97 3/183 24492
/proc/meminfo: memFree=29419532/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=95112 CPUtime=1421.02 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 13984 0 0 0 142098 4 0 0 20 0 1 0 386592378 97394688 20387 33554432000 4194304 5208918 140735508565440 140735508563384 4211738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 23778 20387 96 248 0 23527 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 141052

[startup+1482.3 s]
/proc/loadavg: 1.94 1.95 1.97 3/183 25462
/proc/meminfo: memFree=29402692/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=95112 CPUtime=1481.01 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 13984 0 0 0 148097 4 0 0 20 0 1 0 386592378 97394688 20387 33554432000 4194304 5208918 140735508565440 140735508563384 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 23778 20387 96 248 0 23527 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 141052

[startup+1542.3 s]
/proc/loadavg: 1.93 1.94 1.97 3/183 26449
/proc/meminfo: memFree=29400504/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=95112 CPUtime=1541 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 13985 0 0 0 154096 4 0 0 20 0 1 0 386592378 97394688 20899 33554432000 4194304 5208918 140735508565440 140735508563384 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 23778 20899 96 248 0 23527 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 141052

[startup+1602.3 s]
/proc/loadavg: 1.85 1.91 1.96 3/183 27426
/proc/meminfo: memFree=29416376/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=95112 CPUtime=1601 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 13985 0 0 0 160095 5 0 0 20 0 1 0 386592378 97394688 20899 33554432000 4194304 5208918 140735508565440 140735508563384 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 23778 20899 96 248 0 23527 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 141052

[startup+1662.3 s]
/proc/loadavg: 1.86 1.91 1.95 3/183 28424
/proc/meminfo: memFree=29398712/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=0.85 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 6385 11494 0 0 23 8 52 2 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=1128] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1128/stat : 1128 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386592378 9367552 266 33554432000 4194304 5064252 140733870584416 140733870583328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1128/statm: 2287 266 226 213 0 72 0
[pid=1129] ppid=1128 vsize=95112 CPUtime=1660.99 cores=0,2,4,6
/proc/1129/stat : 1129 (glucose) R 1128 1095 1058 0 -1 4202496 13986 0 0 0 166094 5 0 0 20 0 1 0 386592378 97394688 21411 33554432000 4194304 5208918 140735508565440 140735508563384 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1129/statm: 23778 21411 96 248 0 23527 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 141052

[startup+1722.3 s]
/proc/loadavg: 1.91 1.91 1.95 3/183 29407
/proc/meminfo: memFree=29452144/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=1665.3 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 8904 30164 0 0 32 9 166469 20 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=28491] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28491/stat : 28491 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386758849 9367552 267 33554432000 4194304 5064252 140737233688832 140737233687744 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28491/statm: 2287 267 226 213 0 72 0
[pid=28492] ppid=28491 vsize=57088 CPUtime=56.53 cores=0,2,4,6
/proc/28492/stat : 28492 (glucose) R 28491 1095 1058 0 -1 4202496 11243 0 0 0 5650 3 0 0 20 0 1 0 386758849 58458112 11692 33554432000 4194304 5208918 140735193540400 140735193538552 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28492/statm: 14272 11692 95 248 0 14021 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 103028

[startup+1782.3 s]
/proc/loadavg: 1.96 1.92 1.95 3/183 30405
/proc/meminfo: memFree=29433036/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=1665.3 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 8904 30164 0 0 32 9 166469 20 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=28491] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28491/stat : 28491 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386758849 9367552 267 33554432000 4194304 5064252 140737233688832 140737233687744 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28491/statm: 2287 267 226 213 0 72 0
[pid=28492] ppid=28491 vsize=57088 CPUtime=116.53 cores=0,2,4,6
/proc/28492/stat : 28492 (glucose) R 28491 1095 1058 0 -1 4202496 11427 0 0 0 11650 3 0 0 20 0 1 0 386758849 58458112 12387 33554432000 4194304 5208918 140735193540400 140735193538552 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28492/statm: 14272 12387 95 248 0 14021 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 103028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.90 1.91 1.94 3/181 30739
/proc/meminfo: memFree=29408708/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=1665.3 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 8904 30164 0 0 32 9 166469 20 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=28491] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28491/stat : 28491 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386758849 9367552 267 33554432000 4194304 5064252 140737233688832 140737233687744 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28491/statm: 2287 267 226 213 0 72 0
[pid=28492] ppid=28491 vsize=57088 CPUtime=134.73 cores=0,2,4,6
/proc/28492/stat : 28492 (glucose) R 28491 1095 1058 0 -1 4202496 11431 0 0 0 13470 3 0 0 20 0 1 0 386758849 58458112 12391 33554432000 4194304 5208918 140735193540400 140735193538552 4211518 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28492/statm: 14272 12391 95 248 0 14021 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 103028

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.90 1.91 1.94 3/181 30739
/proc/meminfo: memFree=29408708/32873844 swapFree=7628/7628
[pid=1095] ppid=1093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1095/stat : 1095 (npSolver-wbo-It) S 1093 1095 1058 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386592274 9367552 275 33554432000 4194304 5064252 140736041822192 140736041821104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1095/statm: 2287 275 233 213 0 72 0
[pid=1096] ppid=1095 vsize=27644 CPUtime=1665.3 cores=0,2,4,6
/proc/1096/stat : 1096 (npSolver-wbo) S 1095 1095 1058 0 -1 4202496 8904 30164 0 0 32 9 166469 20 20 0 1 0 386592274 28307456 6224 33554432000 4194304 6006132 140736522745216 140736522736576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1096/statm: 6911 6224 177 443 0 6464 0
[pid=28491] ppid=1096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28491/stat : 28491 (satsolver.sh) S 1096 1095 1058 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386758849 9367552 267 33554432000 4194304 5064252 140737233688832 140737233687744 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28491/statm: 2287 267 226 213 0 72 0
[pid=28492] ppid=28491 vsize=57088 CPUtime=134.73 cores=0,2,4,6
/proc/28492/stat : 28492 (glucose) R 28491 1095 1058 0 -1 4202496 11431 0 0 0 13470 3 0 0 20 0 1 0 386758849 58458112 12391 33554432000 4194304 5208918 140735193540400 140735193538552 4211518 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28492/statm: 14272 12391 95 248 0 14021 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 103028

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.72
CPU system time (s): 0.339948
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 141052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.339948
maximum resident set size= 85688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 385
involuntary context switches= 1901

runsolver used 3.42948 second user time and 8.87665 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-09 03:17:59
IDJOB=3753009
IDBENCH=79025
IDSOLVER=2336
FILE ID=node143/3753009-1339204679
RUNJOBID= node143-1339204679-1076
PBS_JOBID= 14643867
Free space on /tmp= 70104 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.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-3753009-1339204679/watcher-3753009-1339204679 -o /tmp/evaluation-result-3753009-1339204679/solver-3753009-1339204679 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753009-1339204679.wbo 130762052 HOME HOME

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

MD5SUM BENCH= 2dda6fbf8d261259c880dca3531a1919
RANDOM SEED=130762052

node143.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		: 2666.787
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	: 5333.57
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		: 2666.787
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		: 2666.787
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		: 2666.787
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		: 2666.787
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		: 2666.787
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	: 5298.57
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		: 2666.787
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		: 2666.787
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:       32873844 kB
MemFree:        29573068 kB
Buffers:         1847124 kB
Cached:           395084 kB
SwapCached:          196 kB
Active:          2083684 kB
Inactive:         170940 kB
Active(anon):       2272 kB
Inactive(anon):    11456 kB
Active(file):    2081412 kB
Inactive(file):   159484 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             17180 kB
Writeback:            16 kB
AnonPages:         18484 kB
Mapped:             8332 kB
Shmem:               160 kB
Slab:             904936 kB
SReclaimable:     346192 kB
SUnreclaim:       558744 kB
KernelStack:        1416 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70080 MiB
End job on node143 at 2012-06-09 03:48:00