Trace number 3753537

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap73_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.08
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
794.10/794.40	o 19130063
794.10/794.40	c fallback to adder encoding
1596.40/1596.83	o 19129855
1596.40/1596.83	c fallback to adder encoding
1800.07/1800.40	./satsolver.sh: line 5: 26627 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3753537-1339204145/watcher-3753537-1339204145 -o /tmp/evaluation-result-3753537-1339204145/solver-3753537-1339204145 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753537-1339204145.wbo 1463576066 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.11 2.09 2.02 3/182 26366
/proc/meminfo: memFree=30692388/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0

[startup+0.0447059 s]
/proc/loadavg: 2.11 2.09 2.02 3/182 26366
/proc/meminfo: memFree=30692388/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 2.11 2.09 2.02 3/182 26366
/proc/meminfo: memFree=30692388/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.11 2.09 2.02 3/182 26366
/proc/meminfo: memFree=30692388/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 2.11 2.09 2.02 3/182 26366
/proc/meminfo: memFree=30692388/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.11 2.09 2.02 3/186 26380
/proc/meminfo: memFree=30605620/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=45708 CPUtime=1.17 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 10138 0 0 0 115 2 0 0 20 0 1 0 30381432 46804992 10111 33554432000 4194304 5208918 140736476035424 140736476033272 4205143 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 11427 10111 105 248 0 11176 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 101388

[startup+3.10034 s]
/proc/loadavg: 2.10 2.08 2.02 3/186 26380
/proc/meminfo: memFree=30604008/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=53688 CPUtime=2.77 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 10722 0 0 0 275 2 0 0 20 0 1 0 30381432 54976512 10685 33554432000 4194304 5208918 140736476035424 140736476033256 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 13422 10685 105 248 0 13171 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109368

[startup+6.30041 s]
/proc/loadavg: 2.10 2.08 2.02 3/186 26380
/proc/meminfo: memFree=30589480/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=77412 CPUtime=5.97 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 11843 0 0 0 595 2 0 0 20 0 1 0 30381432 79269888 16846 33554432000 4194304 5208918 140736476035424 140736476033288 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 19353 16846 105 248 0 19102 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 133092

[startup+12.7004 s]
/proc/loadavg: 2.16 2.10 2.02 3/186 26380
/proc/meminfo: memFree=30576348/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=77412 CPUtime=12.36 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 11980 0 0 0 1234 2 0 0 20 0 1 0 30381432 79269888 17489 33554432000 4194304 5208918 140736476035424 140736476031800 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 19353 17489 105 248 0 19102 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 133092

[startup+25.5004 s]
/proc/loadavg: 2.14 2.09 2.02 3/186 26380
/proc/meminfo: memFree=30573804/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=77412 CPUtime=25.17 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 12245 0 0 0 2514 3 0 0 20 0 1 0 30381432 79269888 18257 33554432000 4194304 5208918 140736476035424 140736476031800 4212703 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 19353 18257 105 248 0 19102 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 133092

[startup+51.1004 s]
/proc/loadavg: 2.15 2.10 2.02 3/186 26380
/proc/meminfo: memFree=30560028/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=126936 CPUtime=50.76 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 13938 0 0 0 5072 4 0 0 20 0 1 0 30381432 129982464 22828 33554432000 4194304 5208918 140736476035424 140736476031800 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 31734 22828 105 248 0 31483 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 182616

[startup+102.307 s]
/proc/loadavg: 2.10 2.10 2.02 3/187 26383
/proc/meminfo: memFree=30491384/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30381431 9367552 267 33554432000 4194304 5064252 140735929451488 140735929450400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26379/statm: 2287 267 226 213 0 72 0
[pid=26380] ppid=26379 vsize=176256 CPUtime=101.96 cores=1,3,5,7
/proc/26380/stat : 26380 (glucose) R 26379 26366 17075 0 -1 4202496 14757 0 0 0 10190 6 0 0 20 0 1 0 30381432 180486144 38735 33554432000 4194304 5208918 140736476035424 140736476031800 4228975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26380/statm: 44064 38735 105 248 0 43813 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 231936

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/186 26383
/proc/meminfo: memFree=30521864/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 4715 5437 0 0 22 4 2 1 20 0 1 0 30381400 38281216 8622 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8622 178 443 0 8899 0
[pid=26379] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/186 26400
/proc/meminfo: memFree=30416824/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=794.48 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 7529 34642 0 0 43 6 79359 40 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26394] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26394/stat : 26394 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30460863 9367552 267 33554432000 4194304 5064252 140735627707760 140735627706672 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26394/statm: 2287 267 226 213 0 72 0
[pid=26395] ppid=26394 vsize=207012 CPUtime=567.56 cores=1,3,5,7
/proc/26395/stat : 26395 (glucose) R 26394 26366 17075 0 -1 4202496 20701 0 0 0 56731 25 0 0 20 0 1 0 30460864 211980288 45921 33554432000 4194304 5208918 140736046380080 140736046376392 4211623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26395/statm: 51753 45921 105 248 0 51502 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 262692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 26400
/proc/meminfo: memFree=30429064/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=794.48 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 7529 34642 0 0 43 6 79359 40 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26394] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26394/stat : 26394 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30460863 9367552 267 33554432000 4194304 5064252 140735627707760 140735627706672 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26394/statm: 2287 267 226 213 0 72 0
[pid=26395] ppid=26394 vsize=176192 CPUtime=627.56 cores=1,3,5,7
/proc/26395/stat : 26395 (glucose) R 26394 26366 17075 0 -1 4202496 20884 0 0 0 62730 26 0 0 20 0 1 0 30460864 180420608 42270 33554432000 4194304 5208918 140736046380080 140736046376392 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26395/statm: 44048 42270 105 248 0 43797 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 231872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 26401
/proc/meminfo: memFree=30406852/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=794.48 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 7529 34642 0 0 43 6 79359 40 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26394] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26394/stat : 26394 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30460863 9367552 267 33554432000 4194304 5064252 140735627707760 140735627706672 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26394/statm: 2287 267 226 213 0 72 0
[pid=26395] ppid=26394 vsize=207012 CPUtime=687.53 cores=1,3,5,7
/proc/26395/stat : 26395 (glucose) R 26394 26366 17075 0 -1 4202496 21477 0 0 0 68727 26 0 0 20 0 1 0 30460864 211980288 45409 33554432000 4194304 5208918 140736046380080 140736046378232 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26395/statm: 51753 45409 105 248 0 51502 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 262692

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 26401
/proc/meminfo: memFree=30423692/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=794.48 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 7529 34642 0 0 43 6 79359 40 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26394] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26394/stat : 26394 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30460863 9367552 267 33554432000 4194304 5064252 140735627707760 140735627706672 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26394/statm: 2287 267 226 213 0 72 0
[pid=26395] ppid=26394 vsize=207012 CPUtime=747.53 cores=1,3,5,7
/proc/26395/stat : 26395 (glucose) R 26394 26366 17075 0 -1 4202496 22261 0 0 0 74724 29 0 0 20 0 1 0 30460864 211980288 46433 33554432000 4194304 5208918 140736046380080 140736046376456 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26395/statm: 51753 46433 105 248 0 51502 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 262692

[startup+1602.3 s]
/proc/loadavg: 2.49 2.12 2.04 3/189 26627
/proc/meminfo: memFree=29915848/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=1596.79 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 10344 61579 0 0 64 9 159529 77 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26626] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30541107 9367552 267 33554432000 4194304 5064252 140733679703328 140733679702240 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26626/statm: 2287 267 226 213 0 72 0
[pid=26627] ppid=26626 vsize=66312 CPUtime=5.21 cores=1,3,5,7
/proc/26627/stat : 26627 (glucose) R 26626 26366 17075 0 -1 4202496 11804 0 0 0 519 2 0 0 20 0 1 0 30541107 67903488 14897 33554432000 4194304 5208918 140735684318608 140735684316552 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26627/statm: 16578 14897 105 248 0 16327 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 121992

[startup+1662.3 s]
/proc/loadavg: 2.24 2.13 2.04 3/184 26660
/proc/meminfo: memFree=19702024/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=1596.79 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 10344 61579 0 0 64 9 159529 77 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26626] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30541107 9367552 267 33554432000 4194304 5064252 140733679703328 140733679702240 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26626/statm: 2287 267 226 213 0 72 0
[pid=26627] ppid=26626 vsize=127388 CPUtime=65.2 cores=1,3,5,7
/proc/26627/stat : 26627 (glucose) R 26626 26366 17075 0 -1 4202496 14858 0 0 0 6516 4 0 0 20 0 1 0 30541107 130445312 25161 33554432000 4194304 5208918 140735684318608 140735684314984 4212874 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26627/statm: 31847 25161 105 248 0 31596 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 183068

[startup+1722.3 s]
/proc/loadavg: 3.11 2.40 2.14 2/178 26686
/proc/meminfo: memFree=30886820/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=1596.79 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 10344 61579 0 0 64 9 159529 77 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26626] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30541107 9367552 267 33554432000 4194304 5064252 140733679703328 140733679702240 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26626/statm: 2287 267 226 213 0 72 0
[pid=26627] ppid=26626 vsize=127388 CPUtime=125.18 cores=1,3,5,7
/proc/26627/stat : 26627 (glucose) R 26626 26366 17075 0 -1 4202496 16390 0 0 0 12512 6 0 0 20 0 1 0 30541107 130445312 25714 33554432000 4194304 5208918 140735684318608 140735684314984 4211897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26627/statm: 31847 25714 105 248 0 31596 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 183068

[startup+1782.3 s]
/proc/loadavg: 2.52 2.37 2.15 3/185 26705
/proc/meminfo: memFree=30312804/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=1596.79 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 10344 61579 0 0 64 9 159529 77 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26626] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30541107 9367552 267 33554432000 4194304 5064252 140733679703328 140733679702240 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26626/statm: 2287 267 226 213 0 72 0
[pid=26627] ppid=26626 vsize=176708 CPUtime=185.18 cores=1,3,5,7
/proc/26627/stat : 26627 (glucose) R 26626 26366 17075 0 -1 4202496 18408 0 0 0 18508 10 0 0 20 0 1 0 30541107 180948992 35415 33554432000 4194304 5208918 140735684318608 140735684316600 4211641 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26627/statm: 44177 35415 105 248 0 43926 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 232388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.37 2.34 2.14 3/185 26705
/proc/meminfo: memFree=30344516/32873844 swapFree=7124/7124
[pid=26366] ppid=26364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26366/stat : 26366 (npSolver-wbo-It) S 26364 26366 17075 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 30381400 9367552 275 33554432000 4194304 5064252 140737266552144 140737266551056 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26366/statm: 2287 275 233 213 0 72 0
[pid=26367] ppid=26366 vsize=37384 CPUtime=1596.79 cores=1,3,5,7
/proc/26367/stat : 26367 (npSolver-wbo) S 26366 26366 17075 0 -1 4202496 10344 61579 0 0 64 9 159529 77 20 0 1 0 30381400 38281216 8256 33554432000 4194304 6006132 140733986765120 140733986756512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26367/statm: 9346 8256 178 443 0 8899 0
[pid=26626] ppid=26367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (satsolver.sh) S 26367 26366 17075 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30541107 9367552 267 33554432000 4194304 5064252 140733679703328 140733679702240 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26626/statm: 2287 267 226 213 0 72 0
[pid=26627] ppid=26626 vsize=127388 CPUtime=203.28 cores=1,3,5,7
/proc/26627/stat : 26627 (glucose) R 26626 26366 17075 0 -1 4202496 18414 0 0 0 20318 10 0 0 20 0 1 0 30541107 130445312 26738 33554432000 4194304 5208918 140735684318608 140735684314984 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26627/statm: 31847 26738 105 248 0 31596 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 183068

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.12
CPU user time (s): 1799.13
CPU system time (s): 0.98585
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 312076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.98585
maximum resident set size= 231416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 84008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 539
involuntary context switches= 1901

runsolver used 3.40848 second user time and 9.36458 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 03:09:05
IDJOB=3753537
IDBENCH=79498
IDSOLVER=2337
FILE ID=node133/3753537-1339204145
RUNJOBID= node133-1339184681-18371
PBS_JOBID= 14643824
Free space on /tmp= 70956 MiB

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

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=1463576066

node133.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.139
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.27
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.139
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.139
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.139
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.139
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.56
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.139
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.139
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.52
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.139
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:        30692380 kB
Buffers:          142484 kB
Cached:           420732 kB
SwapCached:         1824 kB
Active:          1205044 kB
Inactive:         152388 kB
Active(anon):     793844 kB
Inactive(anon):     2420 kB
Active(file):     411200 kB
Inactive(file):   149968 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100328 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        750544 kB
Mapped:             9848 kB
Shmem:                 0 kB
Slab:             679684 kB
SReclaimable:     121988 kB
SUnreclaim:       557696 kB
KernelStack:        1544 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     991268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71112 MiB
End job on node133 at 2012-06-09 03:39:05