Trace number 3687952

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 12.911 8.11983

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.95155
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687952-1337874888.opb
0.10/0.12	c reading problem ... 
10.34/6.70	c ... done. Wall clock time 6.583s.
10.34/6.70	c declared #vars     252150
10.34/6.70	c #constraints  1915
10.34/6.70	c constraints type 
10.34/6.70	c ignored satisfied constraints => 268
10.34/6.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
10.34/6.70	c 2183 constraints processed.
10.34/6.70	c constraints type 
10.34/6.70	c ignored satisfied constraints => 268
10.34/6.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
10.34/6.70	c 2183 constraints processed.
10.34/6.70	c objective function length is 120 literals
12.32/7.62	c  And the winner is solver0
12.84/8.10	c starts		: 0
12.84/8.10	c conflicts		: 0
12.84/8.10	c decisions		: 0
12.84/8.10	c propagations		: 175505
12.84/8.10	c inspects		: 607579
12.84/8.10	c shortcuts		: 0
12.84/8.10	c learnt literals	: 0
12.84/8.10	c learnt binary clauses	: 0
12.84/8.10	c learnt ternary clauses	: 0
12.84/8.10	c learnt constraints	: 0
12.84/8.10	c ignored constraints	: 0
12.84/8.10	c root simplifications	: 0
12.84/8.10	c removed literals (reason simplification)	: 0
12.84/8.10	c reason swapping (by a shorter reason)	: 0
12.84/8.10	c Calls to reduceDB	: 0
12.84/8.10	c number of reductions to clauses (during analyze)	: 0
12.84/8.10	c number of learned constraints concerned by reduction	: 0
12.84/8.10	c number of learning phase by resolution	: 0
12.84/8.10	c number of learning phase by cutting planes	: 0
12.84/8.10	c speed (assignments/second)	: 1.3118192165776513E-4
12.84/8.10	c non guided choices	0
12.84/8.10	c learnt constraints type 
12.84/8.10	c constraints type 
12.84/8.10	c ignored satisfied constraints => 268
12.84/8.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
12.84/8.10	c 2183 constraints processed.
12.84/8.10	c constraints type 
12.84/8.10	c ignored satisfied constraints => 268
12.84/8.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
12.84/8.10	c 2183 constraints processed.
12.84/8.10	s UNSATISFIABLE
12.84/8.10	c Total wall clock time (in seconds): 7.988

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-3687952-1337874888/watcher-3687952-1337874888 -o /tmp/evaluation-result-3687952-1337874888/solver-3687952-1337874888 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687952-1337874888.opb 

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: 3.57 3.65 3.48 4/197 21498
/proc/meminfo: memFree=26041232/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21498/stat : 21498 (java) D 21496 21498 20503 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 253617375 9515008 185 33554432000 1073741824 1073778376 140737063832304 140737063821368 270109076775 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2323 185 143 9 0 71 0

[startup+0.060957 s]
/proc/loadavg: 3.57 3.65 3.48 4/197 21498
/proc/meminfo: memFree=26041232/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 3183 0 1 0 4 0 0 0 20 0 18 0 253617375 9787813888 4391 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 4391 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100225 s]
/proc/loadavg: 3.57 3.65 3.48 4/197 21498
/proc/meminfo: memFree=26041232/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 4299 0 1 0 9 1 0 0 20 0 18 0 253617375 9787813888 5487 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 5487 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.3002 s]
/proc/loadavg: 3.57 3.65 3.48 4/197 21498
/proc/meminfo: memFree=26041232/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 5441 0 1 0 49 1 0 0 20 0 18 0 253617375 9787813888 11625 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 11625 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700273 s]
/proc/loadavg: 3.57 3.65 3.48 4/197 21498
/proc/meminfo: memFree=26041232/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=1.24 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 6478 0 1 0 112 12 0 0 20 0 18 0 253617375 9787813888 52037 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 52037 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 3.57 3.65 3.48 10/215 21516
/proc/meminfo: memFree=25779304/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=2.33 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 7102 0 1 0 210 23 0 0 20 0 18 0 253617375 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 87320 2254 9 0 2380296 0
[pid=21498/tid=21500] ppid=21496 vsize=9558412 CPUtime=1.29 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) R 21496 21498 20503 0 -1 4202560 2557 0 1 0 125 4 0 0 20 0 18 0 253617376 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035647860608 140035479848929 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) S 21496 21498 20503 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035609361192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) S 21496 21498 20503 0 -1 4202560 180 0 0 0 4 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035608308392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) S 21496 21498 20503 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035607256104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) S 21496 21498 20503 0 -1 4202560 149 0 0 0 9 4 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035606203304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) S 21496 21498 20503 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035605149992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) S 21496 21498 20503 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035604097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) S 21496 21498 20503 0 -1 4202560 92 0 0 0 4 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035603044904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) S 21496 21498 20503 0 -1 4202560 91 0 0 0 3 2 0 0 20 0 18 0 253617377 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035601992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 253617378 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035471932136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 1535 0 0 0 18 0 0 0 20 0 18 0 253617381 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1054 0 0 0 16 0 0 0 20 0 18 0 253617381 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 87320 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 3.57 3.65 3.48 3/215 21516
/proc/meminfo: memFree=25568548/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=4.95 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 8071 0 1 0 435 60 0 0 20 0 18 0 253617375 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 147262 2254 9 0 2380296 0
[pid=21498/tid=21500] ppid=21496 vsize=9558412 CPUtime=2.53 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) R 21496 21498 20503 0 -1 4202560 2574 0 1 0 247 6 0 0 20 0 18 0 253617376 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035647860608 140035479764151 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) S 21496 21498 20503 0 -1 4202560 76 0 0 0 14 5 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035609361192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) S 21496 21498 20503 0 -1 4202560 235 0 0 0 14 5 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035608308392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) S 21496 21498 20503 0 -1 4202560 161 0 0 0 14 6 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035607256104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) S 21496 21498 20503 0 -1 4202560 203 0 0 0 20 8 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035606203304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) S 21496 21498 20503 0 -1 4202560 262 0 0 0 18 6 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035605149992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) S 21496 21498 20503 0 -1 4202560 200 0 0 0 19 8 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035604097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) S 21496 21498 20503 0 -1 4202560 182 0 0 0 23 9 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035603044904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) S 21496 21498 20503 0 -1 4202560 216 0 0 0 14 5 0 0 20 0 18 0 253617377 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035601992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 253617378 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035471932136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 1535 0 0 0 20 0 0 0 20 0 18 0 253617381 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1054 0 0 0 16 0 0 0 20 0 18 0 253617381 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 147262 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9558412

[startup+6.30068 s]
/proc/loadavg: 3.44 3.62 3.48 4/214 21516
/proc/meminfo: memFree=25066296/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9558412 CPUtime=9.1 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 23606 0 1 0 817 93 0 0 20 0 18 0 253617375 9787813888 255448 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2389603 255960 2262 9 0 2380296 0
[pid=21498/tid=21500] ppid=21496 vsize=9558412 CPUtime=4.39 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) S 21496 21498 20503 0 -1 4202560 2859 0 1 0 429 10 0 0 20 0 18 0 253617376 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035647867240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) R 21496 21498 20503 0 -1 4202560 2187 0 0 0 27 9 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035609361368 140035650340545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) R 21496 21498 20503 0 -1 4202560 2363 0 0 0 27 9 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035608308272 140035650340537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) R 21496 21498 20503 0 -1 4202560 1947 0 0 0 26 9 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035607256280 140035650340561 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) R 21496 21498 20503 0 -1 4202560 1776 0 0 0 30 11 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035606203480 140035654765294 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) R 21496 21498 20503 0 -1 4202560 1979 0 0 0 27 9 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035605150168 140035650340537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) R 21496 21498 20503 0 -1 4202560 2102 0 0 0 29 11 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035604097368 140035650340537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) R 21496 21498 20503 0 -1 4202560 1704 0 0 0 37 13 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035603044904 140035650340553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) R 21496 21498 20503 0 -1 4202560 1946 0 0 0 33 11 0 0 20 0 18 0 253617377 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035601992280 140035654767750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9558412 CPUtime=0.97 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 982 0 0 0 97 0 0 0 20 0 18 0 253617378 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035471931016 270121612348 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253617379 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 1535 0 0 0 21 0 0 0 20 0 18 0 253617381 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1054 0 0 0 17 0 0 0 20 0 18 0 253617381 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9787813888 255960 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 9558412

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

[startup+7.10068 s]
/proc/loadavg: 3.44 3.62 3.48 11/214 21516
/proc/meminfo: memFree=24920640/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9691540 CPUtime=11.28 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 24899 0 1 0 1020 108 0 0 20 0 20 0 253617375 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2422885 285441 2268 9 0 2413578 0
[pid=21498/tid=21500] ppid=21496 vsize=9691540 CPUtime=4.51 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) S 21496 21498 20503 0 -1 4202560 2864 0 1 0 441 10 0 0 20 0 20 0 253617376 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035647869944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9691540 CPUtime=0.49 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) S 21496 21498 20503 0 -1 4202560 2213 0 0 0 38 11 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035609361192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9691540 CPUtime=0.48 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) S 21496 21498 20503 0 -1 4202560 2380 0 0 0 38 10 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035608308392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9691540 CPUtime=0.5 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) S 21496 21498 20503 0 -1 4202560 1971 0 0 0 39 11 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035607256104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) S 21496 21498 20503 0 -1 4202560 1816 0 0 0 41 13 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035606203304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9691540 CPUtime=0.46 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) S 21496 21498 20503 0 -1 4202560 1997 0 0 0 36 10 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035605149992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) S 21496 21498 20503 0 -1 4202560 2129 0 0 0 41 13 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035604097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9691540 CPUtime=0.63 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) S 21496 21498 20503 0 -1 4202560 1754 0 0 0 48 15 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035603044904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9691540 CPUtime=0.67 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) S 21496 21498 20503 0 -1 4202560 2017 0 0 0 53 14 0 0 20 0 20 0 253617377 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035601992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9691540 CPUtime=0.97 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 982 0 0 0 97 0 0 0 20 0 20 0 253617378 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035471932136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253617379 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253617379 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253617381 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9691540 CPUtime=0.31 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 2124 0 0 0 31 0 0 0 20 0 20 0 253617381 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9691540 CPUtime=0.22 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1439 0 0 0 22 0 0 0 20 0 20 0 253617381 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253617381 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253617381 9924136960 285441 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 9691540

[startup+7.90085 s]
/proc/loadavg: 3.44 3.62 3.48 4/217 21519
/proc/meminfo: memFree=24912580/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9691540 CPUtime=12.64 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 24956 0 1 0 1155 109 0 0 20 0 19 0 253617375 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2422885 285473 2269 9 0 2413578 0
[pid=21498/tid=21500] ppid=21496 vsize=9691540 CPUtime=4.51 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) S 21496 21498 20503 0 -1 4202560 2864 0 1 0 441 10 0 0 20 0 19 0 253617376 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035647869944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9691540 CPUtime=0.49 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) S 21496 21498 20503 0 -1 4202560 2213 0 0 0 38 11 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035609361192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9691540 CPUtime=0.48 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) S 21496 21498 20503 0 -1 4202560 2380 0 0 0 38 10 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035608308392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9691540 CPUtime=0.5 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) S 21496 21498 20503 0 -1 4202560 1971 0 0 0 39 11 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035607256104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) S 21496 21498 20503 0 -1 4202560 1816 0 0 0 41 13 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035606203304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9691540 CPUtime=0.46 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) S 21496 21498 20503 0 -1 4202560 1997 0 0 0 36 10 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035605149992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) S 21496 21498 20503 0 -1 4202560 2129 0 0 0 41 13 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035604097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9691540 CPUtime=0.63 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) S 21496 21498 20503 0 -1 4202560 1754 0 0 0 48 15 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035603044904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9691540 CPUtime=0.67 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) S 21496 21498 20503 0 -1 4202560 2017 0 0 0 53 14 0 0 20 0 19 0 253617377 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035601992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9691540 CPUtime=0.97 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 982 0 0 0 97 0 0 0 20 0 19 0 253617378 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035471932136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253617379 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253617379 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253617381 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9691540 CPUtime=0.33 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 2158 0 0 0 33 0 0 0 20 0 19 0 253617381 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9691540 CPUtime=0.24 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1459 0 0 0 24 0 0 0 20 0 19 0 253617381 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253617381 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253617381 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21518] ppid=21496 vsize=9691540 CPUtime=1.17 cores=1,3,5,7
/proc/21498/task/21518/stat : 21518 (java) R 21496 21498 20503 0 -1 4202560 19 0 0 0 117 0 0 0 20 0 19 0 253618046 9924136960 285473 33554432000 1073741824 1073778376 140737063832304 140034454834168 140035479998795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 9691540

[startup+8.10081 s]
/proc/loadavg: 3.44 3.62 3.48 4/217 21519
/proc/meminfo: memFree=24912580/32873844 swapFree=6856/6856
[pid=21498] ppid=21496 vsize=9691540 CPUtime=12.84 cores=1,3,5,7
/proc/21498/stat : 21498 (java) S 21496 21498 20503 0 -1 4202496 24957 0 1 0 1174 110 0 0 20 0 18 0 253617375 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140737063823440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21498/statm: 2422885 285469 2269 9 0 2413578 0
[pid=21498/tid=21500] ppid=21496 vsize=9691540 CPUtime=4.51 cores=1,3,5,7
/proc/21498/task/21500/stat : 21500 (java) S 21496 21498 20503 0 -1 4202560 2864 0 1 0 441 10 0 0 20 0 18 0 253617376 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035647869944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21501] ppid=21496 vsize=9691540 CPUtime=0.49 cores=1,3,5,7
/proc/21498/task/21501/stat : 21501 (java) S 21496 21498 20503 0 -1 4202560 2213 0 0 0 38 11 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035609361192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21502] ppid=21496 vsize=9691540 CPUtime=0.48 cores=1,3,5,7
/proc/21498/task/21502/stat : 21502 (java) S 21496 21498 20503 0 -1 4202560 2380 0 0 0 38 10 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035608308392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21503] ppid=21496 vsize=9691540 CPUtime=0.5 cores=1,3,5,7
/proc/21498/task/21503/stat : 21503 (java) S 21496 21498 20503 0 -1 4202560 1971 0 0 0 39 11 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035607256104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21498/tid=21504] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21504/stat : 21504 (java) S 21496 21498 20503 0 -1 4202560 1816 0 0 0 41 13 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035606203304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21505] ppid=21496 vsize=9691540 CPUtime=0.46 cores=1,3,5,7
/proc/21498/task/21505/stat : 21505 (java) S 21496 21498 20503 0 -1 4202560 1997 0 0 0 36 10 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035605149992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21498/tid=21506] ppid=21496 vsize=9691540 CPUtime=0.54 cores=1,3,5,7
/proc/21498/task/21506/stat : 21506 (java) S 21496 21498 20503 0 -1 4202560 2129 0 0 0 41 13 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035604097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21507] ppid=21496 vsize=9691540 CPUtime=0.63 cores=1,3,5,7
/proc/21498/task/21507/stat : 21507 (java) S 21496 21498 20503 0 -1 4202560 1754 0 0 0 48 15 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035603044904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21508] ppid=21496 vsize=9691540 CPUtime=0.67 cores=1,3,5,7
/proc/21498/task/21508/stat : 21508 (java) S 21496 21498 20503 0 -1 4202560 2017 0 0 0 53 14 0 0 20 0 18 0 253617377 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035601992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21509] ppid=21496 vsize=9691540 CPUtime=0.97 cores=1,3,5,7
/proc/21498/task/21509/stat : 21509 (java) S 21496 21498 20503 0 -1 4202560 982 0 0 0 97 0 0 0 20 0 18 0 253617378 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035471932136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21510] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21510/stat : 21510 (java) S 21496 21498 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253617379 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035470878200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21511] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21511/stat : 21511 (java) S 21496 21498 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253617379 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035469825800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21512] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21512/stat : 21512 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035468774288 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21513] ppid=21496 vsize=9691540 CPUtime=0.33 cores=1,3,5,7
/proc/21498/task/21513/stat : 21513 (java) S 21496 21498 20503 0 -1 4202560 2158 0 0 0 33 0 0 0 20 0 18 0 253617381 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035467720888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21498/tid=21514] ppid=21496 vsize=9691540 CPUtime=0.25 cores=1,3,5,7
/proc/21498/task/21514/stat : 21514 (java) S 21496 21498 20503 0 -1 4202560 1459 0 0 0 25 0 0 0 20 0 18 0 253617381 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035466668088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21515] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21515/stat : 21515 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035465615992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21498/tid=21516] ppid=21496 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21498/task/21516/stat : 21516 (java) S 21496 21498 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253617381 9924136960 285469 33554432000 1073741824 1073778376 140737063832304 140035464563400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 9691540

Child status: 20
Real time (s): 8.11983
CPU time (s): 12.911
CPU user time (s): 11.6892
CPU system time (s): 1.22181
CPU usage (%): 159.006
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6892
system time used= 1.22181
maximum resident set size= 1142036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24967
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1153
involuntary context switches= 1545

runsolver used 0.023996 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 17:54:49
IDJOB=3687952
IDBENCH=2439
IDSOLVER=2268
FILE ID=node106/3687952-1337874888
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71644 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-woodw.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687952-1337874888/watcher-3687952-1337874888 -o /tmp/evaluation-result-3687952-1337874888/solver-3687952-1337874888 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687952-1337874888.opb

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

MD5SUM BENCH= 39878dc7ef96e07e426f9432943c6054
RANDOM SEED=150809785

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        26041232 kB
Buffers:          197348 kB
Cached:          2916968 kB
SwapCached:            0 kB
Active:          3665904 kB
Inactive:        2393676 kB
Active(anon):    2947976 kB
Inactive(anon):        0 kB
Active(file):     717928 kB
Inactive(file):  2393676 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18684 kB
Writeback:             0 kB
AnonPages:       2952336 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             627008 kB
SReclaimable:      68932 kB
SUnreclaim:       558076 kB
KernelStack:        1608 kB
PageTables:         9960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3552504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2867200 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= 71644 MiB
End job on node106 at 2012-05-24 17:54:57