Trace number 3715926

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? (TO) 1800.1 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark37.9872
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
Number of bits of the biggest sum of numbers10
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.02	c run usual solver
0.00/0.14	o 850
0.00/0.14	c starting approximation
0.00/0.14	c factor = 2
0.00/0.14	c factor still to low - shrinking to 7.0176
0.00/0.14	c approx number of clauses: 1e+06
0.00/0.14	c current bound: 425
107.99/108.27	c current bound: 425
217.27/217.57	c current bound: 425
325.50/325.62	c current bound: 425
434.03/434.37	c current bound: 425
545.35/545.54	c current bound: 425
653.58/653.98	c current bound: 425
763.26/763.68	c current bound: 425
871.18/871.40	c current bound: 425
980.39/980.88	c current bound: 425
1090.81/1091.13	c current bound: 425
1198.77/1199.31	c current bound: 425
1306.56/1306.91	c current bound: 425
1417.16/1417.50	c current bound: 425
1525.83/1526.42	c current bound: 425
1635.27/1635.88	c current bound: 425
1745.57/1746.21	c current bound: 425
1800.07/1800.50	./satsolver.sh: line 5: 10300 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.50	c error: unexpected solver exit code
1800.07/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-3715926-1338231426/watcher-3715926-1338231426 -o /tmp/evaluation-result-3715926-1338231426/solver-3715926-1338231426 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715926-1338231426.wbo 1145262232 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: 1.90 1.90 1.75 3/177 9518
/proc/meminfo: memFree=25483896/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0

[startup+0.0400871 s]
/proc/loadavg: 1.90 1.90 1.75 3/177 9518
/proc/meminfo: memFree=25483896/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100165 s]
/proc/loadavg: 1.90 1.90 1.75 3/177 9518
/proc/meminfo: memFree=25483896/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300175 s]
/proc/loadavg: 1.90 1.90 1.75 3/177 9518
/proc/meminfo: memFree=25483896/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700108 s]
/proc/loadavg: 1.90 1.90 1.75 3/177 9518
/proc/meminfo: memFree=25483896/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.90 1.90 1.75 3/181 9570
/proc/meminfo: memFree=25432120/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=48652 CPUtime=1.23 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 10732 0 0 0 122 1 0 0 20 0 1 0 289271204 49819648 10861 33554432000 4194304 5208918 140734483077792 140734483076200 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9544/statm: 12163 10861 95 248 0 11912 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 78904

[startup+3.10028 s]
/proc/loadavg: 1.91 1.91 1.75 3/181 9609
/proc/meminfo: memFree=25425988/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=48652 CPUtime=2.83 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 10789 0 0 0 282 1 0 0 20 0 1 0 289271204 49819648 10917 33554432000 4194304 5208918 140734483077792 140734483076200 4211577 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9544/statm: 12163 10917 95 248 0 11912 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 78904

[startup+6.30044 s]
/proc/loadavg: 1.91 1.91 1.75 3/181 9721
/proc/meminfo: memFree=25425972/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=48652 CPUtime=6.03 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 10899 0 0 0 602 1 0 0 20 0 1 0 289271204 49819648 11027 33554432000 4194304 5208918 140734483077792 140734483076200 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9544/statm: 12163 11027 95 248 0 11912 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 78904

[startup+12.7004 s]
/proc/loadavg: 1.92 1.91 1.75 3/182 9955
/proc/meminfo: memFree=25430368/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=53204 CPUtime=12.43 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 11119 0 0 0 1242 1 0 0 20 0 1 0 289271204 54480896 11246 33554432000 4194304 5208918 140734483077792 140734483075640 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9544/statm: 13301 11246 95 248 0 13050 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 83456

[startup+25.5004 s]
/proc/loadavg: 2.02 1.93 1.76 3/181 10151
/proc/meminfo: memFree=25385252/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=53336 CPUtime=25.24 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 11630 0 0 0 2522 2 0 0 20 0 1 0 289271204 54616064 11210 33554432000 4194304 5208918 140734483077792 140734483075944 4211668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9544/statm: 13334 11210 96 248 0 13083 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83588

[startup+51.1003 s]
/proc/loadavg: 2.01 1.93 1.77 3/181 10151
/proc/meminfo: memFree=25381872/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=53600 CPUtime=50.82 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 12018 0 0 0 5080 2 0 0 20 0 1 0 289271204 54886400 12123 33554432000 4194304 5208918 140734483077792 140734483075640 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9544/statm: 13400 12123 96 248 0 13149 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 83852

[startup+102.306 s]
/proc/loadavg: 2.00 1.94 1.78 3/181 10151
/proc/meminfo: memFree=25367576/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=11956 CPUtime=0.22 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 3750 5927 0 0 11 2 8 1 20 0 1 0 289271180 12242944 2087 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 2989 2087 176 439 0 2546 0
[pid=9543] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289271204 9367552 267 33554432000 4194304 5064252 140735084857472 140735084856384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9543/statm: 2287 267 226 213 0 72 0
[pid=9544] ppid=9543 vsize=60732 CPUtime=102.02 cores=1,3,5,7
/proc/9544/stat : 9544 (glucose) R 9543 9518 1905 0 -1 4202496 13501 0 0 0 10199 3 0 0 20 0 1 0 289271204 62189568 12528 33554432000 4194304 5208918 140734483077792 140734483075880 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9544/statm: 15183 12528 96 248 0 14932 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 90984

[startup+162.3 s]
/proc/loadavg: 2.00 1.95 1.79 3/181 10159
/proc/meminfo: memFree=25355912/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=108.31 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 5714 24485 0 0 19 3 10795 14 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10157] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.91 3/182 10278
/proc/meminfo: memFree=25327680/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1417.26 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 29282 238720 0 0 117 21 141435 153 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10277] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10277/stat : 10277 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289412939 9367552 267 33554432000 4194304 5064252 140735502257520 140735502256432 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10277/statm: 2287 267 226 213 0 72 0
[pid=10278] ppid=10277 vsize=48652 CPUtime=4.69 cores=1,3,5,7
/proc/10278/stat : 10278 (glucose) R 10277 9518 1905 0 -1 4202496 10648 0 0 0 468 1 0 0 20 0 1 0 289412940 49819648 11258 33554432000 4194304 5208918 140735724579856 140735724578264 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10278/statm: 12163 11258 95 248 0 11912 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 86968

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 10278
/proc/meminfo: memFree=25288688/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1417.26 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 29282 238720 0 0 117 21 141435 153 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10277] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10277/stat : 10277 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289412939 9367552 267 33554432000 4194304 5064252 140735502257520 140735502256432 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10277/statm: 2287 267 226 213 0 72 0
[pid=10278] ppid=10277 vsize=60732 CPUtime=64.68 cores=1,3,5,7
/proc/10278/stat : 10278 (glucose) R 10277 9518 1905 0 -1 4202496 12176 0 0 0 6465 3 0 0 20 0 1 0 289412940 62189568 12428 33554432000 4194304 5208918 140735724579856 140735724577800 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10278/statm: 15183 12428 96 248 0 14932 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 99048

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/181 10285
/proc/meminfo: memFree=25327244/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1526.16 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 31246 256168 0 0 126 22 152303 165 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10284] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10284/stat : 10284 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289423831 9367552 266 33554432000 4194304 5064252 140734011928384 140734011927296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10284/statm: 2287 266 226 213 0 72 0
[pid=10285] ppid=10284 vsize=53204 CPUtime=15.76 cores=1,3,5,7
/proc/10285/stat : 10285 (glucose) R 10284 9518 1905 0 -1 4202496 10123 0 0 0 1574 2 0 0 20 0 1 0 289423832 54480896 11366 33554432000 4194304 5208918 140734401052304 140734401050152 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10285/statm: 13301 11366 95 248 0 13050 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 91520

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/181 10285
/proc/meminfo: memFree=25321876/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1526.16 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 31246 256168 0 0 126 22 152303 165 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10284] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10284/stat : 10284 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289423831 9367552 266 33554432000 4194304 5064252 140734011928384 140734011927296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10284/statm: 2287 266 226 213 0 72 0
[pid=10285] ppid=10284 vsize=60732 CPUtime=75.75 cores=1,3,5,7
/proc/10285/stat : 10285 (glucose) R 10284 9518 1905 0 -1 4202496 12090 0 0 0 7572 3 0 0 20 0 1 0 289423832 62189568 12656 33554432000 4194304 5208918 140734401052304 140734401050248 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10285/statm: 15183 12656 96 248 0 14932 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 99048

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/181 10293
/proc/meminfo: memFree=25292912/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1635.6 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 33210 273753 0 0 134 24 163224 178 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10291] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10291/stat : 10291 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289434778 9367552 267 33554432000 4194304 5064252 140734289137488 140734289136400 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10291/statm: 2287 267 226 213 0 72 0
[pid=10292] ppid=10291 vsize=53340 CPUtime=26.3 cores=1,3,5,7
/proc/10292/stat : 10292 (glucose) R 10291 9518 1905 0 -1 4202496 11323 0 0 0 2628 2 0 0 20 0 1 0 289434778 54620160 11528 33554432000 4194304 5208918 140737233501456 140737233499608 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10292/statm: 13335 11528 96 248 0 13084 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 91656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 10293
/proc/meminfo: memFree=25320376/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1635.6 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 33210 273753 0 0 134 24 163224 178 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10291] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10291/stat : 10291 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289434778 9367552 267 33554432000 4194304 5064252 140734289137488 140734289136400 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10291/statm: 2287 267 226 213 0 72 0
[pid=10292] ppid=10291 vsize=60736 CPUtime=86.29 cores=1,3,5,7
/proc/10292/stat : 10292 (glucose) R 10291 9518 1905 0 -1 4202496 12290 0 0 0 8626 3 0 0 20 0 1 0 289434778 62193664 13053 33554432000 4194304 5208918 140737233501456 140737233499400 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10292/statm: 15184 13053 96 248 0 14933 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 99052

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/181 10300
/proc/meminfo: memFree=25323296/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1745.89 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 35174 290729 0 0 142 25 174232 190 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10299] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10299/stat : 10299 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289445810 9367552 267 33554432000 4194304 5064252 140735025912016 140735025910928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10299/statm: 2287 267 226 213 0 72 0
[pid=10300] ppid=10299 vsize=53468 CPUtime=35.97 cores=1,3,5,7
/proc/10300/stat : 10300 (glucose) R 10299 9518 1905 0 -1 4202496 11478 0 0 0 3595 2 0 0 20 0 1 0 289445810 54751232 12181 33554432000 4194304 5208918 140734512376016 140734512373864 4211670 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10300/statm: 13367 12181 96 248 0 13116 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 91784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 1.93 3/181 10300
/proc/meminfo: memFree=25322292/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1745.89 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 35174 290729 0 0 142 25 174232 190 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10299] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10299/stat : 10299 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289445810 9367552 267 33554432000 4194304 5064252 140735025912016 140735025910928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10299/statm: 2287 267 226 213 0 72 0
[pid=10300] ppid=10299 vsize=49240 CPUtime=54.18 cores=1,3,5,7
/proc/10300/stat : 10300 (glucose) R 10299 9518 1905 0 -1 4202496 12023 0 0 0 5415 3 0 0 20 0 1 0 289445810 50421760 11755 33554432000 4194304 5208918 140734512376016 140734512374104 4211635 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10300/statm: 12310 11755 96 248 0 12059 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 87556

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 1.93 3/181 10300
/proc/meminfo: memFree=25322292/32873844 swapFree=7112/7112
[pid=9518] ppid=9516 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (npSolver-wbo-It) S 9516 9518 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289271179 9367552 275 33554432000 4194304 5064252 140734257666672 140734257665584 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9518/statm: 2287 275 233 213 0 72 0
[pid=9520] ppid=9518 vsize=20020 CPUtime=1745.89 cores=1,3,5,7
/proc/9520/stat : 9520 (npSolver-wbo) S 9518 9518 1905 0 -1 4202496 35174 290729 0 0 142 25 174232 190 20 0 1 0 289271180 20500480 4253 33554432000 4194304 5990268 140736325908576 140736325899984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9520/statm: 5005 4253 177 439 0 4562 0
[pid=10299] ppid=9520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10299/stat : 10299 (satsolver.sh) S 9520 9518 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289445810 9367552 267 33554432000 4194304 5064252 140735025912016 140735025910928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10299/statm: 2287 267 226 213 0 72 0
[pid=10300] ppid=10299 vsize=49240 CPUtime=54.18 cores=1,3,5,7
/proc/10300/stat : 10300 (glucose) R 10299 9518 1905 0 -1 4202496 12023 0 0 0 5415 3 0 0 20 0 1 0 289445810 50421760 11755 33554432000 4194304 5208918 140734512376016 140734512374104 4211635 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10300/statm: 12310 11755 96 248 0 12059 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 87556

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1797.9
CPU system time (s): 2.20366
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 117732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.20366
maximum resident set size= 65124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338916
page faults= 0
swaps= 0
block input operations= 0
block output operations= 241968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4765
involuntary context switches= 3540

runsolver used 7.61684 second user time and 19.1021 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-28 20:57:06
IDJOB=3715926
IDBENCH=79263
IDSOLVER=2297
FILE ID=node104/3715926-1338231426
RUNJOBID= node104-1338229623-1922
PBS_JOBID= 14624647
Free space on /tmp= 66884 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568706--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-3715926-1338231426/watcher-3715926-1338231426 -o /tmp/evaluation-result-3715926-1338231426/solver-3715926-1338231426 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715926-1338231426.wbo 1145262232 HOME HOME

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=1145262232

node104.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.266
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	: 5332.53
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.266
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.266
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.266
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.92
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.266
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		: 2666.266
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		: 2666.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25485020 kB
Buffers:          437692 kB
Cached:          5962452 kB
SwapCached:         1084 kB
Active:          5524184 kB
Inactive:         905636 kB
Active(anon):      21352 kB
Inactive(anon):     9936 kB
Active(file):    5502832 kB
Inactive(file):   895700 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106720 kB
Dirty:              9924 kB
Writeback:             0 kB
AnonPages:         34908 kB
Mapped:            15068 kB
Shmem:               196 kB
Slab:             819716 kB
SReclaimable:     260636 kB
SUnreclaim:       559080 kB
KernelStack:        1456 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 66868 MiB
End job on node104 at 2012-05-28 21:27:07