Trace number 3755153

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 1.0 (fixed)? (TO) 1800.07 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
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 benchmark226.727
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.01	c run usual solver
0.00/0.04	o 87
0.00/0.04	c current bound: 43
0.00/0.04	c (debug) using card networks
0.00/0.35	o 43
0.00/0.35	c current bound: 21
0.00/0.35	c (debug) using card networks
6.23/6.46	o 21
6.23/6.46	c current bound: 10
333.38/333.67	c current bound: 16
1070.15/1070.57	o 16
1070.15/1070.57	c current bound: 13
1800.04/1800.50	./satsolver.sh: line 5:  3578 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.50	c error: unexpected solver exit code
1800.04/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3755153-1339195337/watcher-3755153-1339195337 -o /tmp/evaluation-result-3755153-1339195337/solver-3755153-1339195337 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755153-1339195337.wbo 26647044 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.22 2.06 2.02 3/179 3526
/proc/meminfo: memFree=30792108/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0

[startup+0.067727 s]
/proc/loadavg: 2.22 2.06 2.02 3/179 3526
/proc/meminfo: memFree=30792108/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 2.22 2.06 2.02 3/179 3526
/proc/meminfo: memFree=30792108/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.343484 s]
/proc/loadavg: 2.22 2.06 2.02 3/179 3526
/proc/meminfo: memFree=30792108/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.22 2.06 2.02 3/179 3526
/proc/meminfo: memFree=30792108/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.22 2.06 2.02 3/183 3547
/proc/meminfo: memFree=30780700/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=0.21 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2417 11643 0 0 4 1 11 5 20 0 1 0 385662233 4702208 789 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 789 176 443 0 701 0
[pid=3546] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3546/stat : 3546 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662270 9367552 267 33554432000 4194304 5064252 140737290928128 140737290927040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3546/statm: 2287 267 226 213 0 72 0
[pid=3547] ppid=3546 vsize=11056 CPUtime=1.11 cores=1,3,5,7
/proc/3547/stat : 3547 (glucose) R 3546 3526 31464 0 -1 4202496 2558 0 0 0 111 0 0 0 20 0 1 0 385662270 11321344 2183 33554432000 4194304 5208918 140734860397952 140734860395800 4465602 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3547/statm: 2764 2183 102 248 0 2513 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 33944

[startup+3.10037 s]
/proc/loadavg: 2.22 2.06 2.02 3/183 3547
/proc/meminfo: memFree=30779700/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=0.21 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2417 11643 0 0 4 1 11 5 20 0 1 0 385662233 4702208 789 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 789 176 443 0 701 0
[pid=3546] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3546/stat : 3546 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662270 9367552 267 33554432000 4194304 5064252 140737290928128 140737290927040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3546/statm: 2287 267 226 213 0 72 0
[pid=3547] ppid=3546 vsize=14056 CPUtime=2.71 cores=1,3,5,7
/proc/3547/stat : 3547 (glucose) R 3546 3526 31464 0 -1 4202496 3246 0 0 0 271 0 0 0 20 0 1 0 385662270 14393344 2802 33554432000 4194304 5208918 140734860397952 140734860396040 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3547/statm: 3514 2802 102 248 0 3263 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 36944

[startup+6.30038 s]
/proc/loadavg: 2.20 2.06 2.02 3/183 3547
/proc/meminfo: memFree=30773784/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=0.21 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2417 11643 0 0 4 1 11 5 20 0 1 0 385662233 4702208 789 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 789 176 443 0 701 0
[pid=3546] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3546/stat : 3546 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662270 9367552 267 33554432000 4194304 5064252 140737290928128 140737290927040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3546/statm: 2287 267 226 213 0 72 0
[pid=3547] ppid=3546 vsize=18408 CPUtime=5.92 cores=1,3,5,7
/proc/3547/stat : 3547 (glucose) R 3546 3526 31464 0 -1 4202496 3860 0 0 0 591 1 0 0 20 0 1 0 385662270 18849792 3912 33554432000 4194304 5208918 140734860397952 140734860395896 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3547/statm: 4602 3912 102 248 0 4351 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 41296

[startup+12.7003 s]
/proc/loadavg: 2.18 2.06 2.02 3/184 3555
/proc/meminfo: memFree=30778416/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=6.31 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2768 18569 0 0 4 1 617 9 20 0 1 0 385662233 4702208 791 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 791 178 443 0 701 0
[pid=3554] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3554/stat : 3554 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662880 9367552 267 33554432000 4194304 5064252 140733904898480 140733904897392 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3554/statm: 2287 267 226 213 0 72 0
[pid=3555] ppid=3554 vsize=12096 CPUtime=6.21 cores=1,3,5,7
/proc/3555/stat : 3555 (glucose) R 3554 3526 31464 0 -1 4202496 3351 0 0 0 621 0 0 0 20 0 1 0 385662880 12386304 2637 33554432000 4194304 5208918 140735529552448 140735529550312 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3555/statm: 3024 2637 96 248 0 2773 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 34984

[startup+25.5004 s]
/proc/loadavg: 2.14 2.06 2.01 3/184 3555
/proc/meminfo: memFree=30773824/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=6.31 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2768 18569 0 0 4 1 617 9 20 0 1 0 385662233 4702208 791 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 791 178 443 0 701 0
[pid=3554] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3554/stat : 3554 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662880 9367552 267 33554432000 4194304 5064252 140733904898480 140733904897392 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3554/statm: 2287 267 226 213 0 72 0
[pid=3555] ppid=3554 vsize=18112 CPUtime=19.01 cores=1,3,5,7
/proc/3555/stat : 3555 (glucose) R 3554 3526 31464 0 -1 4202496 4132 0 0 0 1901 0 0 0 20 0 1 0 385662880 18546688 3866 33554432000 4194304 5208918 140735529552448 140735529550312 4229460 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3555/statm: 4528 3866 96 248 0 4277 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 41000

[startup+51.1004 s]
/proc/loadavg: 2.09 2.05 2.01 3/184 3555
/proc/meminfo: memFree=30769172/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=6.31 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2768 18569 0 0 4 1 617 9 20 0 1 0 385662233 4702208 791 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 791 178 443 0 701 0
[pid=3554] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3554/stat : 3554 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662880 9367552 267 33554432000 4194304 5064252 140733904898480 140733904897392 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3554/statm: 2287 267 226 213 0 72 0
[pid=3555] ppid=3554 vsize=20832 CPUtime=44.61 cores=1,3,5,7
/proc/3555/stat : 3555 (glucose) R 3554 3526 31464 0 -1 4202496 5036 0 0 0 4460 1 0 0 20 0 1 0 385662880 21331968 4852 33554432000 4194304 5208918 140735529552448 140735529550536 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3555/statm: 5208 4852 102 248 0 4957 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 43720

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/183 3555
/proc/meminfo: memFree=30760496/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=6.31 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2768 18569 0 0 4 1 617 9 20 0 1 0 385662233 4702208 791 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 791 178 443 0 701 0
[pid=3554] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3554/stat : 3554 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385662880 9367552 267 33554432000 4194304 5064252 140733904898480 140733904897392 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3554/statm: 2287 267 226 213 0 72 0
[pid=3555] ppid=3554 vsize=29704 CPUtime=95.81 cores=1,3,5,7
/proc/3555/stat : 3555 (glucose) R 3554 3526 31464 0 -1 4202496 6239 0 0 0 9580 1 0 0 20 0 1 0 385662880 30416896 7021 33554432000 4194304 5208918 140735529552448 140735529550312 4229515 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3555/statm: 7426 7021 102 248 0 7175 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 52592

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 3555
/proc/meminfo: memFree=30755348/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4592 CPUtime=6.31 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 2768 18569 0 0 4 1 617 9 20 0 1 0 385662233 4702208 791 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1148 791 178 443 0 701 0
[pid=3554] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 3602
/proc/meminfo: memFree=30717140/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=48180 CPUtime=291.65 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 9325 0 0 0 29161 4 0 0 20 0 1 0 385769292 49336320 11197 33554432000 4194304 5208918 140734424486800 140734424484744 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 12045 11197 102 248 0 11794 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 71216

[startup+1422.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 3654
/proc/meminfo: memFree=29110692/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=66856 CPUtime=351.64 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 9867 0 0 0 35160 4 0 0 20 0 1 0 385769292 68460544 12735 33554432000 4194304 5208918 140734424486800 140734424484744 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 16714 12735 102 248 0 16463 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 89892

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 3655
/proc/meminfo: memFree=29101012/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=66856 CPUtime=411.63 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10286 0 0 0 41158 5 0 0 20 0 1 0 385769292 68460544 15178 33554432000 4194304 5208918 140734424486800 140734424484744 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 16714 15178 102 248 0 16463 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 89892

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3655
/proc/meminfo: memFree=29098964/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=66856 CPUtime=471.63 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10288 0 0 0 47158 5 0 0 20 0 1 0 385769292 68460544 15691 33554432000 4194304 5208918 140734424486800 140734424484744 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 16714 15691 103 248 0 16463 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 89892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3655
/proc/meminfo: memFree=29098840/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=66856 CPUtime=531.61 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10288 0 0 0 53156 5 0 0 20 0 1 0 385769292 68460544 15691 33554432000 4194304 5208918 140734424486800 140734424484744 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 16714 15691 103 248 0 16463 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 89892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3655
/proc/meminfo: memFree=29098840/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=66856 CPUtime=591.6 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10288 0 0 0 59155 5 0 0 20 0 1 0 385769292 68460544 15691 33554432000 4194304 5208918 140734424486800 140734424484744 4229728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 16714 15691 103 248 0 16463 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 89892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3658
/proc/meminfo: memFree=29094240/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=74180 CPUtime=651.59 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10408 0 0 0 65154 5 0 0 20 0 1 0 385769292 75960320 16832 33554432000 4194304 5208918 140734424486800 140734424484744 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 18545 16832 103 248 0 18294 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 97216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3659
/proc/meminfo: memFree=29091704/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=74180 CPUtime=711.58 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10409 0 0 0 71153 5 0 0 20 0 1 0 385769292 75960320 17344 33554432000 4194304 5208918 140734424486800 140734424484744 4228942 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 18545 17344 103 248 0 18294 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 97216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3659
/proc/meminfo: memFree=29091828/32873844 swapFree=8656/8656
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3526/stat : 3526 (npSolver-wbo.sh) S 3524 3526 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385662233 9367552 274 33554432000 4194304 5064252 140735759089392 140735759088304 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3526/statm: 2287 274 233 213 0 72 0
[pid=3527] ppid=3526 vsize=4740 CPUtime=1070.25 cores=1,3,5,7
/proc/3527/stat : 3527 (npSolver-wbo) S 3526 3526 31464 0 -1 4202496 3822 44671 0 0 6 2 106997 20 20 0 1 0 385662233 4853760 798 33554432000 4194304 6006132 140734144265808 140734144257216 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 14 0 0
/proc/3527/statm: 1185 798 178 443 0 738 0
[pid=3577] ppid=3527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3577/stat : 3577 (satsolver.sh) S 3527 3526 31464 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385769292 9367552 267 33554432000 4194304 5064252 140734151548576 140734151547488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3577/statm: 2287 267 226 213 0 72 0
[pid=3578] ppid=3577 vsize=74180 CPUtime=729.79 cores=1,3,5,7
/proc/3578/stat : 3578 (glucose) R 3577 3526 31464 0 -1 4202496 10409 0 0 0 72974 5 0 0 20 0 1 0 385769292 75960320 17344 33554432000 4194304 5208918 140734424486800 140734424484744 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3578/statm: 18545 17344 103 248 0 18294 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 97216

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.51
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.284956
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 103536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.284956
maximum resident set size= 79256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237
involuntary context switches= 2031

runsolver used 3.03854 second user time and 8.46771 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 00:42:17
IDJOB=3755153
IDBENCH=79442
IDSOLVER=2339
FILE ID=node102/3755153-1339195337
RUNJOBID= node102-1339183373-384
PBS_JOBID= 14643844
Free space on /tmp= 70944 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755153-1339195337/watcher-3755153-1339195337 -o /tmp/evaluation-result-3755153-1339195337/solver-3755153-1339195337 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755153-1339195337.wbo 26647044 HOME HOME

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=26647044

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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.178
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	: 5438.54
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.178
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.178
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:        30792636 kB
Buffers:          294928 kB
Cached:           355548 kB
SwapCached:         2672 kB
Active:          1166120 kB
Inactive:          40312 kB
Active(anon):     552136 kB
Inactive(anon):     6024 kB
Active(file):     613984 kB
Inactive(file):    34288 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:              8340 kB
Writeback:             0 kB
AnonPages:        549880 kB
Mapped:             9908 kB
Shmem:                 0 kB
Slab:             733784 kB
SReclaimable:     173800 kB
SUnreclaim:       559984 kB
KernelStack:        1528 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     854492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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= 70552 MiB
End job on node102 at 2012-06-09 01:12:18