Trace number 3752912

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
MD5SUM404f4a35cd4ec5708f20e119eb7d26f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark68.3836
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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.14	o 504
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 2.71858
0.00/0.14	c approx number of clauses: 1e+06
0.00/0.14	c current bound: 252
132.26/132.57	c current bound: 252
264.92/265.05	c current bound: 252
397.07/397.43	c current bound: 252
529.11/529.50	c current bound: 252
662.21/662.62	c current bound: 252
794.62/795.06	c current bound: 252
927.36/927.81	c current bound: 252
1059.10/1059.58	c current bound: 252
1191.13/1191.65	c current bound: 252
1323.55/1324.08	c current bound: 252
1455.69/1456.24	c current bound: 252
1588.09/1588.45	c current bound: 252
1721.87/1722.46	c current bound: 252
1800.03/1800.40	./satsolver.sh: line 5:  3696 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	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-3752912-1339204392/watcher-3752912-1339204392 -o /tmp/evaluation-result-3752912-1339204392/solver-3752912-1339204392 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752912-1339204392.wbo 452419901 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.68 3.17 2.54 3/175 3312
/proc/meminfo: memFree=31316280/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0

[startup+0.0930919 s]
/proc/loadavg: 2.68 3.17 2.54 3/175 3312
/proc/meminfo: memFree=31316280/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100308 s]
/proc/loadavg: 2.68 3.17 2.54 3/175 3312
/proc/meminfo: memFree=31316280/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 2.68 3.17 2.54 3/175 3312
/proc/meminfo: memFree=31316280/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.68 3.17 2.54 3/175 3312
/proc/meminfo: memFree=31316280/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.63 3.15 2.54 3/185 3342
/proc/meminfo: memFree=31186196/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=48036 CPUtime=1.25 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 10470 0 0 0 123 2 0 0 20 0 1 0 386567802 49188864 10595 33554432000 4194304 5208918 140735175358576 140735175356984 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 12009 10595 95 248 0 11758 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 86976

[startup+3.10028 s]
/proc/loadavg: 2.63 3.15 2.54 3/185 3342
/proc/meminfo: memFree=31183524/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=48036 CPUtime=2.85 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 10560 0 0 0 283 2 0 0 20 0 1 0 386567802 49188864 10685 33554432000 4194304 5208918 140735175358576 140735175356984 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 12009 10685 95 248 0 11758 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 86976

[startup+6.30034 s]
/proc/loadavg: 2.58 3.13 2.54 3/185 3342
/proc/meminfo: memFree=31183400/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=48168 CPUtime=6.05 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 10743 0 0 0 603 2 0 0 20 0 1 0 386567802 49324032 10867 33554432000 4194304 5208918 140735175358576 140735175356424 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 12042 10867 95 248 0 11791 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 87108

[startup+12.7003 s]
/proc/loadavg: 2.53 3.11 2.53 3/184 3342
/proc/meminfo: memFree=31178148/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=48304 CPUtime=12.44 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 10942 0 0 0 1242 2 0 0 20 0 1 0 386567802 49463296 10722 33554432000 4194304 5208918 140735175358576 140735175356536 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 12076 10722 96 248 0 11825 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 87244

[startup+25.5004 s]
/proc/loadavg: 2.45 3.08 2.53 3/184 3342
/proc/meminfo: memFree=31171876/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=52992 CPUtime=25.24 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 11328 0 0 0 2522 2 0 0 20 0 1 0 386567802 54263808 11614 33554432000 4194304 5208918 140735175358576 140735175356424 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 13248 11614 96 248 0 12997 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 91932

[startup+51.1003 s]
/proc/loadavg: 2.27 2.97 2.51 3/184 3342
/proc/meminfo: memFree=31159692/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=60276 CPUtime=50.84 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 11798 0 0 0 5081 3 0 0 20 0 1 0 386567802 61722624 13689 33554432000 4194304 5208918 140735175358576 140735175356520 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 15069 13689 96 248 0 14818 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 99216

[startup+102.307 s]
/proc/loadavg: 2.12 2.82 2.48 3/184 3343
/proc/meminfo: memFree=31123980/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=0.22 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 4927 5396 0 0 11 3 7 1 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3339] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386567802 9367552 266 33554432000 4194304 5064252 140734670924928 140734670923840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3339/statm: 2287 266 226 213 0 72 0
[pid=3340] ppid=3339 vsize=83964 CPUtime=102.04 cores=1,3,5,7
/proc/3340/stat : 3340 (glucose) R 3339 3311 3271 0 -1 4202496 12913 0 0 0 10200 4 0 0 20 0 1 0 386567802 85979136 18549 33554432000 4194304 5208918 140735175358576 140735175356440 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3340/statm: 20991 18549 96 248 0 20740 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122904

[startup+162.3 s]
/proc/loadavg: 2.04 2.67 2.45 3/184 3350
/proc/meminfo: memFree=31147892/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=132.61 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 7019 23272 0 0 18 4 13224 15 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3349] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/3435/statm: 2287 267 226 213 0 72 0
[pid=3436] ppid=3435 vsize=83960 CPUtime=110.53 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose) R 3435 3311 3271 0 -1 4202496 15303 0 0 0 11050 3 0 0 20 0 1 0 386686953 85975040 18805 33554432000 4194304 5208918 140736598790992 140736598788856 4229512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 20990 18805 96 248 0 20739 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 122900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/184 3451
/proc/meminfo: memFree=31172800/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1323.92 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 25847 191524 0 0 91 14 132117 170 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3443] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3443/stat : 3443 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386700195 9367552 267 33554432000 4194304 5064252 140734992486144 140734992485056 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3443/statm: 2287 267 226 213 0 72 0
[pid=3444] ppid=3443 vsize=60276 CPUtime=38.11 cores=1,3,5,7
/proc/3444/stat : 3444 (glucose) R 3443 3311 3271 0 -1 4202496 13513 0 0 0 3809 2 0 0 20 0 1 0 386700195 61722624 13330 33554432000 4194304 5208918 140735734290112 140735734288056 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3444/statm: 15069 13330 96 248 0 14818 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 99216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/184 3451
/proc/meminfo: memFree=31137932/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1323.92 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 25847 191524 0 0 91 14 132117 170 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3443] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3443/stat : 3443 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386700195 9367552 267 33554432000 4194304 5064252 140734992486144 140734992485056 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3443/statm: 2287 267 226 213 0 72 0
[pid=3444] ppid=3443 vsize=83964 CPUtime=98.11 cores=1,3,5,7
/proc/3444/stat : 3444 (glucose) R 3443 3311 3271 0 -1 4202496 15007 0 0 0 9808 3 0 0 20 0 1 0 386700195 85979136 19252 33554432000 4194304 5208918 140735734290112 140735734287976 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3444/statm: 20991 19252 96 248 0 20740 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 122904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/184 3458
/proc/meminfo: memFree=31149000/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1456.05 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 27939 211495 0 0 99 15 145306 185 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3457] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3457/stat : 3457 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386713411 9367552 266 33554432000 4194304 5064252 140736260484944 140736260483856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3457/statm: 2287 266 226 213 0 72 0
[pid=3458] ppid=3457 vsize=52988 CPUtime=25.95 cores=1,3,5,7
/proc/3458/stat : 3458 (glucose) R 3457 3311 3271 0 -1 4202496 12233 0 0 0 2593 2 0 0 20 0 1 0 386713412 54259712 11828 33554432000 4194304 5208918 140733659837200 140733659835048 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3458/statm: 13247 11828 96 248 0 12996 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 91928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/184 3458
/proc/meminfo: memFree=31120112/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1456.05 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 27939 211495 0 0 99 15 145306 185 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3457] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3457/stat : 3457 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386713411 9367552 266 33554432000 4194304 5064252 140736260484944 140736260483856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3457/statm: 2287 266 226 213 0 72 0
[pid=3458] ppid=3457 vsize=83960 CPUtime=85.94 cores=1,3,5,7
/proc/3458/stat : 3458 (glucose) R 3457 3311 3271 0 -1 4202496 13568 0 0 0 8591 3 0 0 20 0 1 0 386713412 85975040 18503 33554432000 4194304 5208918 140733659837200 140733659835064 4211558 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3458/statm: 20990 18503 96 248 0 20739 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 122900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/184 3466
/proc/meminfo: memFree=31149980/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1588.23 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 30031 230284 0 0 107 16 158498 202 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3465] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3465/stat : 3465 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386726632 9367552 267 33554432000 4194304 5064252 140734214709616 140734214708528 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3465/statm: 2287 267 226 213 0 72 0
[pid=3466] ppid=3465 vsize=48304 CPUtime=13.74 cores=1,3,5,7
/proc/3466/stat : 3466 (glucose) R 3465 3311 3271 0 -1 4202496 10495 0 0 0 1373 1 0 0 20 0 1 0 386726633 49463296 10806 33554432000 4194304 5208918 140737095140912 140737095139000 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3466/statm: 12076 10806 96 248 0 11825 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 87244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/185 3469
/proc/meminfo: memFree=31135240/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1588.23 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 30031 230284 0 0 107 16 158498 202 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3465] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3465/stat : 3465 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386726632 9367552 267 33554432000 4194304 5064252 140734214709616 140734214708528 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3465/statm: 2287 267 226 213 0 72 0
[pid=3466] ppid=3465 vsize=60276 CPUtime=73.74 cores=1,3,5,7
/proc/3466/stat : 3466 (glucose) R 3465 3311 3271 0 -1 4202496 12733 0 0 0 7371 3 0 0 20 0 1 0 386726633 61722624 13997 33554432000 4194304 5208918 140737095140912 140737095139000 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3466/statm: 15069 13997 96 248 0 14818 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 99216

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 2.08 3/184 3689
/proc/meminfo: memFree=31101548/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1721.87 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 30037 244280 0 0 107 16 171857 207 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042320 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 29792

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.07 3/183 3696
/proc/meminfo: memFree=31094512/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1722.21 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 32123 248115 0 0 114 17 171872 218 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3695] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3695/stat : 3695 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386740034 9367552 265 33554432000 4194304 5064252 140736468919152 140736468918064 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3695/statm: 2287 265 226 213 0 72 0
[pid=3696] ppid=3695 vsize=60280 CPUtime=59.72 cores=1,3,5,7
/proc/3696/stat : 3696 (glucose) R 3695 3311 3271 0 -1 4202496 13888 0 0 0 5970 2 0 0 20 0 1 0 386740034 61726720 14153 33554432000 4194304 5208918 140734197204112 140734197202200 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3696/statm: 15070 14153 96 248 0 14819 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 99220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.03 2.07 3/183 3696
/proc/meminfo: memFree=31091472/32873844 swapFree=7116/7116
[pid=3311] ppid=3308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3311/stat : 3311 (npSolver-wbo-It) S 3308 3311 3271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386567778 9367552 275 33554432000 4194304 5064252 140735334051536 140735334050448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3311/statm: 2287 275 233 213 0 72 0
[pid=3315] ppid=3311 vsize=20644 CPUtime=1722.21 cores=1,3,5,7
/proc/3315/stat : 3315 (npSolver-wbo) S 3311 3311 3271 0 -1 4202496 32123 248115 0 0 114 17 171872 218 20 0 1 0 386567778 21139456 4559 33554432000 4194304 6006132 140736114051472 140736114042832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3315/statm: 5161 4559 176 443 0 4714 0
[pid=3695] ppid=3315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3695/stat : 3695 (satsolver.sh) S 3315 3311 3271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386740034 9367552 265 33554432000 4194304 5064252 140736468919152 140736468918064 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3695/statm: 2287 265 226 213 0 72 0
[pid=3696] ppid=3695 vsize=60280 CPUtime=77.82 cores=1,3,5,7
/proc/3696/stat : 3696 (glucose) R 3695 3311 3271 0 -1 4202496 13888 0 0 0 7780 2 0 0 20 0 1 0 386740034 61726720 14153 33554432000 4194304 5208918 140734197204112 140734197202200 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3696/statm: 15070 14153 96 248 0 14819 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 99220

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.08
CPU user time (s): 1797.68
CPU system time (s): 2.39964
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 122904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 2.39963
maximum resident set size= 79496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 191960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3792
involuntary context switches= 1991

runsolver used 6.86396 second user time and 19.3681 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-09 03:13:12
IDJOB=3752912
IDBENCH=78968
IDSOLVER=2336
FILE ID=node103/3752912-1339204392
RUNJOBID= node103-1339204392-3288
PBS_JOBID= 14643851
Free space on /tmp= 71208 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752912-1339204392/watcher-3752912-1339204392 -o /tmp/evaluation-result-3752912-1339204392/solver-3752912-1339204392 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752912-1339204392.wbo 452419901 HOME HOME

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

MD5SUM BENCH= 404f4a35cd4ec5708f20e119eb7d26f2
RANDOM SEED=452419901

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31316916 kB
Buffers:          351860 kB
Cached:           313500 kB
SwapCached:         5468 kB
Active:           623964 kB
Inactive:          48504 kB
Active(anon):       2244 kB
Inactive(anon):     7352 kB
Active(file):     621720 kB
Inactive(file):    41152 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             17136 kB
Writeback:             0 kB
AnonPages:         10424 kB
Mapped:             8196 kB
Shmem:                 0 kB
Slab:             743964 kB
SReclaimable:     184044 kB
SUnreclaim:       559920 kB
KernelStack:        1432 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103508 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= 71236 MiB
End job on node103 at 2012-06-09 03:43:13