Trace number 3733686

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 11.0713 5.31552

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT (no optimisation, small 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 benchmark0.159975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100531
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		1349517296
0.04/0.07	c Max memory 		1356595200
0.04/0.07	c Total memory 		1356595200
0.04/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733686-1338743706.opb
0.11/0.10	c reading problem ... 
0.32/0.30	c ... done. Wall clock time 0.199s.
0.61/0.32	c #vars     8190
0.61/0.32	c #constraints  181
0.61/0.32	c constraints type 
0.61/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.61/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.61/0.32	c constraints type 
0.61/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.61/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
4.79/2.20	c cleaning 2455 clauses out of 5001 with flag 5001/5001
10.09/4.70	c cleaning 4238 clauses out of 8546 with flag 11001/11001
10.87/5.18	c And the winner is CuttingPlanes
11.06/5.30	c starts		: 1
11.06/5.30	c conflicts		: 90
11.06/5.30	c decisions		: 4006
11.06/5.31	c propagations		: 8278
11.06/5.31	c inspects		: 8278
11.06/5.31	c learnt literals	: 0
11.06/5.31	c learnt binary clauses	: 0
11.06/5.31	c learnt ternary clauses	: 0
11.06/5.31	c learnt clauses	: 89
11.06/5.31	c ignored clauses	: 0
11.06/5.31	c root simplifications	: 0
11.06/5.31	c removed literals (reason simplification)	: 0
11.06/5.31	c reason swapping (by a shorter reason)	: 0
11.06/5.31	c Calls to reduceDB	: 0
11.06/5.31	c number of reductions to clauses (during analyze)	: 0
11.06/5.31	c number of learned constraints concerned by reduction	: 0
11.06/5.31	c number of learning phase by resolution	: 0
11.06/5.31	c number of learning phase by cutting planes	: 0
11.06/5.31	c speed (assignments/second)	: 1655.2689462107578
11.06/5.31	c non guided choices	4006
11.06/5.31	c learnt constraints type 
11.06/5.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
11.06/5.31	c constraints type 
11.06/5.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
11.06/5.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
11.06/5.31	c constraints type 
11.06/5.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
11.06/5.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
11.06/5.31	s UNSATISFIABLE
11.06/5.31	c Total wall clock time (in seconds): 5.202

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-3733686-1338743706/watcher-3733686-1338743706 -o /tmp/evaluation-result-3733686-1338743706/solver-3733686-1338743706 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733686-1338743706.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.72 0.57 1.27 5/197 1359
/proc/meminfo: memFree=27402172/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1359/stat : 1359 (java6) D 1356 1359 32179 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 340496089 9515008 184 33554432000 1073741824 1073778376 140734773005104 140734772996328 260190137783 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/1359/statm: 2323 184 142 9 0 71 0

[startup+0.0549599 s]
/proc/loadavg: 1.72 0.57 1.27 5/197 1359
/proc/meminfo: memFree=27402172/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 3843 0 1 0 4 0 0 0 20 0 18 0 340496089 2764726272 5562 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 674982 5562 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100214 s]
/proc/loadavg: 1.72 0.57 1.27 5/197 1359
/proc/meminfo: memFree=27402172/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 4849 0 1 0 11 0 0 0 20 0 18 0 340496089 2764726272 6544 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 674982 6544 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300174 s]
/proc/loadavg: 1.72 0.57 1.27 5/197 1359
/proc/meminfo: memFree=27402172/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2699928 CPUtime=0.61 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 7307 0 1 0 60 1 0 0 20 0 18 0 340496089 2764726272 13347 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 674982 13347 2228 9 0 665676 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2699928

[startup+0.700179 s]
/proc/loadavg: 1.72 0.57 1.27 5/197 1359
/proc/meminfo: memFree=27402172/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=1.96 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8658 0 1 0 195 1 0 0 20 0 22 0 340496089 3037372416 17676 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 17676 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2966184

[startup+1.50062 s]
/proc/loadavg: 1.72 0.57 1.27 5/219 1382
/proc/meminfo: memFree=27333800/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8667 0 1 0 357 1 0 0 20 0 22 0 340496089 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 21261 2248 9 0 732240 0
[pid=1359/tid=1361] ppid=1356 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/1359/task/1361/stat : 1361 (java) S 1356 1359 32179 0 -1 4202560 2805 0 1 0 27 0 0 0 20 0 22 0 340496089 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488331027608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1362] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488315308200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1363] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488314255656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1364] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488195697064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1365] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488194644520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1366] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488193591976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1367] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488192539432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1368] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488191486888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1369] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140488190434344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1371] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 32179 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487708104808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1372] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487707051128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1373] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487705998472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1374] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487704947216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1375] ppid=1356 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/1359/task/1375/stat : 1375 (java) S 1356 1359 32179 0 -1 4202560 2277 0 0 0 44 0 0 0 20 0 22 0 340496094 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487703894584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1376] ppid=1356 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/1359/task/1376/stat : 1376 (java) S 1356 1359 32179 0 -1 4202560 2273 0 0 0 43 0 0 0 20 0 22 0 340496094 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487702842040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1377] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1377/stat : 1377 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487701789688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1378] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1378/stat : 1378 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487700737352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1379] ppid=1356 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/1359/task/1379/stat : 1379 (java) R 1356 1359 32179 0 -1 4202560 29 0 0 0 118 0 0 0 20 0 22 0 340496119 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487699679184 140488196384075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1380] ppid=1356 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/1359/task/1380/stat : 1380 (java) R 1356 1359 32179 0 -1 4202560 81 0 0 0 118 0 0 0 20 0 22 0 340496119 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487698626856 140488196376423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1381] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1381/stat : 1381 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487697577000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1382] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1382/stat : 1382 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 21261 33554432000 1073741824 1073778376 140733998434544 140487696524456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 1.72 0.57 1.27 5/219 1382
/proc/meminfo: memFree=27313072/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8749 0 1 0 677 3 0 0 20 0 22 0 340496089 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 30521 2272 9 0 732240 0
[pid=1359/tid=1361] ppid=1356 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/1359/task/1361/stat : 1361 (java) S 1356 1359 32179 0 -1 4202560 2805 0 1 0 27 0 0 0 20 0 22 0 340496089 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488331027608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1362] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488315308200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1363] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488314255656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1364] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 32179 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488195697064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1365] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488194644520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1366] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488193591976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1367] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488192539432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1368] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488191486888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1369] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140488190434344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1371] ppid=1356 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 32179 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 340496091 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487708104808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1372] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487707051128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1373] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487705998472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1374] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487704947216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1375] ppid=1356 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/1359/task/1375/stat : 1375 (java) S 1356 1359 32179 0 -1 4202560 2281 0 0 0 45 0 0 0 20 0 22 0 340496094 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487703894584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1376] ppid=1356 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/1359/task/1376/stat : 1376 (java) S 1356 1359 32179 0 -1 4202560 2275 0 0 0 45 0 0 0 20 0 22 0 340496094 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487702842040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1377] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1377/stat : 1377 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487701789688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1378] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1378/stat : 1378 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487700737352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1379] ppid=1356 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/1359/task/1379/stat : 1379 (java) R 1356 1359 32179 0 -1 4202560 32 0 0 0 274 0 0 0 20 0 22 0 340496119 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487699681464 140488196384032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1380] ppid=1356 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/1359/task/1380/stat : 1380 (java) R 1356 1359 32179 0 -1 4202560 85 0 0 0 274 0 0 0 20 0 22 0 340496119 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487698626736 140488196376423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1381] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1381/stat : 1381 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487697577000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1382] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1382/stat : 1382 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 30521 33554432000 1073741824 1073778376 140733998434544 140487696524456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 2966184

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

[startup+4.70064 s]
/proc/loadavg: 1.72 0.57 1.27 5/219 1382
/proc/meminfo: memFree=27284028/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=10.09 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8756 0 1 0 1006 3 0 0 20 0 22 0 340496089 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 31548 2272 9 0 732240 0
[pid=1359/tid=1361] ppid=1356 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/1359/task/1361/stat : 1361 (java) S 1356 1359 32179 0 -1 4202560 2805 0 1 0 27 0 0 0 20 0 22 0 340496089 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488331027608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1362] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488315308200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1363] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488314255656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1364] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 32179 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488195697064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1365] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488194644520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1366] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488193591976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1367] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488192539432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1368] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488191486888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1369] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140488190434344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1371] ppid=1356 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 32179 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 340496091 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487708104808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1372] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487707051128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1373] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487705998472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1374] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487704947216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1375] ppid=1356 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/1359/task/1375/stat : 1375 (java) S 1356 1359 32179 0 -1 4202560 2282 0 0 0 49 0 0 0 20 0 22 0 340496094 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487703894584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1376] ppid=1356 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/1359/task/1376/stat : 1376 (java) S 1356 1359 32179 0 -1 4202560 2278 0 0 0 51 0 0 0 20 0 22 0 340496094 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487702842040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1377] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1377/stat : 1377 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487701789688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1378] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1378/stat : 1378 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487700737352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1379] ppid=1356 vsize=2966184 CPUtime=4.34 cores=0,2,4,6
/proc/1359/task/1379/stat : 1379 (java) R 1356 1359 32179 0 -1 4202560 35 0 0 0 434 0 0 0 20 0 22 0 340496119 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487699681720 140488196384075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1380] ppid=1356 vsize=2966184 CPUtime=4.34 cores=0,2,4,6
/proc/1359/task/1380/stat : 1380 (java) R 1356 1359 32179 0 -1 4202560 85 0 0 0 434 0 0 0 20 0 22 0 340496119 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487698626736 140488196376403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1381] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1381/stat : 1381 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487697577000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1382] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1382/stat : 1382 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 31548 33554432000 1073741824 1073778376 140733998434544 140487696524456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 2966184

[startup+5.1007 s]
/proc/loadavg: 1.72 0.57 1.27 5/219 1382
/proc/meminfo: memFree=27284028/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=10.87 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8784 0 1 0 1083 4 0 0 20 0 22 0 340496089 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 35626 2272 9 0 732240 0
[pid=1359/tid=1361] ppid=1356 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/1359/task/1361/stat : 1361 (java) S 1356 1359 32179 0 -1 4202560 2805 0 1 0 27 0 0 0 20 0 22 0 340496089 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488331027608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1362] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488315308200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1363] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488314255656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1364] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 32179 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488195697064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1365] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488194644520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1366] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488193591976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1367] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488192539432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1368] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488191486888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1369] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340496090 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140488190434344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1371] ppid=1356 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 32179 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 340496091 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487708104808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1372] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487707051128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1373] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340496091 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487705998472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1374] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487704947216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1375] ppid=1356 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/1359/task/1375/stat : 1375 (java) S 1356 1359 32179 0 -1 4202560 2282 0 0 0 49 0 0 0 20 0 22 0 340496094 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487703894584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1376] ppid=1356 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/1359/task/1376/stat : 1376 (java) S 1356 1359 32179 0 -1 4202560 2278 0 0 0 51 0 0 0 20 0 22 0 340496094 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487702842040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1377] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1377/stat : 1377 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487701789688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1378] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1378/stat : 1378 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340496094 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487700737352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1379] ppid=1356 vsize=2966184 CPUtime=4.7 cores=0,2,4,6
/proc/1359/task/1379/stat : 1379 (java) R 1356 1359 32179 0 -1 4202560 36 0 0 0 470 0 0 0 20 0 22 0 340496119 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487699681376 140488196411830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1380] ppid=1356 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/1359/task/1380/stat : 1380 (java) R 1356 1359 32179 0 -1 4202560 85 0 0 0 471 0 0 0 20 0 22 0 340496119 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487698626736 140488196376723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1381] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1381/stat : 1381 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487697577000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1382] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1382/stat : 1382 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340496121 3037372416 35626 33554432000 1073741824 1073778376 140733998434544 140487696524456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 2966184

[startup+5.30074 s]
/proc/loadavg: 1.72 0.57 1.27 5/219 1382
/proc/meminfo: memFree=27284028/32873648 swapFree=7116/7116
[pid=1359] ppid=1356 vsize=2966184 CPUtime=11.06 cores=0,2,4,6
/proc/1359/stat : 1359 (java) S 1356 1359 32179 0 -1 4202496 8810 0 1 0 1100 6 0 0 20 0 20 0 340496089 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140733998425680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1359/statm: 741546 35615 2273 9 0 732240 0
[pid=1359/tid=1361] ppid=1356 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/1359/task/1361/stat : 1361 (java) S 1356 1359 32179 0 -1 4202560 2805 0 1 0 27 0 0 0 20 0 20 0 340496089 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488331027608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1362] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1362/stat : 1362 (java) S 1356 1359 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488315308200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1363] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1363/stat : 1363 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488314255656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1364] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1364/stat : 1364 (java) S 1356 1359 32179 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488195697064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1365] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1365/stat : 1365 (java) S 1356 1359 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488194644520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1366] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1366/stat : 1366 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488193591976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1367] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1367/stat : 1367 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488192539432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1368] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1368/stat : 1368 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488191486888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1359/tid=1369] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1369/stat : 1369 (java) S 1356 1359 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340496090 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140488190434344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1371] ppid=1356 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/1359/task/1371/stat : 1371 (java) S 1356 1359 32179 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 20 0 340496091 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487708104808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1372] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1372/stat : 1372 (java) S 1356 1359 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340496091 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487707051128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1373] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1373/stat : 1373 (java) S 1356 1359 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340496091 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487705998472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1374] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1374/stat : 1374 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496094 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487704947216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1375] ppid=1356 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/1359/task/1375/stat : 1375 (java) S 1356 1359 32179 0 -1 4202560 2282 0 0 0 49 0 0 0 20 0 20 0 340496094 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487703894584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1359/tid=1376] ppid=1356 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/1359/task/1376/stat : 1376 (java) S 1356 1359 32179 0 -1 4202560 2303 0 0 0 53 0 0 0 20 0 20 0 340496094 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487702842040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1377] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1377/stat : 1377 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496094 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487701789688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1359/tid=1378] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1378/stat : 1378 (java) S 1356 1359 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340496094 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487700737352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1381] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1381/stat : 1381 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340496121 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487697577000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1359/tid=1382] ppid=1356 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1359/task/1382/stat : 1382 (java) S 1356 1359 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340496121 3037372416 35615 33554432000 1073741824 1073778376 140733998434544 140487696524456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 5.31552
CPU time (s): 11.0713
CPU user time (s): 10.9903
CPU system time (s): 0.080987
CPU usage (%): 208.283
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9903
system time used= 0.080987
maximum resident set size= 142604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8819
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= 510
involuntary context switches= 115

runsolver used 0.021996 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 19:15:06
IDJOB=3733686
IDBENCH=2584
IDSOLVER=2324
FILE ID=node123/3733686-1338743706
RUNJOBID= node123-1338737887-32195
PBS_JOBID= 14636768
Free space on /tmp= 71304 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733686-1338743706/watcher-3733686-1338743706 -o /tmp/evaluation-result-3733686-1338743706/solver-3733686-1338743706 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733686-1338743706.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=1536905849

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27402064 kB
Buffers:         1800780 kB
Cached:          2239080 kB
SwapCached:         2268 kB
Active:          2672812 kB
Inactive:        1901820 kB
Active(anon):     527768 kB
Inactive(anon):     5504 kB
Active(file):    2145044 kB
Inactive(file):  1896316 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:        560504 kB
Mapped:            18552 kB
Shmem:                 0 kB
Slab:             750984 kB
SReclaimable:     194120 kB
SUnreclaim:       556864 kB
KernelStack:        1800 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 19:15:12