Trace number 3753532

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 (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap43_wcsp.wbo
MD5SUM6884eb16d9ca5647137a605a0e2a2e0d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9939840
Best CPU time to get the best result obtained on this benchmark1800.74
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c run usual solver
0.00/0.08	o 19132135
0.00/0.08	c fallback to adder encoding
748.42/748.74	o 19130063
748.42/748.74	c fallback to adder encoding
1513.68/1514.13	o 19129855
1513.68/1514.13	c fallback to adder encoding
1800.03/1800.40	./satsolver.sh: line 5: 29003 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.40	c error: unexpected solver exit code
1800.03/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-3753532-1339204570/watcher-3753532-1339204570 -o /tmp/evaluation-result-3753532-1339204570/solver-3753532-1339204570 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753532-1339204570.wbo 2146563557 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 4/176 28738
/proc/meminfo: memFree=24727620/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0

[startup+0.0863029 s]
/proc/loadavg: 1.84 1.98 1.99 4/176 28738
/proc/meminfo: memFree=24727620/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100295 s]
/proc/loadavg: 1.84 1.98 1.99 4/176 28738
/proc/meminfo: memFree=24727620/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 1.84 1.98 1.99 4/176 28738
/proc/meminfo: memFree=24727620/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700154 s]
/proc/loadavg: 1.84 1.98 1.99 4/176 28738
/proc/meminfo: memFree=24727620/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.84 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24553000/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=45716 CPUtime=1.16 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 9147 0 0 0 114 2 0 0 20 0 1 0 386581404 46813184 9922 33554432000 4194304 5208918 140734703957056 140734703954904 4229449 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 11429 9922 105 248 0 11178 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 101396

[startup+3.1004 s]
/proc/loadavg: 1.84 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24548224/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=53696 CPUtime=2.76 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 9419 0 0 0 274 2 0 0 20 0 1 0 386581404 54984704 10705 33554432000 4194304 5208918 140734703957056 140734703954888 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 13424 10705 105 248 0 13173 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109376

[startup+6.3004 s]
/proc/loadavg: 1.85 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24506136/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=77420 CPUtime=5.97 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 10723 0 0 0 594 3 0 0 20 0 1 0 386581404 79278080 17154 33554432000 4194304 5208918 140734703957056 140734703954920 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 19355 17154 105 248 0 19104 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 133100

[startup+12.7005 s]
/proc/loadavg: 1.86 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24490448/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=77420 CPUtime=12.36 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 10750 0 0 0 1233 3 0 0 20 0 1 0 386581404 79278080 17691 33554432000 4194304 5208918 140734703957056 140734703953432 4205695 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 19355 17691 105 248 0 19104 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 133100

[startup+25.5005 s]
/proc/loadavg: 1.89 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24493992/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=84600 CPUtime=25.16 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 11321 0 0 0 2513 3 0 0 20 0 1 0 386581404 86630400 18738 33554432000 4194304 5208918 140734703957056 140734703954920 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 21150 18738 105 248 0 20899 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 140280

[startup+51.1005 s]
/proc/loadavg: 1.93 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24451856/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=126944 CPUtime=50.75 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 13564 0 0 0 5070 5 0 0 20 0 1 0 386581404 129990656 23030 33554432000 4194304 5208918 140734703957056 140734703953432 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 31736 23030 105 248 0 31485 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 182624

[startup+102.3 s]
/proc/loadavg: 1.97 1.98 1.99 4/184 28766
/proc/meminfo: memFree=24411376/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28763/stat : 28763 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386581404 9367552 266 33554432000 4194304 5064252 140735420235632 140735420234544 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28763/statm: 2287 266 226 213 0 72 0
[pid=28764] ppid=28763 vsize=126944 CPUtime=101.94 cores=0,2,4,6
/proc/28764/stat : 28764 (glucose) R 28763 28738 28695 0 -1 4202496 13808 0 0 0 10187 7 0 0 20 0 1 0 386581404 129990656 29835 33554432000 4194304 5208918 140734703957056 140734703955144 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28764/statm: 31736 29835 105 248 0 31485 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 182624

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/184 28767
/proc/meminfo: memFree=24372256/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=0.3 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 5076 5945 0 0 22 4 3 1 20 0 1 0 386581372 38281216 8472 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8472 178 443 0 8899 0
[pid=28763] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 28993
/proc/meminfo: memFree=24415440/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=748.8 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 7957 25646 0 0 42 7 74796 35 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=28784] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28784/stat : 28784 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386656268 9367552 267 33554432000 4194304 5064252 140736251336608 140736251335520 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28784/statm: 2287 267 226 213 0 72 0
[pid=28785] ppid=28784 vsize=207016 CPUtime=673.2 cores=0,2,4,6
/proc/28785/stat : 28785 (glucose) R 28784 28738 28695 0 -1 4202496 22700 0 0 0 67297 23 0 0 20 0 1 0 386656268 211984384 47639 33554432000 4194304 5208918 140734954157456 140734954153832 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28785/statm: 51754 47639 105 248 0 51503 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 262696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 28996
/proc/meminfo: memFree=24445700/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=748.8 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 7957 25646 0 0 42 7 74796 35 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=28784] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28784/stat : 28784 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386656268 9367552 267 33554432000 4194304 5064252 140736251336608 140736251335520 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28784/statm: 2287 267 226 213 0 72 0
[pid=28785] ppid=28784 vsize=176196 CPUtime=733.19 cores=0,2,4,6
/proc/28785/stat : 28785 (glucose) R 28784 28738 28695 0 -1 4202496 23821 0 0 0 73293 26 0 0 20 0 1 0 386656268 180424704 39892 33554432000 4194304 5208918 140734954157456 140734954155544 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28785/statm: 44049 39892 105 248 0 43798 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 231876

[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 2.00 4/183 29003
/proc/meminfo: memFree=24550156/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=66248 CPUtime=27.91 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 13065 0 0 0 2787 4 0 0 20 0 1 0 386732808 67837952 15228 33554432000 4194304 5208918 140736563666448 140736563662760 4229006 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 16562 15228 105 248 0 16311 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 121928

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/183 29003
/proc/meminfo: memFree=24480280/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=127384 CPUtime=87.89 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 14625 0 0 0 8784 5 0 0 20 0 1 0 386732808 130441216 26005 33554432000 4194304 5208918 140736563666448 140736563662824 4211122 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 31846 26005 105 248 0 31595 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 183064

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/183 29003
/proc/meminfo: memFree=24450268/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=176704 CPUtime=147.88 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 16507 0 0 0 14780 8 0 0 20 0 1 0 386732808 180944896 36185 33554432000 4194304 5208918 140736563666448 140736563662824 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 44176 36185 105 248 0 43925 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 232384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 29004
/proc/meminfo: memFree=24462328/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=176704 CPUtime=207.87 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 17929 0 0 0 20777 10 0 0 20 0 1 0 386732808 180944896 37209 33554432000 4194304 5208918 140736563666448 140736563662824 4211488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 44176 37209 105 248 0 43925 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 232384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 29004
/proc/meminfo: memFree=24415384/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=207524 CPUtime=267.86 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 20650 0 0 0 26772 14 0 0 20 0 1 0 386732808 212504576 39843 33554432000 4194304 5208918 140736563666448 140736563664600 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 51881 39843 105 248 0 51630 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 263204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 29004
/proc/meminfo: memFree=24460312/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=176704 CPUtime=285.97 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 21124 0 0 0 28581 16 0 0 20 0 1 0 386732808 180944896 38240 33554432000 4194304 5208918 140736563666448 140736563662760 4228978 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 44176 38240 105 248 0 43925 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 232384

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 29004
/proc/meminfo: memFree=24460312/32873844 swapFree=7628/7628
[pid=28738] ppid=28736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28738/stat : 28738 (npSolver-wbo-It) S 28736 28738 28695 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386581372 9367552 275 33554432000 4194304 5064252 140735144568160 140735144567072 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28738/statm: 2287 275 233 213 0 72 0
[pid=28740] ppid=28738 vsize=37384 CPUtime=1514.06 cores=0,2,4,6
/proc/28740/stat : 28740 (npSolver-wbo) S 28738 28738 28695 0 -1 4202496 10839 53877 0 0 63 9 151265 69 20 0 1 0 386581372 38281216 8323 33554432000 4194304 6006132 140737119418208 140737119409600 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28740/statm: 9346 8323 178 443 0 8899 0
[pid=29002] ppid=28740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29002/stat : 29002 (satsolver.sh) S 28740 28738 28695 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386732808 9367552 267 33554432000 4194304 5064252 140734992831744 140734992830656 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29002/statm: 2287 267 226 213 0 72 0
[pid=29003] ppid=29002 vsize=176704 CPUtime=285.97 cores=0,2,4,6
/proc/29003/stat : 29003 (glucose) R 29002 28738 28695 0 -1 4202496 21124 0 0 0 28581 16 0 0 20 0 1 0 386732808 180944896 38240 33554432000 4194304 5208918 140736563666448 140736563662760 4228978 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29003/statm: 44176 38240 105 248 0 43925 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 232384

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.1
CPU system time (s): 0.953854
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 312084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.953854
maximum resident set size= 232460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 84152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 582
involuntary context switches= 2237

runsolver used 3.10553 second user time and 8.38972 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-09 03:16:10
IDJOB=3753532
IDBENCH=79524
IDSOLVER=2337
FILE ID=node145/3753532-1339204570
RUNJOBID= node145-1339204570-28711
PBS_JOBID= 14643860
Free space on /tmp= 69412 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap43_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753532-1339204570/watcher-3753532-1339204570 -o /tmp/evaluation-result-3753532-1339204570/solver-3753532-1339204570 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753532-1339204570.wbo 2146563557 HOME HOME

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=2146563557

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24728328 kB
Buffers:          616904 kB
Cached:          6593112 kB
SwapCached:            4 kB
Active:          3864372 kB
Inactive:        3363468 kB
Active(anon):       1876 kB
Inactive(anon):    10884 kB
Active(file):    3862496 kB
Inactive(file):  3352584 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             17044 kB
Writeback:            20 kB
AnonPages:         17776 kB
Mapped:            13352 kB
Shmem:               200 kB
Slab:             776204 kB
SReclaimable:     217204 kB
SUnreclaim:       559000 kB
KernelStack:        1400 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104816 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= 69528 MiB
End job on node145 at 2012-06-09 03:46:11