Trace number 4120691

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 2.3.6 Res+CP PB16UNSAT 83.1924 40.2734

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM671959976ef192710940d016c819b94f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.7184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.00/0.09	c version PB16.v20160501
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 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4120691-1467308888.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     126
0.09/0.17	c #constraints  336
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.09/0.18	c 336 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 336
0.09/0.18	c 336 constraints processed.
1.83/0.61	c cleaning 2497 clauses out of 5000 with flag 17123/5000
2.23/0.75	c cleaning 0 clauses out of 5000 with flag 0/5000
2.85/0.90	c cleaning 4247 clauses out of 8505 with flag 40605/11002
3.12/1.01	c cleaning 0 clauses out of 11001 with flag 0/11001
3.50/1.16	c cleaning 5624 clauses out of 11257 with flag 74679/18001
4.10/1.32	c cleaning 0 clauses out of 18001 with flag 0/18001
4.40/1.47	c cleaning 6810 clauses out of 13632 with flag 112695/26000
5.14/1.71	c cleaning 0 clauses out of 26001 with flag 0/26001
5.45/1.86	c cleaning 7908 clauses out of 15823 with flag 157622/35001
6.27/2.14	c cleaning 0 clauses out of 35000 with flag 0/35000
6.69/2.31	c cleaning 8951 clauses out of 17914 with flag 207565/45000
7.27/2.67	c cleaning 0 clauses out of 45000 with flag 0/45000
7.77/2.88	c cleaning 9974 clauses out of 19963 with flag 261002/56000
8.79/3.31	c cleaning 0 clauses out of 56001 with flag 0/56001
9.17/3.60	c cleaning 10992 clauses out of 21989 with flag 316354/68000
9.97/3.96	c cleaning 0 clauses out of 68000 with flag 0/68000
11.05/4.42	c cleaning 11994 clauses out of 23997 with flag 376259/81000
11.63/4.77	c cleaning 0 clauses out of 81000 with flag 0/81000
12.83/5.38	c cleaning 12993 clauses out of 26003 with flag 435621/95000
13.45/5.61	c cleaning 0 clauses out of 95000 with flag 0/95000
14.83/6.38	c cleaning 0 clauses out of 110001 with flag 0/110001
15.46/6.61	c cleaning 14001 clauses out of 28011 with flag 499589/110001
17.66/7.80	c cleaning 0 clauses out of 126001 with flag 0/126001
18.13/7.92	c cleaning 15002 clauses out of 30009 with flag 568179/126000
20.15/8.92	c cleaning 0 clauses out of 143000 with flag 0/143000
20.73/9.25	c cleaning 16002 clauses out of 32008 with flag 641179/143001
22.35/10.09	c cleaning 0 clauses out of 161001 with flag 0/161001
23.73/10.77	c cleaning 16997 clauses out of 34006 with flag 723961/161001
26.13/11.97	c cleaning 0 clauses out of 180000 with flag 0/180000
28.19/12.87	c cleaning 18001 clauses out of 36009 with flag 810994/180001
30.60/14.03	c cleaning 0 clauses out of 200001 with flag 0/200001
32.21/14.80	c cleaning 19000 clauses out of 38008 with flag 901623/200001
34.21/15.83	c cleaning 0 clauses out of 221000 with flag 0/221000
35.83/16.65	c cleaning 19997 clauses out of 40008 with flag 997800/221001
38.62/18.05	c cleaning 0 clauses out of 243000 with flag 0/243000
40.04/18.79	c cleaning 21000 clauses out of 42011 with flag 1095188/243001
44.22/20.86	c cleaning 22002 clauses out of 44011 with flag 1187673/266001
47.21/22.37	c cleaning 0 clauses out of 266001 with flag 0/266001
49.22/23.38	c cleaning 23001 clauses out of 46008 with flag 1298024/290000
56.61/27.04	c cleaning 23999 clauses out of 48007 with flag 1408422/315000
58.56/27.84	c cleaning 0 clauses out of 290001 with flag 0/290001
65.75/31.42	c cleaning 0 clauses out of 315001 with flag 0/315001
67.35/32.21	c cleaning 25000 clauses out of 50009 with flag 1532140/341001
74.72/35.84	c cleaning 0 clauses out of 341000 with flag 0/341001
80.14/38.57	c cleaning 26001 clauses out of 52008 with flag 1667196/368000
82.92/39.90	c And the winner is solver1
82.92/40.19	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
82.92/40.19	c starts		: 122
82.92/40.19	c conflicts		: 376810
82.92/40.19	c decisions		: 498765
82.92/40.19	c propagations		: 2331366
82.92/40.19	c inspects		: 983152766
82.92/40.19	c shortcuts		: 0
82.92/40.19	c learnt literals	: 0
82.92/40.19	c learnt binary clauses	: 0
82.92/40.19	c learnt ternary clauses	: 0
82.92/40.19	c learnt constraints	: 376810
82.92/40.19	c ignored constraints	: 0
82.92/40.19	c root simplifications	: 0
82.92/40.19	c removed literals (reason simplification)	: 1384111
82.92/40.19	c reason swapping (by a shorter reason)	: 0
82.92/40.19	c Calls to reduceDB	: 23
82.92/40.19	c Number of update (reduction) of LBD	: 59780
82.92/40.19	c Imported unit clauses	: 0
82.92/40.19	c number of reductions to clauses (during analyze)	: 0
82.92/40.19	c number of learned constraints concerned by reduction	: 0
82.92/40.19	c number of learning phase by resolution	: 0
82.92/40.19	c number of learning phase by cutting planes	: 0
82.92/40.19	c speed (assignments/second)	: 58276.86539182602
82.92/40.19	c non guided choices	172
82.94/40.20	c learnt constraints type 
82.94/40.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34817
82.94/40.20	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
82.94/40.20	c starts		: 135
82.94/40.20	c conflicts		: 366833
82.94/40.20	c decisions		: 411972
82.94/40.20	c propagations		: 1737910
82.94/40.20	c inspects		: 354295872
82.94/40.20	c shortcuts		: 0
82.94/40.20	c learnt literals	: 1
82.94/40.20	c learnt binary clauses	: 2
82.94/40.20	c learnt ternary clauses	: 5
82.94/40.20	c learnt constraints	: 366831
82.94/40.20	c ignored constraints	: 0
82.94/40.20	c root simplifications	: 0
82.94/40.20	c removed literals (reason simplification)	: 0
82.94/40.20	c reason swapping (by a shorter reason)	: 0
82.94/40.20	c Calls to reduceDB	: 22
82.94/40.20	c Number of update (reduction) of LBD	: 0
82.94/40.20	c Imported unit clauses	: 0
82.94/40.20	c number of reductions to clauses (during analyze)	: 0
82.94/40.20	c number of learned constraints concerned by reduction	: 0
82.94/40.20	c number of learning phase by resolution	: 0
82.94/40.20	c number of learning phase by cutting planes	: 0
82.94/40.20	c speed (assignments/second)	: 43424.95190025237
82.94/40.20	c non guided choices	109
82.94/40.26	c learnt constraints type 
82.94/40.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 366829
82.94/40.26	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
82.94/40.26	s UNSATISFIABLE
82.94/40.26	c Total wall clock time (in seconds): 40.14

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4120691-1467308888/watcher-4120691-1467308888 -o /tmp/evaluation-result-4120691-1467308888/solver-4120691-1467308888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4120691-1467308888.opb 

pid=29592
running on 8 cores: 0-3,8-11

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: 4.48 3.85 2.46 4/284 29595
/proc/meminfo: memFree=25627916/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 2 0 11841581 94019584 918 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 22954 918 697 9 0 16769 0
[pid=29595/tid=29596] ppid=29592 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) D 29592 29595 26963 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 11841582 94019584 918 33554432000 1073741824 1073778376 140735471332608 139721609002536 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 0 0 0 0 0 0

[startup+0.100097 s]
/proc/loadavg: 4.48 3.85 2.46 4/284 29595
/proc/meminfo: memFree=25627916/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 4461 0 1 0 8 1 0 0 20 0 23 0 11841581 10133950464 6088 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2474109 6088 2126 9 0 2464786 0
[pid=29595/tid=29596] ppid=29592 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) R 29592 29595 26963 0 -1 4202560 2417 0 1 0 6 0 0 0 20 0 23 0 11841582 10133950464 6088 33554432000 1073741824 1073778376 140735471332608 139721609007224 216812021005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200321 s]
/proc/loadavg: 4.48 3.85 2.46 4/284 29595
/proc/meminfo: memFree=25627916/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 4773 0 1 0 22 2 0 0 20 0 27 0 11841581 10406596608 7881 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 7881 2215 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2443 0 1 0 13 2 0 0 20 0 27 0 11841582 10406596608 7881 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10162692

[startup+0.300259 s]
/proc/loadavg: 4.48 3.85 2.46 4/284 29595
/proc/meminfo: memFree=25627916/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=0.62 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 8109 0 1 0 60 2 0 0 20 0 27 0 11841581 10406596608 9993 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 9993 2246 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2443 0 1 0 13 2 0 0 20 0 27 0 11841582 10406596608 9993 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 10162692

[startup+0.700226 s]
/proc/loadavg: 4.48 3.85 2.46 4/284 29595
/proc/meminfo: memFree=25627916/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=2.23 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 20381 0 1 0 217 6 0 0 20 0 27 0 11841581 10406596608 31537 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 31537 2260 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2443 0 1 0 13 2 0 0 20 0 27 0 11841582 10406596608 31537 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10162692

[startup+1.50109 s]
/proc/loadavg: 4.48 3.85 2.46 6/311 29622
/proc/meminfo: memFree=25442588/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=4.73 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 25598 0 1 0 464 9 0 0 20 0 27 0 11841581 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 50647 2275 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2443 0 1 0 13 2 0 0 20 0 27 0 11841582 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29598] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29598/stat : 29598 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721598069416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=29595/tid=29599] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29599/stat : 29599 (java) S 29592 29595 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721597016872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29600] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29600/stat : 29600 (java) S 29592 29595 26963 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721595964328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29601] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29601/stat : 29601 (java) S 29592 29595 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721449356328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29602] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29602/stat : 29602 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721448302760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29603] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29603/stat : 29603 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721447250216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29604] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29604/stat : 29604 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721446197672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29605] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29605/stat : 29605 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721445145128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29606] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29606/stat : 29606 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721444092584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29607] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29607/stat : 29607 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721443040040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=29595/tid=29608] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29608/stat : 29608 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721441987496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29609] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29609/stat : 29609 (java) S 29592 29595 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721440934952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29610] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29610/stat : 29610 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721439881384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29611] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29611/stat : 29611 (java) S 29592 29595 26963 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 27 0 11841584 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721422420200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29612] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29612/stat : 29612 (java) S 29592 29595 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721421366520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29613] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29613/stat : 29613 (java) S 29592 29595 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721420313864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29614] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29614/stat : 29614 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721419262608 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29615] ppid=29592 vsize=10162692 CPUtime=1.11 cores=0-3,8-11
/proc/29595/task/29615/stat : 29615 (java) S 29592 29595 26963 0 -1 4202560 12193 0 0 0 109 2 0 0 20 0 27 0 11841587 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721418209976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29616] ppid=29592 vsize=10162692 CPUtime=0.72 cores=0-3,8-11
/proc/29595/task/29616/stat : 29616 (java) S 29592 29595 26963 0 -1 4202560 9445 0 0 0 69 3 0 0 20 0 27 0 11841587 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721417157432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29617] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29617/stat : 29617 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721416105080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29618] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29618/stat : 29618 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721415051720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29619] ppid=29592 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/29595/task/29619/stat : 29619 (java) R 29592 29595 26963 0 -1 4202560 25 0 0 0 127 0 0 0 20 0 27 0 11841599 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721413898536 139721477415837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29620] ppid=29592 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/29595/task/29620/stat : 29620 (java) R 29592 29595 26963 0 -1 4202560 87 0 0 0 126 1 0 0 20 0 27 0 11841599 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721412844816 139721477480659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29621] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29621/stat : 29621 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139721411794088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29622] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29622/stat : 29622 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 50647 33554432000 1073741824 1073778376 140735471332608 139719849534760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10162692

[startup+3.10115 s]
/proc/loadavg: 4.48 3.85 2.46 5/311 29622
/proc/meminfo: memFree=25393808/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=8.37 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 28914 0 1 0 822 15 0 0 20 0 27 0 11841581 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 84565 2275 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2443 0 1 0 13 2 0 0 20 0 27 0 11841582 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29598] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29598/stat : 29598 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721598069416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29599] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29599/stat : 29599 (java) S 29592 29595 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721597016872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29600] ppid=29592 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/29595/task/29600/stat : 29600 (java) S 29592 29595 26963 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721595964328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29601] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29601/stat : 29601 (java) S 29592 29595 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721449356328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29602] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29602/stat : 29602 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721448302760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29603] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29603/stat : 29603 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721447250216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29604] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29604/stat : 29604 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721446197672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29605] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29605/stat : 29605 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721445145128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29606] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29606/stat : 29606 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721444092584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29607] ppid=29592 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/29595/task/29607/stat : 29607 (java) S 29592 29595 26963 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721443040040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29608] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29608/stat : 29608 (java) S 29592 29595 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721441987496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29609] ppid=29592 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/29595/task/29609/stat : 29609 (java) S 29592 29595 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721440934952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29610] ppid=29592 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/29595/task/29610/stat : 29610 (java) S 29592 29595 26963 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 27 0 11841583 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721439881384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29611] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29611/stat : 29611 (java) S 29592 29595 26963 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 27 0 11841584 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721422420200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29612] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29612/stat : 29612 (java) S 29592 29595 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721421366520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29613] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29613/stat : 29613 (java) S 29592 29595 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721420313864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29614] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29614/stat : 29614 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721419262608 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29615] ppid=29592 vsize=10162692 CPUtime=1.45 cores=0-3,8-11
/proc/29595/task/29615/stat : 29615 (java) S 29592 29595 26963 0 -1 4202560 15291 0 0 0 142 3 0 0 20 0 27 0 11841587 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721418209976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29616] ppid=29592 vsize=10162692 CPUtime=0.72 cores=0-3,8-11
/proc/29595/task/29616/stat : 29616 (java) S 29592 29595 26963 0 -1 4202560 9445 0 0 0 69 3 0 0 20 0 27 0 11841587 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721417157432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29617] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29617/stat : 29617 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721416105080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29618] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29618/stat : 29618 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721415051720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29619] ppid=29592 vsize=10162692 CPUtime=2.84 cores=0-3,8-11
/proc/29595/task/29619/stat : 29619 (java) R 29592 29595 26963 0 -1 4202560 26 0 0 0 284 0 0 0 20 0 27 0 11841599 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721413889792 139721477415724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29620] ppid=29592 vsize=10162692 CPUtime=2.84 cores=0-3,8-11
/proc/29595/task/29620/stat : 29620 (java) R 29592 29595 26963 0 -1 4202560 148 0 0 0 282 2 0 0 20 0 27 0 11841599 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721412837248 139721477375632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29621] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29621/stat : 29621 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139721411794088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29622] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29622/stat : 29622 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 84565 33554432000 1073741824 1073778376 140735471332608 139719849534760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 10162692

[startup+6.30117 s]
/proc/loadavg: 4.44 3.85 2.47 5/311 29622
/proc/meminfo: memFree=25281692/32872528 swapFree=8828/8828

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

[pid=29595/tid=29599] ppid=29592 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/29595/task/29599/stat : 29599 (java) S 29592 29595 26963 0 -1 4202560 53 0 0 0 4 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721597016872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29600] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29600/stat : 29600 (java) S 29592 29595 26963 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721595964328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29601] ppid=29592 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/29595/task/29601/stat : 29601 (java) S 29592 29595 26963 0 -1 4202560 105 0 0 0 3 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721449356328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29602] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29602/stat : 29602 (java) S 29592 29595 26963 0 -1 4202560 44 0 0 0 6 4 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721448302760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29603] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29603/stat : 29603 (java) S 29592 29595 26963 0 -1 4202560 101 0 0 0 4 4 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721447250216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29604] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29604/stat : 29604 (java) S 29592 29595 26963 0 -1 4202560 28 0 0 0 5 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721446197672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=29595/tid=29605] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29605/stat : 29605 (java) S 29592 29595 26963 0 -1 4202560 84 0 0 0 5 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721445145128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29606] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29606/stat : 29606 (java) S 29592 29595 26963 0 -1 4202560 78 0 0 0 6 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721444092584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29607] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29607/stat : 29607 (java) S 29592 29595 26963 0 -1 4202560 150 0 0 0 5 4 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721443040040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29608] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29608/stat : 29608 (java) S 29592 29595 26963 0 -1 4202560 167 0 0 0 6 4 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721441987496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29609] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29609/stat : 29609 (java) S 29592 29595 26963 0 -1 4202560 83 0 0 0 5 3 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721440934952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29610] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29610/stat : 29610 (java) S 29592 29595 26963 0 -1 4202560 148 0 0 0 10 5 0 0 20 0 27 0 11841583 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721439881384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29611] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29611/stat : 29611 (java) S 29592 29595 26963 0 -1 4202560 970 0 0 0 0 0 0 0 20 0 27 0 11841584 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721422420200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29612] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29612/stat : 29612 (java) S 29592 29595 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721421366520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29613] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29613/stat : 29613 (java) S 29592 29595 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11841585 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721420313864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29614] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29614/stat : 29614 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721419262608 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29615] ppid=29592 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/29595/task/29615/stat : 29615 (java) S 29592 29595 26963 0 -1 4202560 15292 0 0 0 144 3 0 0 20 0 27 0 11841587 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721418209976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29616] ppid=29592 vsize=10162692 CPUtime=0.92 cores=0-3,8-11
/proc/29595/task/29616/stat : 29616 (java) S 29592 29595 26963 0 -1 4202560 9463 0 0 0 89 3 0 0 20 0 27 0 11841587 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721417157432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29617] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29617/stat : 29617 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721416105080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29618] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29618/stat : 29618 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11841587 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721415051720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29619] ppid=29592 vsize=10162692 CPUtime=38.69 cores=0-3,8-11
/proc/29595/task/29619/stat : 29619 (java) R 29592 29595 26963 0 -1 4202560 37 0 0 0 3869 0 0 0 20 0 27 0 11841599 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721413896704 139721477375696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29620] ppid=29592 vsize=10162692 CPUtime=38.68 cores=0-3,8-11
/proc/29595/task/29620/stat : 29620 (java) R 29592 29595 26963 0 -1 4202560 493 0 0 0 3855 13 0 0 20 0 27 0 11841599 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721412846392 139721477375696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29621] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29621/stat : 29621 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139721411794088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29622] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29622/stat : 29622 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11841599 10406596608 291563 33554432000 1073741824 1073778376 140735471332608 139719849534760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 81.52
Current children cumulated vsize (KiB) 10162692

[startup+40.0011 s]
/proc/loadavg: 4.33 3.88 2.53 5/311 29622
/proc/meminfo: memFree=24417992/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=82.74 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 31199 0 1 0 8208 66 0 0 20 0 24 0 11841581 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 291548 2276 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2444 0 1 0 13 2 0 0 20 0 24 0 11841582 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721609007992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29598] ppid=29592 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/29595/task/29598/stat : 29598 (java) S 29592 29595 26963 0 -1 4202560 111 0 0 0 7 4 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721598069416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29599] ppid=29592 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/29595/task/29599/stat : 29599 (java) S 29592 29595 26963 0 -1 4202560 53 0 0 0 4 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721597016872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29600] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29600/stat : 29600 (java) S 29592 29595 26963 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721595964328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29601] ppid=29592 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/29595/task/29601/stat : 29601 (java) S 29592 29595 26963 0 -1 4202560 105 0 0 0 3 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721449356328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29602] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29602/stat : 29602 (java) S 29592 29595 26963 0 -1 4202560 44 0 0 0 6 4 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721448302760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29603] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29603/stat : 29603 (java) S 29592 29595 26963 0 -1 4202560 101 0 0 0 4 4 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721447250216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29604] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29604/stat : 29604 (java) S 29592 29595 26963 0 -1 4202560 28 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721446197672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=29595/tid=29605] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29605/stat : 29605 (java) S 29592 29595 26963 0 -1 4202560 84 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721445145128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29606] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29606/stat : 29606 (java) S 29592 29595 26963 0 -1 4202560 78 0 0 0 6 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721444092584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29607] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29607/stat : 29607 (java) S 29592 29595 26963 0 -1 4202560 150 0 0 0 5 4 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721443040040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29608] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29608/stat : 29608 (java) S 29592 29595 26963 0 -1 4202560 167 0 0 0 6 4 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721441987496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29609] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29609/stat : 29609 (java) S 29592 29595 26963 0 -1 4202560 83 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721440934952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29610] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29610/stat : 29610 (java) S 29592 29595 26963 0 -1 4202560 148 0 0 0 10 5 0 0 20 0 24 0 11841583 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721439881384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29611] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29611/stat : 29611 (java) S 29592 29595 26963 0 -1 4202560 970 0 0 0 0 0 0 0 20 0 24 0 11841584 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721422420200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29612] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29612/stat : 29612 (java) S 29592 29595 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11841585 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721421366520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29613] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29613/stat : 29613 (java) S 29592 29595 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11841585 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721420313864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29614] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29614/stat : 29614 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721419262608 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29615] ppid=29592 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/29595/task/29615/stat : 29615 (java) S 29592 29595 26963 0 -1 4202560 15292 0 0 0 144 3 0 0 20 0 24 0 11841587 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721418209976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29616] ppid=29592 vsize=10162692 CPUtime=0.92 cores=0-3,8-11
/proc/29595/task/29616/stat : 29616 (java) S 29592 29595 26963 0 -1 4202560 9463 0 0 0 89 3 0 0 20 0 24 0 11841587 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721417157432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29617] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29617/stat : 29617 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721416105080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29618] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29618/stat : 29618 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139721415051720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29622] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29622/stat : 29622 (java) S 29592 29595 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11841599 10406596608 291548 33554432000 1073741824 1073778376 140735471332608 139719849534760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 82.74
Current children cumulated vsize (KiB) 10162692

[startup+40.2009 s]
/proc/loadavg: 4.33 3.88 2.53 5/311 29622
/proc/meminfo: memFree=24417992/32872528 swapFree=8828/8828
[pid=29595] ppid=29592 vsize=10162692 CPUtime=82.76 cores=0-3,8-11
/proc/29595/stat : 29595 (java) S 29592 29595 26963 0 -1 4202496 31206 0 1 0 8210 66 0 0 20 0 24 0 11841581 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 140735471323744 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29595/statm: 2540673 291553 2279 9 0 2531350 0
[pid=29595/tid=29596] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29596/stat : 29596 (java) S 29592 29595 26963 0 -1 4202560 2444 0 1 0 13 2 0 0 20 0 24 0 11841582 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721609007832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29598] ppid=29592 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/29595/task/29598/stat : 29598 (java) S 29592 29595 26963 0 -1 4202560 111 0 0 0 7 4 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721598069416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29599] ppid=29592 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/29595/task/29599/stat : 29599 (java) S 29592 29595 26963 0 -1 4202560 53 0 0 0 4 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721597016872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29600] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29600/stat : 29600 (java) S 29592 29595 26963 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721595964328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29601] ppid=29592 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/29595/task/29601/stat : 29601 (java) S 29592 29595 26963 0 -1 4202560 105 0 0 0 3 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721449356328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29602] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29602/stat : 29602 (java) S 29592 29595 26963 0 -1 4202560 44 0 0 0 6 4 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721448302760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29603] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29603/stat : 29603 (java) S 29592 29595 26963 0 -1 4202560 101 0 0 0 4 4 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721447250216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29604] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29604/stat : 29604 (java) S 29592 29595 26963 0 -1 4202560 28 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721446197672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=29595/tid=29605] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29605/stat : 29605 (java) S 29592 29595 26963 0 -1 4202560 84 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721445145128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29606] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29606/stat : 29606 (java) S 29592 29595 26963 0 -1 4202560 78 0 0 0 6 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721444092584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29607] ppid=29592 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/29595/task/29607/stat : 29607 (java) S 29592 29595 26963 0 -1 4202560 150 0 0 0 5 4 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721443040040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29608] ppid=29592 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/29595/task/29608/stat : 29608 (java) S 29592 29595 26963 0 -1 4202560 167 0 0 0 6 4 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721441987496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29595/tid=29609] ppid=29592 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/29595/task/29609/stat : 29609 (java) S 29592 29595 26963 0 -1 4202560 83 0 0 0 5 3 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721440934952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29610] ppid=29592 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/29595/task/29610/stat : 29610 (java) S 29592 29595 26963 0 -1 4202560 148 0 0 0 10 5 0 0 20 0 24 0 11841583 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721439881384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29595/tid=29611] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29611/stat : 29611 (java) S 29592 29595 26963 0 -1 4202560 970 0 0 0 0 0 0 0 20 0 24 0 11841584 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721422420200 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29595/tid=29612] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29612/stat : 29612 (java) S 29592 29595 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11841585 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721421366520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29613] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29613/stat : 29613 (java) S 29592 29595 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11841585 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721420313864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29614] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29614/stat : 29614 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721419262608 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=29595/tid=29615] ppid=29592 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/29595/task/29615/stat : 29615 (java) R 29592 29595 26963 0 -1 4202560 15295 0 0 0 144 3 0 0 20 0 24 0 11841587 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721418209816 139721616002632 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=29595/tid=29616] ppid=29592 vsize=10162692 CPUtime=0.93 cores=0-3,8-11
/proc/29595/task/29616/stat : 29616 (java) R 29592 29595 26963 0 -1 4202560 9463 0 0 0 90 3 0 0 20 0 24 0 11841587 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721417157312 139721614964977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29595/tid=29617] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29617/stat : 29617 (java) S 29592 29595 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721416105080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=29595/tid=29618] ppid=29592 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/29595/task/29618/stat : 29618 (java) S 29592 29595 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11841587 10406596608 291553 33554432000 1073741824 1073778376 140735471332608 139721415051720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 82.76
Current children cumulated vsize (KiB) 10162692

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.179993
#  lost CPU user time (s): 0.189995
#  lost CPU system time (s): -0.0100001

Real time (s): 40.2734
CPU time (s): 83.1924
CPU user time (s): 82.3295
CPU system time (s): 0.862867
CPU usage (%): 206.569
Max. virtual memory (cumulated for all children) (KiB): 10163248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.1395
system time used= 0.872867
maximum resident set size= 1166268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31224
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1671
involuntary context switches= 858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.344947 second user time and 0.440932 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:48:08
IDJOB=4120691
IDBENCH=110080
IDSOLVER=2543
FILE ID=node132/4120691-1467308888
RUNJOBID= node132-1467308448-26979
PBS_JOBID= 20005257
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n84-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120691-1467308888/watcher-4120691-1467308888 -o /tmp/evaluation-result-4120691-1467308888/solver-4120691-1467308888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120691-1467308888.opb

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

MD5SUM BENCH= 671959976ef192710940d016c819b94f
RANDOM SEED=490223831

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25628568 kB
Buffers:          161968 kB
Cached:          3979032 kB
SwapCached:            0 kB
Active:          2486296 kB
Inactive:        3919980 kB
Active(anon):    2268176 kB
Inactive(anon):        0 kB
Active(file):     218120 kB
Inactive(file):  3919980 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               668 kB
Writeback:             0 kB
AnonPages:       2331968 kB
Mapped:            22188 kB
Shmem:               216 kB
Slab:             635604 kB
SReclaimable:      75824 kB
SUnreclaim:       559780 kB
KernelStack:        2368 kB
PageTables:         8820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3286888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2258944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node132 at 2016-06-30 19:48:48