Trace number 3717962

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
Sat4j PB 2012-05-28? (TO) 1800.01 1776.84

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r_wcsp.wbo
MD5SUM6de6e540477f7e35d5e4504631857538
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89200
Total number of constraints5870368
Number of soft constraints5861448
Number of constraints which are clauses5861448
Number of constraints which are cardinality constraints (but not clauses)8920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2447
Min constraint cost 1
Max constraint cost 2447
Sum of constraints costs 14289117012
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.21	c java.vm.version	19.1-b02
0.08/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.21	c sun.arch.data.model	64
0.08/0.21	c java.version		1.6.0_24
0.08/0.21	c os.name		Linux
0.08/0.21	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.21	c os.arch		amd64
0.08/0.21	c Free memory 		501472288
0.08/0.21	c Max memory 		7480803328
0.08/0.21	c Total memory 		504102912
0.08/0.21	c Number of processors 	8
0.08/0.21	c Pseudo Boolean Optimization by upper bound
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c No reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose 2 learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-3717962-1338258980.wbo
0.08/0.21	c reading problem ... 
74.01/54.16	c ... done. Wall clock time 54.033s.
74.01/54.16	c declared #vars     89200
74.01/54.16	c internal #vars     5950648
74.01/54.16	c #constraints  5879289
74.01/54.16	c constraints type 
74.01/54.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5848354
74.01/54.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 8920
74.01/54.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22014
74.01/54.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
74.01/54.16	c 5879289 constraints processed.
74.01/54.16	c objective function length is 5861448 literals
1713.39/1692.53	c cleaning 2463 clauses out of 5000 with flag 48364/5000
1800.01/1776.81	c starts		: 23
1800.01/1776.81	c conflicts		: 5228
1800.01/1776.81	c decisions		: 15569648
1800.01/1776.81	c propagations		: 38372406
1800.01/1776.81	c inspects		: 42615534
1800.01/1776.81	c shortcuts		: 0
1800.01/1776.81	c learnt literals	: 0
1800.01/1776.81	c learnt binary clauses	: 537
1800.01/1776.81	c learnt ternary clauses	: 298
1800.01/1776.81	c learnt constraints	: 5228
1800.01/1776.81	c ignored constraints	: 0
1800.01/1776.81	c root simplifications	: 0
1800.01/1776.81	c removed literals (reason simplification)	: 0
1800.01/1776.81	c reason swapping (by a shorter reason)	: 0
1800.01/1776.81	c Calls to reduceDB	: 1
1800.01/1776.81	c Number of update (reduction) of LBD	: 650
1800.01/1776.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1776.81	c number of learned constraints concerned by reduction	: 0
1800.01/1776.81	c number of learning phase by resolution	: 0
1800.01/1776.81	c number of learning phase by cutting planes	: 0
1800.01/1776.81	c speed (assignments/second)	: 22296.49751366352
1800.01/1776.81	c non guided choices	7718811
1800.01/1776.81	c learnt constraints type 
1800.01/1776.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 537
1800.01/1776.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2228
1800.01/1776.81	c constraints type 
1800.01/1776.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5848354
1800.01/1776.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 8920
1800.01/1776.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22014
1800.01/1776.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1776.81	c 5879289 constraints processed.
1800.01/1776.81	s UNKNOWN
1800.01/1776.81	c Total wall clock time (in seconds): 1776.685

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.00 1.96 3/194 30387
/proc/meminfo: memFree=27315812/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (java) R 30385 30387 25900 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 292027032 9515008 184 33554432000 1073741824 1073778376 140733564363616 140733564354648 218213543351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2323 184 142 9 0 71 0

[startup+0.023462 s]
/proc/loadavg: 2.05 2.00 1.96 3/194 30387
/proc/meminfo: memFree=27315812/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=8749548 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 2008 0 1 0 0 0 0 0 20 0 6 0 292027032 8959537152 2199 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2203771 2199 951 9 0 2194880 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8749548

[startup+0.100282 s]
/proc/loadavg: 2.05 2.00 1.96 3/194 30387
/proc/meminfo: memFree=27315812/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 3987 0 1 0 7 1 0 0 20 0 18 0 292027032 9787817984 5196 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 5202 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.315396 s]
/proc/loadavg: 2.05 2.00 1.96 3/194 30387
/proc/meminfo: memFree=27315812/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=0.43 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 5326 0 1 0 39 4 0 0 20 0 18 0 292027032 9787817984 40063 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 40063 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558416

[startup+0.700275 s]
/proc/loadavg: 2.05 2.00 1.96 3/194 30387
/proc/meminfo: memFree=27315812/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=1.04 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 7144 0 1 0 93 11 0 0 20 0 18 0 292027032 9787817984 138816 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 138816 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9558416

[startup+1.50074 s]
/proc/loadavg: 2.05 2.00 1.96 3/212 30405
/proc/meminfo: memFree=26244020/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=2.02 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 9209 0 1 0 176 26 0 0 20 0 18 0 292027032 9787817984 336035 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 336035 2246 9 0 2380296 0
[pid=30387/tid=30389] ppid=30385 vsize=9558416 CPUtime=1.38 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 3405 0 1 0 118 20 0 0 20 0 18 0 292027033 9787817984 336035 33554432000 1073741824 1073778376 140736299692128 140270042369904 140269891078037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9558416 CPUtime=0.03 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 149 0 0 0 3 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9558416 CPUtime=0.03 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9558416 CPUtime=0.03 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 285 0 0 0 3 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9558416 CPUtime=0.02 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9558416 CPUtime=0.01 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9558416 CPUtime=0.01 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9558416 CPUtime=0.01 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 292027034 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 936 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9558416 CPUtime=0.15 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 1164 0 0 0 15 0 0 0 20 0 18 0 292027039 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 1631 0 0 0 19 0 0 0 20 0 18 0 292027039 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 336547 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9558416

[startup+3.10069 s]
/proc/loadavg: 2.05 2.00 1.96 3/212 30405
/proc/meminfo: memFree=25202280/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=3.83 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 11302 0 1 0 344 39 0 0 20 0 18 0 292027032 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 528570 2259 9 0 2380296 0
[pid=30387/tid=30389] ppid=30385 vsize=9558416 CPUtime=2.94 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 3814 0 1 0 262 32 0 0 20 0 18 0 292027033 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270042376360 140269891101053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9558416 CPUtime=0.01 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 68 0 0 0 4 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 378 0 0 0 4 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 119 0 0 0 4 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 193 0 0 0 4 1 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9558416 CPUtime=0.02 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9558416 CPUtime=0.03 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 292027034 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 1269 0 0 0 19 0 0 0 20 0 18 0 292027039 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9558416 CPUtime=0.26 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 2698 0 0 0 26 0 0 0 20 0 18 0 292027039 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 528570 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9558416

[startup+6.3007 s]
/proc/loadavg: 2.04 2.00 1.96 3/212 30405
/proc/meminfo: memFree=24995068/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=7.9 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 11957 0 1 0 723 67 0 0 20 0 18 0 292027032 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 582410 2259 9 0 2380296 0
[pid=30387/tid=30389] ppid=30385 vsize=9558416 CPUtime=5.84 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 3816 0 1 0 551 33 0 0 20 0 18 0 292027033 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270042370224 140269890976348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 208 0 0 0 15 4 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 105 0 0 0 9 2 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9558416 CPUtime=0.14 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 114 0 0 0 11 3 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9558416 CPUtime=0.27 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 455 0 0 0 21 6 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 371 0 0 0 15 4 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 261 0 0 0 14 5 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 151 0 0 0 13 4 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 72 0 0 0 13 4 0 0 20 0 18 0 292027034 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 292027036 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 1269 0 0 0 19 0 0 0 20 0 18 0 292027039 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9558416 CPUtime=0.26 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 2698 0 0 0 26 0 0 0 20 0 18 0 292027039 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292027039 9787817984 582410 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9558416

[startup+12.7008 s]
/proc/loadavg: 2.04 2.00 1.96 3/212 30405
/proc/meminfo: memFree=24105788/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9558416 CPUtime=15.49 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 57737 0 1 0 1443 106 0 0 20 0 18 0 292027032 9787817984 804492 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2389604 804492 2266 9 0 2380296 0
[pid=30387/tid=30389] ppid=30385 vsize=9558416 CPUtime=8.53 cores=0,2,4,6

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

[pid=30387/tid=30402] ppid=30385 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 3500 0 0 0 48 1 0 0 20 0 19 0 292027039 9855979520 1298706 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 6268 0 0 0 81 1 0 0 20 0 19 0 292027039 9855979520 1298706 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1298706 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 95 0 0 0 39 35 0 0 20 0 19 0 292027039 9855979520 1298706 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30406] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30406/stat : 30406 (java) S 30385 30387 25900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292032613 9855979520 1298706 33554432000 1073741824 1073778376 140736299692128 140269387179304 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1683.2
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/189 30470
/proc/meminfo: memFree=22192096/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9624980 CPUtime=1745.5 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 100720 0 1 0 174239 311 0 0 20 0 19 0 292027032 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2406245 1399024 2282 9 0 2396937 0
[pid=30387/tid=30389] ppid=30385 vsize=9624980 CPUtime=1686.85 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 4241 0 1 0 168610 75 0 0 20 0 19 0 292027033 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270042378528 140269891443769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 6854 0 0 0 317 22 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9624980 CPUtime=3.34 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 9101 0 0 0 316 18 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9624980 CPUtime=3.91 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 9394 0 0 0 366 25 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 3772 0 0 0 338 27 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9624980 CPUtime=3.23 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 7636 0 0 0 300 23 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9624980 CPUtime=3.94 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 7373 0 0 0 364 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9624980 CPUtime=3.81 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 10120 0 0 0 337 44 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9624980 CPUtime=3.52 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 7683 0 0 0 322 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9624980 CPUtime=23.64 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 23214 0 0 0 2349 15 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 3775 0 0 0 51 2 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 6277 0 0 0 83 1 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 99 0 0 0 39 37 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30406] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30406/stat : 30406 (java) S 30385 30387 25900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292032613 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269387179304 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.5
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.8 s]
/proc/loadavg: 1.19 1.71 1.89 2/189 30470
/proc/meminfo: memFree=22192220/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9624980 CPUtime=1800.01 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 100724 0 1 0 179689 312 0 0 20 0 19 0 292027032 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2406245 1399024 2282 9 0 2396937 0
[pid=30387/tid=30389] ppid=30385 vsize=9624980 CPUtime=1741.21 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 4241 0 1 0 174045 76 0 0 20 0 19 0 292027033 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270042378528 140269891442278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 6854 0 0 0 317 22 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9624980 CPUtime=3.34 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 9101 0 0 0 316 18 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9624980 CPUtime=3.91 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 9394 0 0 0 366 25 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 3772 0 0 0 338 27 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9624980 CPUtime=3.23 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 7636 0 0 0 300 23 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9624980 CPUtime=3.94 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 7373 0 0 0 364 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9624980 CPUtime=3.81 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 10120 0 0 0 337 44 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9624980 CPUtime=3.52 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 7683 0 0 0 322 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9624980 CPUtime=23.64 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 23214 0 0 0 2349 15 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 3775 0 0 0 51 2 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 6277 0 0 0 83 1 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 103 0 0 0 41 38 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30406] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30406/stat : 30406 (java) S 30385 30387 25900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292032613 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269387179304 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1776.8 s]
/proc/loadavg: 1.19 1.71 1.89 2/189 30470
/proc/meminfo: memFree=22192220/32873844 swapFree=7620/7620
[pid=30387] ppid=30385 vsize=9624980 CPUtime=1800.01 cores=0,2,4,6
/proc/30387/stat : 30387 (java) S 30385 30387 25900 0 -1 4202496 100724 0 1 0 179689 312 0 0 20 0 19 0 292027032 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140736299683264 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30387/statm: 2406245 1399024 2282 9 0 2396937 0
[pid=30387/tid=30389] ppid=30385 vsize=9624980 CPUtime=1741.21 cores=0,2,4,6
/proc/30387/task/30389/stat : 30389 (java) R 30385 30387 25900 0 -1 4202560 4241 0 1 0 174045 76 0 0 20 0 19 0 292027033 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270042378528 140269891442278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30390] ppid=30385 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30387/task/30390/stat : 30390 (java) S 30385 30387 25900 0 -1 4202560 6854 0 0 0 317 22 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270014831272 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30391] ppid=30385 vsize=9624980 CPUtime=3.34 cores=0,2,4,6
/proc/30387/task/30391/stat : 30391 (java) S 30385 30387 25900 0 -1 4202560 9101 0 0 0 316 18 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270013778728 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30392] ppid=30385 vsize=9624980 CPUtime=3.91 cores=0,2,4,6
/proc/30387/task/30392/stat : 30392 (java) S 30385 30387 25900 0 -1 4202560 9394 0 0 0 366 25 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270012726184 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30393] ppid=30385 vsize=9624980 CPUtime=3.65 cores=0,2,4,6
/proc/30387/task/30393/stat : 30393 (java) S 30385 30387 25900 0 -1 4202560 3772 0 0 0 338 27 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270011673640 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30394] ppid=30385 vsize=9624980 CPUtime=3.23 cores=0,2,4,6
/proc/30387/task/30394/stat : 30394 (java) S 30385 30387 25900 0 -1 4202560 7636 0 0 0 300 23 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270010620072 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30395] ppid=30385 vsize=9624980 CPUtime=3.94 cores=0,2,4,6
/proc/30387/task/30395/stat : 30395 (java) S 30385 30387 25900 0 -1 4202560 7373 0 0 0 364 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140270009567528 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30396] ppid=30385 vsize=9624980 CPUtime=3.81 cores=0,2,4,6
/proc/30387/task/30396/stat : 30396 (java) S 30385 30387 25900 0 -1 4202560 10120 0 0 0 337 44 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269879601576 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30397] ppid=30385 vsize=9624980 CPUtime=3.52 cores=0,2,4,6
/proc/30387/task/30397/stat : 30397 (java) S 30385 30387 25900 0 -1 4202560 7683 0 0 0 322 30 0 0 20 0 19 0 292027034 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269878549032 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30387/tid=30398] ppid=30385 vsize=9624980 CPUtime=23.64 cores=0,2,4,6
/proc/30387/task/30398/stat : 30398 (java) S 30385 30387 25900 0 -1 4202560 23214 0 0 0 2349 15 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269395602024 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30399] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30399/stat : 30399 (java) S 30385 30387 25900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269394548344 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30400] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30400/stat : 30400 (java) S 30385 30387 25900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027036 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269393495688 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30401] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30401/stat : 30401 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269392444432 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30402] ppid=30385 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/30387/task/30402/stat : 30402 (java) S 30385 30387 25900 0 -1 4202560 3775 0 0 0 51 2 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269391390776 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30387/tid=30403] ppid=30385 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/30387/task/30403/stat : 30403 (java) S 30385 30387 25900 0 -1 4202560 6277 0 0 0 83 1 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269390338232 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30387/tid=30404] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30404/stat : 30404 (java) S 30385 30387 25900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269389285880 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30405] ppid=30385 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/30387/task/30405/stat : 30405 (java) S 30385 30387 25900 0 -1 4202560 103 0 0 0 41 38 0 0 20 0 19 0 292027039 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269388233544 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30387/tid=30406] ppid=30385 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30387/task/30406/stat : 30406 (java) S 30385 30387 25900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292032613 9855979520 1399024 33554432000 1073741824 1073778376 140736299692128 140269387179304 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30387 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=419510
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=662443
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.84
CPU time (s): 1800.01
CPU user time (s): 1796.89
CPU system time (s): 3.12
CPU usage (%): 101.304
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.42
system time used= 3.66244
maximum resident set size= 5596412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48110
involuntary context switches= 16913

runsolver used 7.18891 second user time and 13.316 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-29 04:36:25
IDJOB=3717962
IDBENCH=79629
IDSOLVER=2301
FILE ID=node107/3717962-1338258980
RUNJOBID= node107-1338258845-29941
PBS_JOBID= 14624643
Free space on /tmp= 71308 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717962-1338258980/watcher-3717962-1338258980 -o /tmp/evaluation-result-3717962-1338258980/solver-3717962-1338258980 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717962-1338258980.wbo

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

MD5SUM BENCH= 6de6e540477f7e35d5e4504631857538
RANDOM SEED=1314872074

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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:        27316068 kB
Buffers:          467200 kB
Cached:          3740348 kB
SwapCached:            0 kB
Active:          1687544 kB
Inactive:        2985740 kB
Active(anon):     468204 kB
Inactive(anon):        0 kB
Active(file):    1219340 kB
Inactive(file):  2985740 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            256436 kB
Writeback:             0 kB
AnonPages:        483640 kB
Mapped:            22596 kB
Shmem:               200 kB
Slab:             734036 kB
SReclaimable:     176168 kB
SUnreclaim:       557868 kB
KernelStack:        1592 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71312 MiB
End job on node107 at 2012-05-29 05:06:04