Trace number 3753229

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.11 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark58.8051
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.04	c run usual solver
0.00/0.16	o 954
0.00/0.16	c starting approximation
0.00/0.16	c factor = 2
0.00/0.16	c factor still to low - shrinking to 15.4949
0.00/0.16	c approx number of clauses: 1e+06
0.00/0.16	c current bound: 477
474.98/475.15	c current bound: 477
949.81/950.27	c current bound: 477
1425.33/1425.64	c current bound: 477
1800.06/1800.40	./satsolver.sh: line 5: 17120 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/1800.40	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-3753229-1339209795/watcher-3753229-1339209795 -o /tmp/evaluation-result-3753229-1339209795/solver-3753229-1339209795 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753229-1339209795.wbo 1645895236 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.00 2.02 2.00 3/181 17044
/proc/meminfo: memFree=30632212/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0

[startup+0.023117 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17044
/proc/meminfo: memFree=30632212/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17044
/proc/meminfo: memFree=30632212/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17044
/proc/meminfo: memFree=30632212/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17044
/proc/meminfo: memFree=30632212/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 17058
/proc/meminfo: memFree=30563628/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=48664 CPUtime=1.23 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 10736 0 0 0 121 2 0 0 20 0 1 0 30946619 49831936 11127 33554432000 4194304 5208918 140736752982816 140736752981224 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 12166 11127 95 248 0 11915 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 88268

[startup+3.10033 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 17058
/proc/meminfo: memFree=30563124/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=48664 CPUtime=2.83 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 10769 0 0 0 281 2 0 0 20 0 1 0 30946619 49831936 11160 33554432000 4194304 5208918 140736752982816 140736752981224 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 12166 11160 95 248 0 11915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 88268

[startup+6.30032 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 17058
/proc/meminfo: memFree=30562256/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=48664 CPUtime=6.03 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 10835 0 0 0 601 2 0 0 20 0 1 0 30946619 49831936 11225 33554432000 4194304 5208918 140736752982816 140736752981224 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 12166 11225 95 248 0 11915 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 88268

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.00 3/185 17058
/proc/meminfo: memFree=30560544/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=48664 CPUtime=12.43 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 10962 0 0 0 1241 2 0 0 20 0 1 0 30946619 49831936 11352 33554432000 4194304 5208918 140736752982816 140736752981224 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 12166 11352 95 248 0 11915 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 88268

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 17058
/proc/meminfo: memFree=30557512/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=53216 CPUtime=25.22 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 11215 0 0 0 2520 2 0 0 20 0 1 0 30946619 54493184 11605 33554432000 4194304 5208918 140736752982816 140736752980664 4211726 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 13304 11605 95 248 0 13053 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 92820

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 17059
/proc/meminfo: memFree=30555924/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=48796 CPUtime=50.82 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 12174 0 0 0 5079 3 0 0 20 0 1 0 30946619 49967104 11424 33554432000 4194304 5208918 140736752982816 140736752980904 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 12199 11424 96 248 0 11948 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 88400

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 17059
/proc/meminfo: memFree=30551696/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17057/stat : 17057 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30946618 9367552 266 33554432000 4194304 5064252 140735414989712 140735414988624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17057/statm: 2287 266 226 213 0 72 0
[pid=17058] ppid=17057 vsize=53348 CPUtime=102.02 cores=0,2,4,6
/proc/17058/stat : 17058 (glucose) R 17057 17044 8611 0 -1 4202496 12592 0 0 0 10199 3 0 0 20 0 1 0 30946619 54628352 12543 33554432000 4194304 5208918 140736752982816 140736752980968 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17058/statm: 13337 12543 96 248 0 13086 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92952

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 17059
/proc/meminfo: memFree=30543312/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=0.23 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 3967 6985 0 0 12 2 8 1 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17057] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17113
/proc/meminfo: memFree=30496760/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=950.18 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 8149 45848 0 0 28 4 94952 34 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17084] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17084/stat : 17084 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31041629 9367552 266 33554432000 4194304 5064252 140734780595056 140734780593968 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17084/statm: 2287 266 226 213 0 72 0
[pid=17085] ppid=17084 vsize=102752 CPUtime=411.85 cores=0,2,4,6
/proc/17085/stat : 17085 (glucose) R 17084 17044 8611 0 -1 4202496 14937 0 0 0 41182 3 0 0 20 0 1 0 31041629 105218048 19622 33554432000 4194304 5208918 140733975301856 140733975299800 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17085/statm: 25688 19622 96 248 0 25437 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 142356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17113
/proc/meminfo: memFree=30488568/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=950.18 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 8149 45848 0 0 28 4 94952 34 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17084] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17084/stat : 17084 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31041629 9367552 266 33554432000 4194304 5064252 140734780595056 140734780593968 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17084/statm: 2287 266 226 213 0 72 0
[pid=17085] ppid=17084 vsize=102752 CPUtime=471.84 cores=0,2,4,6
/proc/17085/stat : 17085 (glucose) R 17084 17044 8611 0 -1 4202496 14939 0 0 0 47181 3 0 0 20 0 1 0 31041629 105218048 20646 33554432000 4194304 5208918 140733975301856 140733975299800 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17085/statm: 25688 20646 96 248 0 25437 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 142356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17120
/proc/meminfo: memFree=30491804/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=53344 CPUtime=56.55 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 12633 0 0 0 5653 2 0 0 20 0 1 0 31089166 54624256 11511 33554432000 4194304 5208918 140734963248816 140734963246968 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 13336 11511 96 248 0 13085 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 92948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17120
/proc/meminfo: memFree=30518792/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=60660 CPUtime=116.53 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 13201 0 0 0 11651 2 0 0 20 0 1 0 31089166 62115840 12586 33554432000 4194304 5208918 140734963248816 140734963246968 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 15165 12586 96 248 0 14914 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 100264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17128
/proc/meminfo: memFree=30549232/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=60660 CPUtime=176.52 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 13606 0 0 0 17650 2 0 0 20 0 1 0 31089166 62115840 14012 33554432000 4194304 5208918 140734963248816 140734963246968 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 15165 14012 96 248 0 14914 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 100264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 17131
/proc/meminfo: memFree=30539008/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=72400 CPUtime=236.52 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 14777 0 0 0 23649 3 0 0 20 0 1 0 31089166 74137600 15596 33554432000 4194304 5208918 140734963248816 140734963246760 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 18100 15596 96 248 0 17849 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 112004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17131
/proc/meminfo: memFree=30535040/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=72400 CPUtime=296.5 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 14780 0 0 0 29647 3 0 0 20 0 1 0 31089166 74137600 16622 33554432000 4194304 5208918 140734963248816 140734963246760 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 18100 16622 96 248 0 17849 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 112004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 17131
/proc/meminfo: memFree=30522632/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=102748 CPUtime=356.5 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 15283 0 0 0 35646 4 0 0 20 0 1 0 31089166 105213952 18146 33554432000 4194304 5208918 140734963248816 140734963246760 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 25687 18146 96 248 0 25436 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 142352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 17235
/proc/meminfo: memFree=30559884/32873844 swapFree=7124/7124
[pid=17044] ppid=17042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17044/stat : 17044 (npSolver-wbo-It) S 17042 17044 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30946592 9367552 274 33554432000 4194304 5064252 140735175076848 140735175075760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17044/statm: 2287 274 233 213 0 72 0
[pid=17045] ppid=17044 vsize=21308 CPUtime=1425.46 cores=0,2,4,6
/proc/17045/stat : 17045 (npSolver-wbo) S 17044 17044 8611 0 -1 4202496 10240 65272 0 0 36 5 142454 51 20 0 1 0 30946593 21819392 4627 33554432000 4194304 6006132 140735464973440 140735464964800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17045/statm: 5327 4627 176 443 0 4880 0
[pid=17119] ppid=17045 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (satsolver.sh) S 17045 17044 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31089165 9367552 267 33554432000 4194304 5064252 140735073892480 140735073891392 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17119/statm: 2287 267 226 213 0 72 0
[pid=17120] ppid=17119 vsize=102748 CPUtime=374.6 cores=0,2,4,6
/proc/17120/stat : 17120 (glucose) R 17119 17044 8611 0 -1 4202496 15296 0 0 0 37456 4 0 0 20 0 1 0 31089166 105213952 18670 33554432000 4194304 5208918 140734963248816 140734963246760 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17120/statm: 25687 18670 96 248 0 25436 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 142352

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.49
CPU system time (s): 0.624905
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 142360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.624905
maximum resident set size= 82624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 56048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 951
involuntary context switches= 2101

runsolver used 2.97755 second user time and 8.46271 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-09 04:43:15
IDJOB=3753229
IDBENCH=79312
IDSOLVER=2336
FILE ID=node134/3753229-1339209795
RUNJOBID= node134-1339204370-8627
PBS_JOBID= 14643850
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=1645895236

node134.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.091
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.18
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.56
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.091
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	: 5332.56
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.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30632748 kB
Buffers:          377844 kB
Cached:           956280 kB
SwapCached:            0 kB
Active:           567708 kB
Inactive:         844808 kB
Active(anon):      65360 kB
Inactive(anon):    11184 kB
Active(file):     502348 kB
Inactive(file):   833624 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22988 kB
Writeback:             0 kB
AnonPages:        158476 kB
Mapped:            15124 kB
Shmem:               212 kB
Slab:             688556 kB
SReclaimable:     130212 kB
SUnreclaim:       558344 kB
KernelStack:        1536 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71116 MiB
End job on node134 at 2012-06-09 05:13:16