Trace number 3753771

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-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-3_wcsp.wbo
MD5SUM3af6143b2c580af9e4edcedcd162c161
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables75
Total number of constraints505
Number of soft constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 480
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.03	o 53
0.00/0.03	c (debug) using card networks
0.00/0.12	o 43
0.00/0.12	c (debug) using card networks
0.00/0.21	o 42
0.00/0.21	c (debug) using card networks
0.00/0.30	o 40
0.00/0.30	c (debug) using card networks
0.00/0.39	o 39
0.00/0.39	c (debug) using card networks
0.00/0.48	o 38
0.00/0.48	c (debug) using card networks
0.00/0.57	o 37
0.00/0.57	c (debug) using card networks
0.00/0.76	o 36
0.00/0.76	c (debug) using card networks
0.00/0.97	o 33
0.00/0.97	c (debug) using card networks
1.07/1.16	o 32
1.07/1.16	c (debug) using card networks
1.38/1.43	o 31
1.38/1.43	c (debug) using card networks
27.36/27.44	o 30
27.36/27.44	c (debug) using card networks
75.85/75.92	o 29
75.85/75.92	c (debug) using card networks
1800.08/1800.40	./satsolver.sh: line 5: 14579 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.40	c error: unexpected solver exit code
1800.08/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-3753771-1339208208/watcher-3753771-1339208208 -o /tmp/evaluation-result-3753771-1339208208/solver-3753771-1339208208 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753771-1339208208.wbo 295288417 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: 4.51 3.58 2.68 2/178 14480
/proc/meminfo: memFree=5305060/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0

[startup+0.0328781 s]
/proc/loadavg: 4.51 3.58 2.68 2/178 14480
/proc/meminfo: memFree=5305060/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10029 s]
/proc/loadavg: 4.51 3.58 2.68 2/178 14480
/proc/meminfo: memFree=5305060/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300133 s]
/proc/loadavg: 4.51 3.58 2.68 2/178 14480
/proc/meminfo: memFree=5305060/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 4.51 3.58 2.68 2/178 14480
/proc/meminfo: memFree=5305060/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 4.55 3.60 2.69 2/182 14550
/proc/meminfo: memFree=5294372/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=1.42 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6233 53324 0 0 15 2 98 27 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 13644

[startup+3.10038 s]
/proc/loadavg: 4.55 3.60 2.69 2/182 14564
/proc/meminfo: memFree=5291684/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=1.42 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6233 53324 0 0 15 2 98 27 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14563] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14563/stat : 14563 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386947925 9367552 266 33554432000 4194304 5064252 140735668830496 140735668829408 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14563/statm: 2287 266 226 213 0 72 0
[pid=14564] ppid=14563 vsize=8944 CPUtime=1.64 cores=0,2,4,6
/proc/14564/stat : 14564 (glucose) R 14563 14480 14023 0 -1 4202496 2761 0 0 0 163 1 0 0 20 0 1 0 386947925 9158656 1735 33554432000 4194304 5208918 140733889312864 140733889310952 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14564/statm: 2236 1735 102 248 0 1985 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 31736

[startup+6.30039 s]
/proc/loadavg: 4.55 3.60 2.69 2/182 14564
/proc/meminfo: memFree=5119520/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=1.42 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6233 53324 0 0 15 2 98 27 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14563] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14563/stat : 14563 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386947925 9367552 266 33554432000 4194304 5064252 140735668830496 140735668829408 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14563/statm: 2287 266 226 213 0 72 0
[pid=14564] ppid=14563 vsize=20368 CPUtime=4.84 cores=0,2,4,6
/proc/14564/stat : 14564 (glucose) R 14563 14480 14023 0 -1 4202496 4097 0 0 0 483 1 0 0 20 0 1 0 386947925 20856832 3542 33554432000 4194304 5208918 140733889312864 140733889310728 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14564/statm: 5092 3542 102 248 0 4841 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43160

[startup+12.7004 s]
/proc/loadavg: 4.62 3.65 2.71 2/181 14564
/proc/meminfo: memFree=5107380/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=1.42 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6233 53324 0 0 15 2 98 27 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14563] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14563/stat : 14563 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386947925 9367552 266 33554432000 4194304 5064252 140735668830496 140735668829408 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14563/statm: 2287 266 226 213 0 72 0
[pid=14564] ppid=14563 vsize=17748 CPUtime=11.23 cores=0,2,4,6
/proc/14564/stat : 14564 (glucose) R 14563 14480 14023 0 -1 4202496 4915 0 0 0 1122 1 0 0 20 0 1 0 386947925 18173952 3620 33554432000 4194304 5208918 140733889312864 140733889310856 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14564/statm: 4437 3620 102 248 0 4186 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 40540

[startup+25.5004 s]
/proc/loadavg: 4.67 3.69 2.74 2/182 14565
/proc/meminfo: memFree=5095196/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=1.42 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6233 53324 0 0 15 2 98 27 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14563] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14563/stat : 14563 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386947925 9367552 266 33554432000 4194304 5064252 140735668830496 140735668829408 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14563/statm: 2287 266 226 213 0 72 0
[pid=14564] ppid=14563 vsize=29240 CPUtime=24.04 cores=0,2,4,6
/proc/14564/stat : 14564 (glucose) R 14563 14480 14023 0 -1 4202496 6063 0 0 0 2402 2 0 0 20 0 1 0 386947925 29941760 6783 33554432000 4194304 5208918 140733889312864 140733889310728 4228975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14564/statm: 7310 6783 103 248 0 7059 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 52032

[startup+51.1004 s]
/proc/loadavg: 4.78 3.80 2.80 2/182 14572
/proc/meminfo: memFree=5147224/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=27.43 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6542 62353 0 0 16 2 2693 32 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14571] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14571/stat : 14571 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386950526 9367552 267 33554432000 4194304 5064252 140736102895856 140736102894768 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14571/statm: 2287 267 226 213 0 72 0
[pid=14572] ppid=14571 vsize=25184 CPUtime=23.63 cores=0,2,4,6
/proc/14572/stat : 14572 (glucose) R 14571 14480 14023 0 -1 4202496 6252 0 0 0 2362 1 0 0 20 0 1 0 386950527 25788416 5783 33554432000 4194304 5208918 140736270552944 140736270550808 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14572/statm: 6296 5783 102 248 0 6045 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47976

[startup+102.3 s]
/proc/loadavg: 4.96 4.01 2.93 2/182 14579
/proc/meminfo: memFree=5229240/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=23212 CPUtime=26.35 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 5873 0 0 0 2633 2 0 0 20 0 1 0 386955374 23769088 5281 33554432000 4194304 5208918 140737218571200 140737218569144 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 5803 5281 102 248 0 5552 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 46004

[startup+162.3 s]
/proc/loadavg: 2.62 3.53 2.83 2/175 14604
/proc/meminfo: memFree=31256324/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=41916 CPUtime=86.34 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 7946 0 0 0 8629 5 0 0 20 0 1 0 386955374 42921984 8953 33554432000 4194304 5208918 140737218571200 140737218569064 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 10479 8953 103 248 0 10228 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.3 s]
/proc/loadavg: 1.01 1.04 1.44 2/175 14617
/proc/meminfo: memFree=31158392/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1346.15 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 14614 0 0 0 134591 24 0 0 20 0 1 0 386955374 155860992 34089 33554432000 4194304 5208918 140737218571200 140737218566968 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 34089 103 248 0 37801 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 175000

[startup+1482.3 s]
/proc/loadavg: 1.00 1.03 1.41 2/174 14617
/proc/meminfo: memFree=31144188/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1406.14 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 14832 0 0 0 140589 25 0 0 20 0 1 0 386955374 155860992 37166 33554432000 4194304 5208918 140737218571200 140737218569192 4211945 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 37166 103 248 0 37801 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 175000

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.39 2/174 14618
/proc/meminfo: memFree=31160572/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1466.12 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 15699 0 0 0 146586 26 0 0 20 0 1 0 386955374 155860992 33065 33554432000 4194304 5208918 140737218571200 140737218569192 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 33065 103 248 0 37801 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 175000

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.36 2/174 14618
/proc/meminfo: memFree=31150580/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1526.11 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 16005 0 0 0 152584 27 0 0 20 0 1 0 386955374 155860992 35625 33554432000 4194304 5208918 140737218571200 140737218569192 4229745 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 35625 103 248 0 37801 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 175000

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.33 2/174 14618
/proc/meminfo: memFree=31191804/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=102888 CPUtime=1586.1 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 17115 0 0 0 158581 29 0 0 20 0 1 0 386955374 105357312 25220 33554432000 4194304 5208918 140737218571200 140737218569288 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 25722 25220 103 248 0 25471 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 125680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.31 2/174 14618
/proc/meminfo: memFree=31156632/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1646.09 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 18086 0 0 0 164578 31 0 0 20 0 1 0 386955374 155860992 34089 33554432000 4194304 5208918 140737218571200 140737218569192 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 34089 103 248 0 37801 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 175000

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.29 2/174 14618
/proc/meminfo: memFree=31146284/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=152208 CPUtime=1706.09 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 18881 0 0 0 170576 33 0 0 20 0 1 0 386955374 155860992 36649 33554432000 4194304 5208918 140737218571200 140737218569192 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 38052 36649 103 248 0 37801 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 175000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.28 2/174 14618
/proc/meminfo: memFree=31191604/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=102888 CPUtime=1724.19 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 19475 0 0 0 172385 34 0 0 20 0 1 0 386955374 105357312 25220 33554432000 4194304 5208918 140737218571200 140737218569288 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 25722 25220 103 248 0 25471 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 125680

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.28 2/174 14618
/proc/meminfo: memFree=31191604/32873844 swapFree=7116/7116
[pid=14480] ppid=14478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14480/stat : 14480 (npSolver-wbo-It) S 14478 14480 14023 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386947780 9367552 274 33554432000 4194304 5064252 140736428944528 140736428943440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14480/statm: 2287 274 233 213 0 72 0
[pid=14481] ppid=14480 vsize=4496 CPUtime=75.89 cores=0,2,4,6
/proc/14481/stat : 14481 (npSolver-wbo) S 14480 14480 14023 0 -1 4202496 6851 72687 0 0 17 2 7535 35 20 0 1 0 386947780 4603904 678 33554432000 4194304 6006132 140734756061600 140734756052992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14481/statm: 1124 678 176 443 0 677 0
[pid=14578] ppid=14481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14578/stat : 14578 (satsolver.sh) S 14481 14480 14023 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386955374 9367552 267 33554432000 4194304 5064252 140735890536400 140735890535312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14578/statm: 2287 267 226 213 0 72 0
[pid=14579] ppid=14578 vsize=102888 CPUtime=1724.19 cores=0,2,4,6
/proc/14579/stat : 14579 (glucose) R 14578 14480 14023 0 -1 4202496 19475 0 0 0 172385 34 0 0 20 0 1 0 386955374 105357312 25220 33554432000 4194304 5208918 140737218571200 140737218569288 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14579/statm: 25722 25220 103 248 0 25471 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 125680

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.39
CPU system time (s): 0.733888
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 205820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.733888
maximum resident set size= 155056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 468
involuntary context switches= 2294

runsolver used 10.4664 second user time and 16.1965 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 04:16:48
IDJOB=3753771
IDBENCH=79662
IDSOLVER=2337
FILE ID=node111/3753771-1339208208
RUNJOBID= node111-1339205942-14039
PBS_JOBID= 14643878
Free space on /tmp= 63988 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753771-1339208208/watcher-3753771-1339208208 -o /tmp/evaluation-result-3753771-1339208208/solver-3753771-1339208208 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753771-1339208208.wbo 295288417 HOME HOME

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

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=295288417

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:         5304952 kB
Buffers:          381896 kB
Cached:         14950600 kB
SwapCached:         1308 kB
Active:         11457560 kB
Inactive:       14564840 kB
Active(anon):   10686472 kB
Inactive(anon):     4004 kB
Active(file):     771088 kB
Inactive(file): 14560836 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:           5721488 kB
Writeback:           460 kB
AnonPages:      10694020 kB
Mapped:             9764 kB
Shmem:                 0 kB
Slab:            1386420 kB
SReclaimable:     824116 kB
SUnreclaim:       562304 kB
KernelStack:        1488 kB
PageTables:        25184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10809924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9158656 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= 71268 MiB
End job on node111 at 2012-06-09 04:46:49