Trace number 3753139

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/spot5/
normalized-spot5-404_wcsp.wbo
MD5SUM2413d46290c8b1663f08f424871383e0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark0.814875
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables258
Total number of constraints1137
Number of soft constraints1037
Number of constraints which are clauses1037
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 164
Min constraint cost 1
Max constraint cost 164
Sum of constraints costs 153831
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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

Solver Data

0.00/0.02	c run usual solver
0.00/0.05	o 69044
0.00/0.05	c starting approximation
0.00/0.05	c factor = 2
0.00/0.05	c factor still to low - shrinking to 429.592
0.00/0.05	c approx number of clauses: 1e+06
0.00/0.05	c current bound: 34522
43.19/43.50	c current bound: 34522
82.73/82.80	c current bound: 34522
125.56/125.89	c current bound: 34522
170.28/170.47	c current bound: 34522
211.27/211.66	c current bound: 34522
252.75/252.97	c current bound: 34522
295.65/295.83	c current bound: 34522
340.13/340.30	c current bound: 34522
380.65/381.09	c current bound: 34522
421.44/421.91	c current bound: 34522
461.66/461.94	c current bound: 34522
503.64/503.94	c current bound: 34522
548.74/549.26	c current bound: 34522
590.67/591.26	c current bound: 34522
635.81/636.52	c current bound: 34522
678.27/679.01	c current bound: 34522
724.21/724.70	c current bound: 34522
769.94/770.82	c current bound: 34522
810.64/811.55	c current bound: 34522
852.20/853.12	c current bound: 34522
892.57/893.49	c current bound: 34522
933.41/934.35	c current bound: 34522
977.08/977.90	c current bound: 34522
1018.46/1019.44	c current bound: 34522
1059.65/1060.66	c current bound: 34522
1104.73/1105.57	c current bound: 34522
1147.50/1148.32	c current bound: 34522
1188.70/1189.77	c current bound: 34522
1230.07/1231.15	c current bound: 34522
1272.16/1273.27	c current bound: 34522
1317.41/1318.54	c current bound: 34522
1358.99/1360.12	c current bound: 34522
1404.25/1405.40	c current bound: 34522
1447.68/1448.70	c current bound: 34522
1493.06/1494.25	c current bound: 34522
1532.57/1533.78	c current bound: 34522
1572.21/1573.43	c current bound: 34522
1615.29/1616.52	c current bound: 34522
1662.85/1664.10	c current bound: 34522
1710.84/1712.11	c current bound: 34522
1752.38/1753.66	c current bound: 34522
1800.07/1801.12	HOME/npSolver-wbo-Itdqb.sh: line 18: 14679 Terminated              ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3753139-1339210312/watcher-3753139-1339210312 -o /tmp/evaluation-result-3753139-1339210312/solver-3753139-1339210312 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753139-1339210312.wbo 554458536 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.04 2.03 2.00 3/179 14678
/proc/meminfo: memFree=31308220/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0

[startup+0.0655341 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14678
/proc/meminfo: memFree=31308220/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14678
/proc/meminfo: memFree=31308220/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14678
/proc/meminfo: memFree=31308220/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700305 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14678
/proc/meminfo: memFree=31308220/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 14695
/proc/meminfo: memFree=31274016/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=0.12 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 4242 5484 0 0 9 2 0 1 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14691] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14691/stat : 14691 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387155637 9367552 267 33554432000 4194304 5064252 140733887755392 140733887754304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14691/statm: 2287 267 226 213 0 72 0
[pid=14692] ppid=14691 vsize=53164 CPUtime=1.34 cores=1,3,5,7
/proc/14692/stat : 14692 (glucose) R 14691 14678 9784 0 -1 4202496 11532 0 0 0 132 2 0 0 20 0 1 0 387155638 54439936 11681 33554432000 4194304 5208918 140735804876320 140735804874152 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14692/statm: 13291 11681 103 248 0 13040 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 91440

[startup+3.10041 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 14699
/proc/meminfo: memFree=31237380/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=0.12 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 4242 5484 0 0 9 2 0 1 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14691] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14691/stat : 14691 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387155637 9367552 267 33554432000 4194304 5064252 140733887755392 140733887754304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14691/statm: 2287 267 226 213 0 72 0
[pid=14692] ppid=14691 vsize=53164 CPUtime=2.94 cores=1,3,5,7
/proc/14692/stat : 14692 (glucose) R 14691 14678 9784 0 -1 4202496 11741 0 0 0 292 2 0 0 20 0 1 0 387155638 54439936 11885 33554432000 4194304 5208918 140735804876320 140735804874152 4212834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14692/statm: 13291 11885 103 248 0 13040 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 91440

[startup+6.30042 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 14716
/proc/meminfo: memFree=31270968/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=0.12 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 4242 5484 0 0 9 2 0 1 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14691] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14691/stat : 14691 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387155637 9367552 267 33554432000 4194304 5064252 140733887755392 140733887754304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14691/statm: 2287 267 226 213 0 72 0
[pid=14692] ppid=14691 vsize=53164 CPUtime=6.13 cores=1,3,5,7
/proc/14692/stat : 14692 (glucose) R 14691 14678 9784 0 -1 4202496 12741 0 0 0 611 2 0 0 20 0 1 0 387155638 54439936 11873 33554432000 4194304 5208918 140735804876320 140735804874408 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14692/statm: 13291 11873 104 248 0 13040 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 91440

[startup+12.7005 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 14748
/proc/meminfo: memFree=31235560/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=0.12 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 4242 5484 0 0 9 2 0 1 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14691] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14691/stat : 14691 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387155637 9367552 267 33554432000 4194304 5064252 140733887755392 140733887754304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14691/statm: 2287 267 226 213 0 72 0
[pid=14692] ppid=14691 vsize=53732 CPUtime=12.54 cores=1,3,5,7
/proc/14692/stat : 14692 (glucose) R 14691 14678 9784 0 -1 4202496 14000 0 0 0 1251 3 0 0 20 0 1 0 387155638 55021568 12102 33554432000 4194304 5208918 140735804876320 140735804874408 4229157 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14692/statm: 13433 12102 104 248 0 13182 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 92008

[startup+25.5005 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 14811
/proc/meminfo: memFree=31224692/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=0.12 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 4242 5484 0 0 9 2 0 1 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14691] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14691/stat : 14691 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387155637 9367552 267 33554432000 4194304 5064252 140733887755392 140733887754304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14691/statm: 2287 267 226 213 0 72 0
[pid=14692] ppid=14691 vsize=66016 CPUtime=25.33 cores=1,3,5,7
/proc/14692/stat : 14692 (glucose) R 14691 14678 9784 0 -1 4202496 14605 0 0 0 2529 4 0 0 20 0 1 0 387155638 67600384 15245 33554432000 4194304 5208918 140735804876320 140735804874184 4229021 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14692/statm: 16504 15245 104 248 0 16253 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 104292

[startup+51.1005 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 14937
/proc/meminfo: memFree=31235208/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=43.55 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 6482 25454 0 0 17 3 4319 16 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=14904] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14904/stat : 14904 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387159982 9367552 267 33554432000 4194304 5064252 140734618307872 140734618306784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14904/statm: 2287 267 226 213 0 72 0
[pid=14905] ppid=14904 vsize=57580 CPUtime=7.48 cores=1,3,5,7
/proc/14905/stat : 14905 (glucose) R 14904 14678 9784 0 -1 4202496 12915 0 0 0 746 2 0 0 20 0 1 0 387159982 58961920 12531 33554432000 4194304 5208918 140737094539504 140737094537656 4210737 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14905/statm: 14395 12531 104 248 0 14144 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 95856

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15192
/proc/meminfo: memFree=31256480/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=82.82 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 8722 46002 0 0 25 4 8221 32 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=15097] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15097/stat : 15097 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387163912 9367552 267 33554432000 4194304 5064252 140736350389552 140736350388464 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15097/statm: 2287 267 226 213 0 72 0
[pid=15098] ppid=15097 vsize=65640 CPUtime=19.4 cores=1,3,5,7
/proc/15098/stat : 15098 (glucose) R 15097 14678 9784 0 -1 4202496 13624 0 0 0 1937 3 0 0 20 0 1 0 387163912 67215360 15471 33554432000 4194304 5208918 140735432234880 140735432232744 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15098/statm: 16410 15471 104 248 0 16159 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 103916

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15483
/proc/meminfo: memFree=31220368/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=125.9 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 10962 65570 0 0 33 5 12505 47 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=15314] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/21643/stat : 21643 (glucose) R 21642 14678 9784 0 -1 4202496 13014 0 0 0 1676 2 0 0 20 0 1 0 387296173 67215360 14620 33554432000 4194304 5208918 140734968950528 140734968948392 4229824 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21643/statm: 16410 14620 104 248 0 16159 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 103916

[startup+1482.3 s]
/proc/loadavg: 1.98 1.97 1.98 3/183 22010
/proc/meminfo: memFree=31251136/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1447.89 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 80402 674748 0 0 287 38 143917 547 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=21852] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21852/stat : 21852 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387300502 9367552 267 33554432000 4194304 5064252 140736805730096 140736805729008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21852/statm: 2287 267 226 213 0 72 0
[pid=21853] ppid=21852 vsize=71296 CPUtime=33.48 cores=1,3,5,7
/proc/21853/stat : 21853 (glucose) R 21852 14678 9784 0 -1 4202496 14533 0 0 0 3345 3 0 0 20 0 1 0 387300502 73007104 15577 33554432000 4194304 5208918 140737138521824 140737138519688 4212856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21853/statm: 17824 15577 104 248 0 17573 0
Current children cumulated CPU time (s) 1481.37
Current children cumulated vsize (KiB) 109572

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 22315
/proc/meminfo: memFree=31228964/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1532.94 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 84882 714271 0 0 304 40 152372 578 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22272] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22272/stat : 22272 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387309011 9367552 267 33554432000 4194304 5064252 140736586565008 140736586563920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22272/statm: 2287 267 226 213 0 72 0
[pid=22273] ppid=22272 vsize=57716 CPUtime=8.4 cores=1,3,5,7
/proc/22273/stat : 22273 (glucose) R 22272 14678 9784 0 -1 4202496 13235 0 0 0 837 3 0 0 20 0 1 0 387309011 59101184 12333 33554432000 4194304 5208918 140733788031200 140733788029352 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22273/statm: 14429 12333 104 248 0 14178 0
Current children cumulated CPU time (s) 1541.34
Current children cumulated vsize (KiB) 95992

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/184 22540
/proc/meminfo: memFree=30778872/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1572.57 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 87122 734350 0 0 312 41 156308 596 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22468] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22468/stat : 22468 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387312976 9367552 267 33554432000 4194304 5064252 140735489253552 140735489252464 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22468/statm: 2287 267 226 213 0 72 0
[pid=22469] ppid=22468 vsize=66620 CPUtime=28.75 cores=1,3,5,7
/proc/22469/stat : 22469 (glucose) R 22468 14678 9784 0 -1 4202496 14514 0 0 0 2872 3 0 0 20 0 1 0 387312976 68218880 15395 33554432000 4194304 5208918 140734824712208 140734824710072 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22469/statm: 16655 15395 104 248 0 16404 0
Current children cumulated CPU time (s) 1601.32
Current children cumulated vsize (KiB) 104896

[startup+1662.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/181 22555
/proc/meminfo: memFree=26308720/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1615.64 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 89362 754204 0 0 320 42 160592 610 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22554] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22554/stat : 22554 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387317285 9367552 266 33554432000 4194304 5064252 140734196255824 140734196254736 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22554/statm: 2287 266 226 213 0 72 0
[pid=22555] ppid=22554 vsize=82792 CPUtime=45.66 cores=1,3,5,7
/proc/22555/stat : 22555 (glucose) R 22554 14678 9784 0 -1 4202496 15161 0 0 0 4563 3 0 0 20 0 1 0 387317285 84779008 18967 33554432000 4194304 5208918 140735735142064 140735735139928 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22555/statm: 20698 18967 104 248 0 20447 0
Current children cumulated CPU time (s) 1661.3
Current children cumulated vsize (KiB) 121068

[startup+1722.3 s]
/proc/loadavg: 2.98 2.25 2.08 2/177 22599
/proc/meminfo: memFree=29822168/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1711.21 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 93842 793698 0 0 336 45 170095 645 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22598] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22598/stat : 22598 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387326844 9367552 267 33554432000 4194304 5064252 140735812660928 140735812659840 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22598/statm: 2287 267 226 213 0 72 0
[pid=22599] ppid=22598 vsize=57852 CPUtime=10.07 cores=1,3,5,7
/proc/22599/stat : 22599 (glucose) R 22598 14678 9784 0 -1 4202496 12378 0 0 0 1004 3 0 0 20 0 1 0 387326844 59240448 12555 33554432000 4194304 5208918 140735565445008 140735565442856 4212690 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22599/statm: 14463 12555 104 248 0 14212 0
Current children cumulated CPU time (s) 1721.28
Current children cumulated vsize (KiB) 96128

[startup+1782.3 s]
/proc/loadavg: 2.68 2.32 2.11 3/181 22632
/proc/meminfo: memFree=29357316/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1752.74 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 96082 813557 0 0 345 46 174222 661 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22623] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22623/stat : 22623 (satsolver.sh) S 14679 14678 9784 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387330998 9367552 267 33554432000 4194304 5064252 140736150124432 140736150123344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22623/statm: 2287 267 226 213 0 72 0
[pid=22624] ppid=22623 vsize=66620 CPUtime=28.54 cores=1,3,5,7
/proc/22624/stat : 22624 (glucose) R 22623 14678 9784 0 -1 4202496 14301 0 0 0 2851 3 0 0 20 0 1 0 387330998 68218880 15383 33554432000 4194304 5208918 140736339941760 140736339939624 4213212 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22624/statm: 16655 15383 104 248 0 16404 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 104896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 2.48 2.30 2.11 3/181 22635
/proc/meminfo: memFree=28342144/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1799.96 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 96089 829240 0 0 345 46 178940 665 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22633] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (cp2_post.sh) S 14679 14678 9784 0 -1 4202496 609 224 0 0 0 0 0 0 20 0 1 0 387335721 9367552 265 33554432000 4194304 5064252 140734938770256 140734938768544 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22633/statm: 2287 265 225 213 0 72 0
[pid=22635] ppid=22633 vsize=10184 CPUtime=0.11 cores=1,3,5,7
/proc/22635/stat : 22635 (coprocessor) R 22633 14678 9784 0 -1 4202496 2015 0 0 0 8 3 0 0 20 0 1 0 387335721 10428416 1694 33554432000 4194304 6586260 140734381420000 140734381417016 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22635/statm: 2546 1694 148 584 0 1958 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 48460

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.11 s]
/proc/loadavg: 2.48 2.30 2.11 3/181 22635
/proc/meminfo: memFree=28342144/32873844 swapFree=6904/6904
[pid=14678] ppid=14676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14678/stat : 14678 (npSolver-wbo-It) S 14676 14678 9784 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387155623 9367552 274 33554432000 4194304 5064252 140736414600528 140736414599440 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14678/statm: 2287 274 233 213 0 72 0
[pid=14679] ppid=14678 vsize=19980 CPUtime=1799.96 cores=1,3,5,7
/proc/14679/stat : 14679 (npSolver-wbo) S 14678 14678 9784 0 -1 4202496 96089 829240 0 0 345 46 178940 665 20 0 1 0 387155623 20459520 4047 33554432000 4194304 6006132 140733371678528 140733371669376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14679/statm: 4995 4047 176 443 0 4548 0
[pid=22633] ppid=14679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (cp2_post.sh) S 14679 14678 9784 0 -1 4202496 609 224 0 0 0 0 0 0 20 0 1 0 387335721 9367552 265 33554432000 4194304 5064252 140734938770256 140734938768544 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22633/statm: 2287 265 225 213 0 72 0
[pid=22635] ppid=22633 vsize=10184 CPUtime=0.11 cores=1,3,5,7
/proc/22635/stat : 22635 (coprocessor) R 22633 14678 9784 0 -1 4202496 2015 0 0 0 8 3 0 0 20 0 1 0 387335721 10428416 1694 33554432000 4194304 6586260 140734381420000 140734381417016 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22635/statm: 2546 1694 148 584 0 1958 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 48460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14678 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=860443
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=127916
# CPU time returned by wait4() is 1799.99
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.12
CPU time (s): 1800.07
CPU user time (s): 1792.93
CPU system time (s): 7.14
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 121068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.86
system time used= 7.12792
maximum resident set size= 79136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 927339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 577448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11509
involuntary context switches= 2653

runsolver used 6.18406 second user time and 17.6273 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 04:51:52
IDJOB=3753139
IDBENCH=79432
IDSOLVER=2336
FILE ID=node140/3753139-1339210312
RUNJOBID= node140-1339204810-9801
PBS_JOBID= 14643869
Free space on /tmp= 70620 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/spot5/normalized-spot5-404_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753139-1339210312/watcher-3753139-1339210312 -o /tmp/evaluation-result-3753139-1339210312/solver-3753139-1339210312 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753139-1339210312.wbo 554458536 HOME HOME

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

MD5SUM BENCH= 2413d46290c8b1663f08f424871383e0
RANDOM SEED=554458536

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.094
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.094
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		: 2667.094
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.88
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.094
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.90
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.094
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:        31309128 kB
Buffers:          330560 kB
Cached:           296524 kB
SwapCached:         2156 kB
Active:           627064 kB
Inactive:          67504 kB
Active(anon):      62304 kB
Inactive(anon):     4260 kB
Active(file):     564760 kB
Inactive(file):    63244 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100256 kB
Dirty:             14204 kB
Writeback:             0 kB
AnonPages:         94396 kB
Mapped:            10040 kB
Shmem:                 0 kB
Slab:             732344 kB
SReclaimable:     173300 kB
SUnreclaim:       559044 kB
KernelStack:        1528 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     192904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 70584 MiB
End job on node140 at 2012-06-09 05:21:53