Trace number 3715776

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.13 1800.11

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.00	c run usual solver
0.00/0.02	o 53
0.00/0.02	c starting approximation
0.00/0.02	c factor = 1
0.00/0.02	c can not find a suitable factor, leaving approximation
0.00/0.02	c finished approximation
0.00/0.02	c (debug) using card networks
0.00/0.08	o 51
0.00/0.08	c (debug) using card networks
0.00/0.13	o 50
0.00/0.13	c (debug) using card networks
0.00/0.19	o 49
0.00/0.19	c (debug) using card networks
0.00/0.25	o 48
0.00/0.25	c (debug) using card networks
0.00/0.31	o 46
0.00/0.31	c (debug) using card networks
0.00/0.37	o 45
0.00/0.37	c (debug) using card networks
0.00/0.43	o 44
0.00/0.43	c (debug) using card networks
0.00/0.50	o 40
0.00/0.50	c (debug) using card networks
0.00/0.57	o 38
0.00/0.57	c (debug) using card networks
0.00/0.65	o 37
0.00/0.65	c (debug) using card networks
0.00/0.72	o 36
0.00/0.72	c (debug) using card networks
0.00/1.08	o 35
0.00/1.08	c (debug) using card networks
1.62/1.45	o 34
1.62/1.45	c (debug) using card networks
1.68/1.58	o 33
1.68/1.58	c (debug) using card networks
2.54/2.32	o 32
2.54/2.32	c (debug) using card networks
2.58/2.42	o 31
2.58/2.42	c (debug) using card networks
2.70/3.88	o 30
2.70/3.88	c (debug) using card networks
24.66/24.40	o 29
24.66/24.40	c (debug) using card networks
1800.09/1800.10	./satsolver.sh: line 5: 14415 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.10	c error: unexpected solver exit code
1800.09/1800.10	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-3715776-1338258839/watcher-3715776-1338258839 -o /tmp/evaluation-result-3715776-1338258839/solver-3715776-1338258839 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715776-1338258839.wbo 428101057 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: 2.51 3.08 2.54 2/179 14275
/proc/meminfo: memFree=27024140/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0

[startup+0.0454421 s]
/proc/loadavg: 2.51 3.08 2.54 2/179 14275
/proc/meminfo: memFree=27024140/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.105378 s]
/proc/loadavg: 2.51 3.08 2.54 2/179 14275
/proc/meminfo: memFree=27024140/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300164 s]
/proc/loadavg: 2.51 3.08 2.54 2/179 14275
/proc/meminfo: memFree=27024140/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700135 s]
/proc/loadavg: 2.51 3.08 2.54 2/179 14275
/proc/meminfo: memFree=27024140/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50745 s]
/proc/loadavg: 2.51 3.08 2.54 3/183 14373
/proc/meminfo: memFree=27019756/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=3236 CPUtime=1.68 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 4052 59706 0 0 9 3 112 44 20 0 1 0 292011144 3313664 425 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 809 425 179 439 0 366 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 12384

[startup+3.85852 s]
/proc/loadavg: 2.51 3.08 2.54 3/183 14373
/proc/meminfo: memFree=27019756/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=2.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 4678 72338 0 0 11 3 202 54 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 11872
heavy processes:
  %CPU=113 pid=14401 uid=0 cmd=

[startup+8.25358 s]
/proc/loadavg: 2.47 3.06 2.54 10/183 14408
/proc/meminfo: memFree=27015700/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=4.16 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 4857 77235 0 0 11 3 345 57 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14407] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14407/stat : 14407 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292011533 9367552 266 33554432000 4194304 5064252 140733714062896 140733714061808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14407/statm: 2287 266 226 213 0 72 0
[pid=14408] ppid=14407 vsize=10308 CPUtime=4.35 cores=0,2,4,6
/proc/14408/stat : 14408 (glucose) R 14407 14275 3602 0 -1 4202496 2787 0 0 0 435 0 0 0 20 0 1 0 292011533 10555392 2096 33554432000 4194304 5208918 140736209577584 140736209575528 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14408/statm: 2577 2096 102 248 0 2326 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 31328

[startup+14.2536 s]
/proc/loadavg: 2.47 3.06 2.54 10/183 14408
/proc/meminfo: memFree=27015700/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=4.16 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 4857 77235 0 0 11 3 345 57 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14407] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14407/stat : 14407 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292011533 9367552 266 33554432000 4194304 5064252 140733714062896 140733714061808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14407/statm: 2287 266 226 213 0 72 0
[pid=14408] ppid=14407 vsize=18612 CPUtime=10.35 cores=0,2,4,6
/proc/14408/stat : 14408 (glucose) R 14407 14275 3602 0 -1 4202496 3840 0 0 0 1034 1 0 0 20 0 1 0 292011533 19058688 4131 33554432000 4194304 5208918 140736209577584 140736209575448 4229121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14408/statm: 4653 4131 102 248 0 4402 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 39632

[startup+26.2535 s]
/proc/loadavg: 2.36 3.01 2.53 3/183 14408
/proc/meminfo: memFree=27002372/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 11872

[startup+52.2535 s]
/proc/loadavg: 2.24 2.93 2.52 4/183 14415
/proc/meminfo: memFree=26999004/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=20944 CPUtime=27.83 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 5566 0 0 0 2782 1 0 0 20 0 1 0 292013585 21446656 4786 33554432000 4194304 5208918 140737074890704 140737074888568 4211608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14415/statm: 5236 4786 102 248 0 4985 0
Current children cumulated CPU time (s) 52.53
Current children cumulated vsize (KiB) 41964

[startup+102.3 s]
/proc/loadavg: 2.09 2.77 2.48 3/183 14415
/proc/meminfo: memFree=26968156/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=42340 CPUtime=77.85 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 7583 0 0 0 7784 1 0 0 20 0 1 0 292013585 43356160 10117 33554432000 4194304 5208918 140737074890704 140737074888568 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14415/statm: 10585 10117 103 248 0 10334 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 63360

[startup+162.3 s]
/proc/loadavg: 2.11 2.64 2.45 3/183 14416
/proc/meminfo: memFree=26959236/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=54748 CPUtime=137.84 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 8324 0 0 0 13782 2 0 0 20 0 1 0 292013585 56061952 11933 33554432000 4194304 5208918 140737074890704 140737074888648 4229710 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 13687 11933 103 248 0 13436 0
Current children cumulated CPU time (s) 162.54
Current children cumulated vsize (KiB) 75768

[startup+222.3 s]
/proc/loadavg: 2.04 2.52 2.42 3/183 14416
/proc/meminfo: memFree=26934312/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 14427
/proc/meminfo: memFree=26854988/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=99672 CPUtime=1337.65 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 22384 0 0 0 133746 19 0 0 20 0 1 0 292013585 102064128 24469 33554432000 4194304 5208918 140737074890704 140737074888792 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 24918 24469 103 248 0 24667 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 120692

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 14427
/proc/meminfo: memFree=26812548/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=148992 CPUtime=1397.65 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 23301 0 0 0 139744 21 0 0 20 0 1 0 292013585 152567808 35148 33554432000 4194304 5208918 140737074890704 140737074888696 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37248 35148 103 248 0 36997 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 170012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 14427
/proc/meminfo: memFree=26821672/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=148992 CPUtime=1457.64 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 24215 0 0 0 145742 22 0 0 20 0 1 0 292013585 152567808 32588 33554432000 4194304 5208918 140737074890704 140737074888696 4229354 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37248 32588 103 248 0 36997 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 170012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 14427
/proc/meminfo: memFree=26808828/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=148992 CPUtime=1517.63 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 24681 0 0 0 151740 23 0 0 20 0 1 0 292013585 152567808 35660 33554432000 4194304 5208918 140737074890704 140737074888696 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37248 35660 103 248 0 36997 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 170012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/184 14430
/proc/meminfo: memFree=26821548/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=148992 CPUtime=1577.63 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 25596 0 0 0 157739 24 0 0 20 0 1 0 292013585 152567808 32588 33554432000 4194304 5208918 140737074890704 140737074888696 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37248 32588 103 248 0 36997 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 170012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/184 14454
/proc/meminfo: memFree=26804328/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=148992 CPUtime=1637.61 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 26061 0 0 0 163736 25 0 0 20 0 1 0 292013585 152567808 35148 33554432000 4194304 5208918 140737074890704 140737074888696 4212703 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37248 35148 103 248 0 36997 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 170012

[startup+1722.31 s]
/proc/loadavg: 1.81 1.96 2.05 2/174 14479
/proc/meminfo: memFree=26965644/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=99992 CPUtime=1697.61 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 26605 0 0 0 169735 26 0 0 20 0 1 0 292013585 102391808 24549 33554432000 4194304 5208918 140737074890704 140737074888792 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 24998 24549 103 248 0 24747 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 121012

[startup+1782.3 s]
/proc/loadavg: 1.29 1.78 1.98 2/174 14479
/proc/meminfo: memFree=26929588/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=149312 CPUtime=1757.59 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 27523 0 0 0 175732 27 0 0 20 0 1 0 292013585 152895488 33692 33554432000 4194304 5208918 140737074890704 140737074888696 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37328 33692 103 248 0 37077 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 170332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.21 1.73 1.96 2/174 14479
/proc/meminfo: memFree=26919348/32873648 swapFree=6336/6336
[pid=14275] ppid=14273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14275/stat : 14275 (npSolver-wbo-It) S 14273 14275 3602 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 292011144 9367552 275 33554432000 4194304 5064252 140735193832976 140735193831888 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14275/statm: 2287 275 233 213 0 72 0
[pid=14276] ppid=14275 vsize=2724 CPUtime=24.7 cores=0,2,4,6
/proc/14276/stat : 14276 (npSolver-wbo) S 14275 14275 3602 0 -1 4202496 5036 84560 0 0 12 3 2394 61 20 0 1 0 292011144 2789376 341 33554432000 4194304 5990268 140734912695792 140734912687216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14276/statm: 681 341 179 439 0 238 0
[pid=14414] ppid=14276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14414/stat : 14414 (satsolver.sh) S 14276 14275 3602 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 292013585 9367552 266 33554432000 4194304 5064252 140737105362688 140737105361600 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14414/statm: 2287 266 226 213 0 72 0
[pid=14415] ppid=14414 vsize=149312 CPUtime=1775.39 cores=0,2,4,6
/proc/14415/stat : 14415 (glucose) R 14414 14275 3602 0 -1 4202496 27528 0 0 0 177512 27 0 0 20 0 1 0 292013585 152895488 36252 33554432000 4194304 5208918 140737074890704 140737074888696 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14415/statm: 37328 36252 103 248 0 37077 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 170332

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.11
CPU time (s): 1800.13
CPU user time (s): 1799.19
CPU system time (s): 0.937857
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 170332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.937857
maximum resident set size= 147056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346
involuntary context switches= 2127

runsolver used 3.21051 second user time and 11.4583 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-29 04:33:59
IDJOB=3715776
IDBENCH=79662
IDSOLVER=2297
FILE ID=node112/3715776-1338258839
RUNJOBID= node112-1338233303-3982
PBS_JOBID= 14624631
Free space on /tmp= 71584 MiB

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

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

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=428101057

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        27024768 kB
Buffers:          538076 kB
Cached:          4404584 kB
SwapCached:            0 kB
Active:          1030788 kB
Inactive:        3954392 kB
Active(anon):      41824 kB
Inactive(anon):        0 kB
Active(file):     988964 kB
Inactive(file):  3954392 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8196 kB
Writeback:             0 kB
AnonPages:         36956 kB
Mapped:            15504 kB
Shmem:               200 kB
Slab:             721512 kB
SReclaimable:     164664 kB
SUnreclaim:       556848 kB
KernelStack:        1520 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     158660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71584 MiB
End job on node112 at 2012-05-29 05:03:59