Trace number 3690005

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1785.64

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690005-1337895287.opb
0.10/0.11	c reading problem ... 
42.16/30.01	c ... done. Wall clock time 29.9s.
42.16/30.01	c declared #vars     2000400
42.16/30.01	c #constraints  4940611
42.16/30.01	c constraints type 
42.16/30.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.16/30.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.16/30.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.16/30.01	c ignored satisfied constraints => 3
42.16/30.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.16/30.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.16/30.01	c 4940614 constraints processed.
42.16/30.01	c objective function length is 1019600 literals
957.80/945.09	c cleaning 2492 clauses out of 5000 with flag 5000/5000
1800.08/1785.61	c starts		: 28
1800.08/1785.61	c conflicts		: 8028
1800.08/1785.61	c decisions		: 1452369
1800.08/1785.61	c propagations		: 539120206
1800.08/1785.61	c inspects		: 6025634566
1800.08/1785.61	c shortcuts		: 0
1800.08/1785.61	c learnt literals	: 0
1800.08/1785.61	c learnt binary clauses	: 3
1800.08/1785.61	c learnt ternary clauses	: 1
1800.08/1785.61	c learnt constraints	: 8028
1800.08/1785.61	c ignored constraints	: 0
1800.08/1785.61	c root simplifications	: 0
1800.08/1785.61	c removed literals (reason simplification)	: 0
1800.08/1785.61	c reason swapping (by a shorter reason)	: 0
1800.08/1785.61	c Calls to reduceDB	: 1
1800.08/1785.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1785.61	c number of learned constraints concerned by reduction	: 0
1800.08/1785.61	c number of learning phase by resolution	: 0
1800.08/1785.61	c number of learning phase by cutting planes	: 0
1800.08/1785.61	c speed (assignments/second)	: 307162.911934675
1800.08/1785.61	c non guided choices	0
1800.08/1785.61	c learnt constraints type 
1800.08/1785.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.08/1785.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5533
1800.08/1785.61	c constraints type 
1800.08/1785.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.08/1785.61	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.08/1785.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.08/1785.61	c ignored satisfied constraints => 3
1800.08/1785.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.08/1785.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.08/1785.61	c 4940614 constraints processed.
1800.08/1785.61	s UNKNOWN
1800.08/1785.62	c Total wall clock time (in seconds): 1785.504

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.71 1.58 1.85 3/192 30665
/proc/meminfo: memFree=28873440/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30665/stat : 30665 (java) R 30663 30665 23801 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 255654858 23793664 716 33554432000 1073741824 1073778376 140737145074256 140737145063320 214360438120 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 5809 717 531 9 0 128 0

[startup+0.0103069 s]
/proc/loadavg: 0.71 1.58 1.85 3/192 30665
/proc/meminfo: memFree=28873440/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 255654858 103964672 1053 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100301 s]
/proc/loadavg: 0.71 1.58 1.85 3/192 30665
/proc/meminfo: memFree=28873440/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 4330 0 1 0 9 1 0 0 20 0 18 0 255654858 9787813888 5511 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 5512 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300318 s]
/proc/loadavg: 0.71 1.58 1.85 3/192 30665
/proc/meminfo: memFree=28873440/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 5508 0 1 0 44 2 0 0 20 0 18 0 255654858 9787813888 22964 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 22964 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700329 s]
/proc/loadavg: 0.71 1.58 1.85 3/192 30665
/proc/meminfo: memFree=28873440/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=1.06 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 5704 0 1 0 100 6 0 0 20 0 18 0 255654858 9787813888 52784 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 52784 2231 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 0.71 1.58 1.85 3/210 30683
/proc/meminfo: memFree=28416044/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=1.99 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 6114 0 1 0 189 10 0 0 20 0 18 0 255654858 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 67993 2231 9 0 2380296 0
[pid=30665/tid=30667] ppid=30663 vsize=9558412 CPUtime=1.37 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) R 30663 30665 23801 0 -1 4202560 2516 0 1 0 133 4 0 0 20 0 18 0 255654859 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031465037632 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) S 30663 30665 23801 0 -1 4202560 113 0 0 0 6 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031437499304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) S 30663 30665 23801 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031307590696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) S 30663 30665 23801 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031306537640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) S 30663 30665 23801 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031305485096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) S 30663 30665 23801 0 -1 4202560 106 0 0 0 5 1 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031304432040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140031303379496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) S 30663 30665 23801 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030966229160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) S 30663 30665 23801 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 18 0 255654860 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030965176616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030952979304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255654862 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 707 0 0 0 8 0 0 0 20 0 18 0 255654864 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 1144 0 0 0 7 0 0 0 20 0 18 0 255654864 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 67993 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 0.71 1.58 1.85 4/210 30683
/proc/meminfo: memFree=28149188/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=4.58 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 8668 0 1 0 420 38 0 0 20 0 18 0 255654858 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 186257 2236 9 0 2380296 0
[pid=30665/tid=30667] ppid=30663 vsize=9558412 CPUtime=2.66 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) R 30663 30665 23801 0 -1 4202560 2840 0 1 0 257 9 0 0 20 0 18 0 255654859 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031465044296 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) S 30663 30665 23801 0 -1 4202560 410 0 0 0 25 5 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031437499304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) S 30663 30665 23801 0 -1 4202560 88 0 0 0 17 4 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031307590696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) S 30663 30665 23801 0 -1 4202560 252 0 0 0 12 3 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031306537640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) S 30663 30665 23801 0 -1 4202560 66 0 0 0 10 4 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031305485096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) S 30663 30665 23801 0 -1 4202560 687 0 0 0 17 4 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031304432040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) S 30663 30665 23801 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140031303379496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) S 30663 30665 23801 0 -1 4202560 308 0 0 0 12 2 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030966229160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) S 30663 30665 23801 0 -1 4202560 149 0 0 0 14 3 0 0 20 0 18 0 255654860 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030965176616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030952979304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255654862 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 831 0 0 0 15 0 0 0 20 0 18 0 255654864 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 1301 0 0 0 12 0 0 0 20 0 18 0 255654864 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 186257 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558412

[startup+6.30158 s]
/proc/loadavg: 0.90 1.60 1.85 3/210 30683
/proc/meminfo: memFree=26333320/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=10.7 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 18665 0 1 0 986 84 0 0 20 0 18 0 255654858 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 389246 2264 9 0 2380296 0
[pid=30665/tid=30667] ppid=30663 vsize=9558412 CPUtime=5.03 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) S 30663 30665 23801 0 -1 4202560 3553 0 1 0 485 18 0 0 20 0 18 0 255654859 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031465045048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9558412 CPUtime=0.68 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) R 30663 30665 23801 0 -1 4202560 654 0 0 0 59 9 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031437499184 140031468803237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) R 30663 30665 23801 0 -1 4202560 410 0 0 0 53 8 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031307590872 140031468803538 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) R 30663 30665 23801 0 -1 4202560 774 0 0 0 43 5 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031306537816 140031467517641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) D 30663 30665 23801 0 -1 4202560 705 0 0 0 36 6 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031305484856 214369690599 0 4 0 16800975 18446744071581355491 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9558412 CPUtime=0.74 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) R 30663 30665 23801 0 -1 4202560 790 0 0 0 64 10 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031304432216 140031472541456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) R 30663 30665 23801 0 -1 4202560 171 0 0 0 48 9 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140031303379672 140031471944957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) R 30663 30665 23801 0 -1 4202560 425 0 0 0 56 9 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030966229336 140031467517625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) D 30663 30665 23801 0 -1 4202560 729 0 0 0 47 7 0 0 20 0 18 0 255654860 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030965176376 214369690599 0 4 0 16800975 18446744071581355491 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030952978184 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255654861 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255654862 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 3628 0 0 0 40 0 0 0 20 0 18 0 255654864 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 4615 0 0 0 37 1 0 0 20 0 18 0 255654864 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255654864 9787813888 389246 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 1.54 1.72 1.89 10/213 30686
/proc/meminfo: memFree=24531684/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9558412 CPUtime=20.46 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 24126 0 1 0 1910 136 0 0 20 0 18 0 255654858 9787813888 693251 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2389603 693251 2272 9 0 2380296 0
[pid=30665/tid=30667] ppid=30663 vsize=9558412 CPUtime=9.06 cores=1,3,5,7

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

[pid=30665/tid=30680] ppid=30663 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 3645 0 0 0 79 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 4623 0 0 0 57 1 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 95 0 0 0 47 54 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30687] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30687/stat : 30687 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657904 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030944556584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1676.74
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 30736
/proc/meminfo: memFree=23096660/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9624976 CPUtime=1736.75 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 36958 0 1 0 173411 264 0 0 20 0 19 0 255654858 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2406244 927021 2283 9 0 2396937 0
[pid=30665/tid=30667] ppid=30663 vsize=9624976 CPUtime=1707.67 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) R 30663 30665 23801 0 -1 4202560 3984 0 1 0 170699 68 0 0 20 0 19 0 255654859 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031465046288 140031319575009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9624976 CPUtime=2.32 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) S 30663 30665 23801 0 -1 4202560 4296 0 0 0 208 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031437499304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) S 30663 30665 23801 0 -1 4202560 1731 0 0 0 203 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031307590696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) S 30663 30665 23801 0 -1 4202560 2098 0 0 0 172 16 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031306537640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) S 30663 30665 23801 0 -1 4202560 1755 0 0 0 181 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031305485096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9624976 CPUtime=2.14 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) S 30663 30665 23801 0 -1 4202560 1703 0 0 0 193 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031304432040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) S 30663 30665 23801 0 -1 4202560 3271 0 0 0 164 20 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031303379496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) S 30663 30665 23801 0 -1 4202560 3292 0 0 0 196 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030966229160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) S 30663 30665 23801 0 -1 4202560 3080 0 0 0 198 23 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030965176616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 2199 0 0 0 566 7 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030952979304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255654862 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 3645 0 0 0 79 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 4623 0 0 0 57 1 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 99 0 0 0 48 57 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30687] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30687/stat : 30687 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657904 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030944556584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.75
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 30736
/proc/meminfo: memFree=23094612/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9624976 CPUtime=1796.77 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 36962 0 1 0 179411 266 0 0 20 0 19 0 255654858 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2406244 927021 2283 9 0 2396937 0
[pid=30665/tid=30667] ppid=30663 vsize=9624976 CPUtime=1767.51 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) R 30663 30665 23801 0 -1 4202560 3984 0 1 0 176682 69 0 0 20 0 19 0 255654859 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031465046288 140031319288299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9624976 CPUtime=2.32 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) S 30663 30665 23801 0 -1 4202560 4296 0 0 0 208 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031437499304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) S 30663 30665 23801 0 -1 4202560 1731 0 0 0 203 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031307590696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) S 30663 30665 23801 0 -1 4202560 2098 0 0 0 172 16 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031306537640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) S 30663 30665 23801 0 -1 4202560 1755 0 0 0 181 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031305485096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9624976 CPUtime=2.14 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) S 30663 30665 23801 0 -1 4202560 1703 0 0 0 193 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031304432040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) S 30663 30665 23801 0 -1 4202560 3271 0 0 0 164 20 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031303379496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) S 30663 30665 23801 0 -1 4202560 3292 0 0 0 196 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030966229160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) S 30663 30665 23801 0 -1 4202560 3080 0 0 0 198 23 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030965176616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 2199 0 0 0 566 7 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030952979304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255654862 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 3645 0 0 0 79 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 4623 0 0 0 57 1 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 103 0 0 0 50 59 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30687] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30687/stat : 30687 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657904 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030944556584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 30736
/proc/meminfo: memFree=23094612/32873844 swapFree=7616/7616
[pid=30665] ppid=30663 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/30665/stat : 30665 (java) S 30663 30665 23801 0 -1 4202496 36962 0 1 0 179742 266 0 0 20 0 19 0 255654858 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140737145065392 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30665/statm: 2406244 927021 2283 9 0 2396937 0
[pid=30665/tid=30667] ppid=30663 vsize=9624976 CPUtime=1770.81 cores=1,3,5,7
/proc/30665/task/30667/stat : 30667 (java) R 30663 30665 23801 0 -1 4202560 3984 0 1 0 177012 69 0 0 20 0 19 0 255654859 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031465046288 140031319301442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30668] ppid=30663 vsize=9624976 CPUtime=2.32 cores=1,3,5,7
/proc/30665/task/30668/stat : 30668 (java) S 30663 30665 23801 0 -1 4202560 4296 0 0 0 208 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031437499304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30669] ppid=30663 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/30665/task/30669/stat : 30669 (java) S 30663 30665 23801 0 -1 4202560 1731 0 0 0 203 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031307590696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30670] ppid=30663 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/30665/task/30670/stat : 30670 (java) S 30663 30665 23801 0 -1 4202560 2098 0 0 0 172 16 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031306537640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30671] ppid=30663 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/30665/task/30671/stat : 30671 (java) S 30663 30665 23801 0 -1 4202560 1755 0 0 0 181 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031305485096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30672] ppid=30663 vsize=9624976 CPUtime=2.14 cores=1,3,5,7
/proc/30665/task/30672/stat : 30672 (java) S 30663 30665 23801 0 -1 4202560 1703 0 0 0 193 21 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031304432040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30673] ppid=30663 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/30665/task/30673/stat : 30673 (java) S 30663 30665 23801 0 -1 4202560 3271 0 0 0 164 20 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140031303379496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30674] ppid=30663 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/30665/task/30674/stat : 30674 (java) S 30663 30665 23801 0 -1 4202560 3292 0 0 0 196 24 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030966229160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30675] ppid=30663 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/30665/task/30675/stat : 30675 (java) S 30663 30665 23801 0 -1 4202560 3080 0 0 0 198 23 0 0 20 0 19 0 255654860 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030965176616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30676] ppid=30663 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/30665/task/30676/stat : 30676 (java) S 30663 30665 23801 0 -1 4202560 2199 0 0 0 566 7 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030952979304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30677] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30677/stat : 30677 (java) S 30663 30665 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255654861 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030951925624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30678] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30678/stat : 30678 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255654862 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030950872456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30679] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30679/stat : 30679 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030949821200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30665/tid=30680] ppid=30663 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/30665/task/30680/stat : 30680 (java) S 30663 30665 23801 0 -1 4202560 3645 0 0 0 79 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030948768056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30681] ppid=30663 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30665/task/30681/stat : 30681 (java) S 30663 30665 23801 0 -1 4202560 4623 0 0 0 57 1 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030947715512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30665/tid=30682] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30682/stat : 30682 (java) S 30663 30665 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030946662648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30665/tid=30683] ppid=30663 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30665/task/30683/stat : 30683 (java) S 30663 30665 23801 0 -1 4202560 103 0 0 0 50 59 0 0 20 0 19 0 255654864 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030945610312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30665/tid=30687] ppid=30663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30665/task/30687/stat : 30687 (java) S 30663 30665 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255657904 9855975424 927021 33554432000 1073741824 1073778376 140737145074256 140030944556584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1785.64
CPU time (s): 1800.08
CPU user time (s): 1797.42
CPU system time (s): 2.66
CPU usage (%): 100.809
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.93
system time used= 3.23151
maximum resident set size= 3708228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37001
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41666
involuntary context switches= 17039

runsolver used 6.62099 second user time and 16.7125 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 23:34:53
IDJOB=3690005
IDBENCH=92644
IDSOLVER=2269
FILE ID=node130/3690005-1337895287
RUNJOBID= node130-1337895287-30621
PBS_JOBID= 14620074
Free space on /tmp= 71356 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690005-1337895287/watcher-3690005-1337895287 -o /tmp/evaluation-result-3690005-1337895287/solver-3690005-1337895287 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690005-1337895287.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=1151249565

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28874456 kB
Buffers:          217272 kB
Cached:          2530712 kB
SwapCached:            0 kB
Active:          1267412 kB
Inactive:        1924420 kB
Active(anon):     446348 kB
Inactive(anon):        0 kB
Active(file):     821064 kB
Inactive(file):  1924420 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            322576 kB
Writeback:             0 kB
AnonPages:        299968 kB
Mapped:            22308 kB
Shmem:               200 kB
Slab:             648336 kB
SReclaimable:      87032 kB
SUnreclaim:       561304 kB
KernelStack:        1576 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1080124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71356 MiB
End job on node130 at 2012-05-25 00:04:40