Trace number 4120163

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 80.9197 38.2747

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM651e6e4d56f2f5ed63e52f29c55253d1
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 benchmark6.11907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4120163-1467308549.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.059s.
0.11/0.17	c declared #vars     141
0.11/0.17	c #constraints  376
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376
0.11/0.17	c 376 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376
0.11/0.17	c 376 constraints processed.
1.48/0.56	c cleaning 2497 clauses out of 5000 with flag 23040/5000
2.27/0.73	c cleaning 0 clauses out of 5000 with flag 0/5000
2.67/0.82	c cleaning 4247 clauses out of 8503 with flag 51282/11000
3.26/1.00	c cleaning 0 clauses out of 11001 with flag 0/11001
3.26/1.07	c cleaning 5626 clauses out of 11257 with flag 85685/18001
4.23/1.31	c cleaning 0 clauses out of 18000 with flag 0/18000
4.51/1.45	c cleaning 6813 clauses out of 13631 with flag 120582/26001
5.45/1.76	c cleaning 0 clauses out of 26000 with flag 0/26000
5.92/1.99	c cleaning 7905 clauses out of 15817 with flag 161665/35000
6.38/2.19	c cleaning 0 clauses out of 35001 with flag 0/35001
7.19/2.59	c cleaning 8950 clauses out of 17912 with flag 206228/45000
7.44/2.65	c cleaning 0 clauses out of 45000 with flag 0/45000
8.65/3.22	c cleaning 0 clauses out of 56000 with flag 0/56000
8.87/3.37	c cleaning 9973 clauses out of 19962 with flag 254015/56000
9.85/3.88	c cleaning 0 clauses out of 68001 with flag 0/68001
10.79/4.24	c cleaning 10987 clauses out of 21989 with flag 306316/68000
11.79/4.71	c cleaning 0 clauses out of 81000 with flag 0/81000
12.59/5.10	c cleaning 11998 clauses out of 24004 with flag 367744/81002
13.54/5.57	c cleaning 0 clauses out of 95001 with flag 0/95001
14.32/5.97	c cleaning 12998 clauses out of 26004 with flag 437542/95000
15.32/6.46	c cleaning 0 clauses out of 110001 with flag 0/110001
16.12/6.89	c cleaning 14002 clauses out of 28006 with flag 508680/110000
17.72/7.69	c cleaning 0 clauses out of 126000 with flag 0/126000
18.32/7.92	c cleaning 15000 clauses out of 30005 with flag 577420/126001
20.13/8.80	c cleaning 0 clauses out of 143001 with flag 0/143001
21.73/9.52	c cleaning 15997 clauses out of 32006 with flag 655823/143002
22.33/9.85	c cleaning 0 clauses out of 161001 with flag 0/161001
24.75/11.08	c cleaning 17002 clauses out of 34009 with flag 736051/161002
25.53/11.47	c cleaning 0 clauses out of 180000 with flag 0/180000
28.58/12.88	c cleaning 0 clauses out of 200001 with flag 0/200001
28.58/12.89	c cleaning 18001 clauses out of 36005 with flag 827906/180000
31.80/14.45	c cleaning 0 clauses out of 221000 with flag 0/221000
32.18/14.63	c cleaning 19000 clauses out of 38005 with flag 912778/200001
35.42/16.22	c cleaning 0 clauses out of 243001 with flag 0/243001
36.32/16.68	c cleaning 20000 clauses out of 40004 with flag 1006295/221000
41.28/18.91	c cleaning 0 clauses out of 266000 with flag 0/266000
42.72/19.59	c cleaning 20998 clauses out of 42004 with flag 1111044/243000
46.70/21.53	c cleaning 0 clauses out of 290001 with flag 0/290001
48.86/22.49	c cleaning 22001 clauses out of 44007 with flag 1213641/266001
51.66/23.88	c cleaning 0 clauses out of 315001 with flag 0/315001
54.69/25.33	c cleaning 23002 clauses out of 46005 with flag 1316651/290000
57.76/26.80	c cleaning 0 clauses out of 341001 with flag 0/341001
61.40/28.66	c cleaning 24000 clauses out of 48003 with flag 1426126/315001
64.79/30.39	c cleaning 0 clauses out of 368001 with flag 0/368001
69.38/32.64	c cleaning 24997 clauses out of 50003 with flag 1547299/341001
73.21/34.54	c cleaning 0 clauses out of 396000 with flag 0/396000
78.27/36.82	c cleaning 26001 clauses out of 52003 with flag 1666738/368000
80.59/37.98	c And the winner is solver0
80.59/38.18	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
80.59/38.18	c starts		: 132
80.59/38.18	c conflicts		: 378197
80.59/38.18	c decisions		: 457307
80.59/38.18	c propagations		: 2283702
80.59/38.18	c inspects		: 906285312
80.59/38.18	c shortcuts		: 0
80.59/38.18	c learnt literals	: 14
80.59/38.18	c learnt binary clauses	: 111
80.59/38.18	c learnt ternary clauses	: 517
80.59/38.18	c learnt constraints	: 378182
80.59/38.18	c ignored constraints	: 0
80.59/38.18	c root simplifications	: 0
80.59/38.18	c removed literals (reason simplification)	: 1319110
80.59/38.18	c reason swapping (by a shorter reason)	: 0
80.59/38.18	c Calls to reduceDB	: 23
80.59/38.18	c Number of update (reduction) of LBD	: 68678
80.59/38.18	c Imported unit clauses	: 0
80.59/38.18	c number of reductions to clauses (during analyze)	: 0
80.59/38.18	c number of learned constraints concerned by reduction	: 0
80.59/38.18	c number of learning phase by resolution	: 0
80.59/38.18	c number of learning phase by cutting planes	: 0
80.59/38.18	c speed (assignments/second)	: 60084.77162702588
80.59/38.18	c non guided choices	330
80.63/38.20	c learnt constraints type 
80.63/38.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 111
80.63/38.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36076
80.63/38.20	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
80.63/38.20	c starts		: 148
80.63/38.20	c conflicts		: 415132
80.63/38.20	c decisions		: 499683
80.63/38.20	c propagations		: 2364176
80.63/38.20	c inspects		: 327760225
80.63/38.20	c shortcuts		: 0
80.63/38.20	c learnt literals	: 0
80.63/38.20	c learnt binary clauses	: 0
80.63/38.20	c learnt ternary clauses	: 9
80.63/38.20	c learnt constraints	: 415132
80.63/38.20	c ignored constraints	: 0
80.63/38.20	c root simplifications	: 0
80.63/38.20	c removed literals (reason simplification)	: 0
80.63/38.20	c reason swapping (by a shorter reason)	: 0
80.63/38.20	c Calls to reduceDB	: 24
80.63/38.20	c Number of update (reduction) of LBD	: 0
80.63/38.20	c Imported unit clauses	: 0
80.63/38.20	c number of reductions to clauses (during analyze)	: 0
80.63/38.20	c number of learned constraints concerned by reduction	: 0
80.63/38.20	c number of learning phase by resolution	: 0
80.63/38.20	c number of learning phase by cutting planes	: 0
80.63/38.20	c speed (assignments/second)	: 62164.44479503563
80.63/38.20	c non guided choices	128
80.63/38.26	c learnt constraints type 
80.63/38.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 415132
80.63/38.26	s UNSATISFIABLE
80.63/38.26	c Total wall clock time (in seconds): 38.157

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

pid=27836
running on 8 cores: 4-7,12-15

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


[startup+0 s]
/proc/loadavg: 3.97 2.47 1.58 2/281 27839
/proc/meminfo: memFree=27736260/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=8482100 CPUtime=0 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 1858 0 1 0 0 0 0 0 20 0 2 0 11807734 8685670400 1461 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2120525 1470 941 9 0 2111634 0
[pid=27839/tid=27840] ppid=27836 vsize=8482100 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) R 27836 27839 26963 0 -1 4202560 730 0 1 0 0 0 0 0 20 0 2 0 11807735 8685670400 1558 33554432000 1073741824 1073778376 140736982478576 139822989838640 216808305323 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.97 2.47 1.58 2/281 27839
/proc/meminfo: memFree=27736260/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 4615 0 1 0 10 1 0 0 20 0 23 0 11807734 10133950464 5717 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2474109 5717 2156 9 0 2464786 0
[pid=27839/tid=27840] ppid=27836 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) R 27836 27839 26963 0 -1 4202560 2478 0 1 0 6 2 0 0 20 0 23 0 11807735 10133950464 5717 33554432000 1073741824 1073778376 140736982478576 139822989834952 216812021005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.203355 s]
/proc/loadavg: 3.97 2.47 1.58 2/281 27839
/proc/meminfo: memFree=27736260/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10163004 CPUtime=0.29 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 5058 0 1 0 27 2 0 0 20 0 27 0 11807734 10406916096 7642 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 7564 2223 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2506 0 1 0 14 2 0 0 20 0 27 0 11807735 10406596608 7564 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10163004

[startup+0.300469 s]
/proc/loadavg: 3.97 2.47 1.58 2/281 27839
/proc/meminfo: memFree=27736260/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 8198 0 1 0 65 3 0 0 20 0 27 0 11807734 10406596608 9561 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 9561 2246 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2506 0 1 0 14 2 0 0 20 0 27 0 11807735 10406596608 9562 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10162692

[startup+0.700297 s]
/proc/loadavg: 3.97 2.47 1.58 2/281 27839
/proc/meminfo: memFree=27736260/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=2.27 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 24867 0 1 0 221 6 0 0 20 0 27 0 11807734 10406596608 33131 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 33131 2260 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2506 0 1 0 14 2 0 0 20 0 27 0 11807735 10406596608 33131 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10162692

[startup+1.50103 s]
/proc/loadavg: 3.97 2.47 1.58 8/311 27939
/proc/meminfo: memFree=27698716/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=4.78 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 25128 0 1 0 471 7 0 0 20 0 27 0 11807734 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 49998 2275 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2506 0 1 0 14 2 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27842] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27842/stat : 27842 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822833285288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27843] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27843/stat : 27843 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822832232744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27844] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27844/stat : 27844 (java) S 27836 27839 26963 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822831180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27845] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27845/stat : 27845 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822830127656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27846] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27846/stat : 27846 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822829075112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27847] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27847/stat : 27847 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822828022568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27848] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27848/stat : 27848 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822826970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27849] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27849/stat : 27849 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822825917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27850] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27850/stat : 27850 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822824863912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27851] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27851/stat : 27851 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822823811368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27852] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27852/stat : 27852 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822822758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27853] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27853/stat : 27853 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822821706280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27854] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27854/stat : 27854 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822820653736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27839/tid=27855] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27855/stat : 27855 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822803192552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27856] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27856/stat : 27856 (java) S 27836 27839 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822802138872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27857] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27857/stat : 27857 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822801086216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27858] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27858/stat : 27858 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822800033936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27859] ppid=27836 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/27839/task/27859/stat : 27859 (java) S 27836 27839 26963 0 -1 4202560 10926 0 0 0 80 2 0 0 20 0 27 0 11807739 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822798981304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27860] ppid=27836 vsize=10162692 CPUtime=1.12 cores=4-7,12-15
/proc/27839/task/27860/stat : 27860 (java) R 27836 27839 26963 0 -1 4202560 10269 0 0 0 110 2 0 0 20 0 27 0 11807739 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822797928760 139822995783960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27861] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27861/stat : 27861 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822796876408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27862] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27862/stat : 27862 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139822795824072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27863] ppid=27836 vsize=10162692 CPUtime=1.3 cores=4-7,12-15
/proc/27839/task/27863/stat : 27863 (java) R 27836 27839 26963 0 -1 4202560 25 0 0 0 130 0 0 0 20 0 27 0 11807752 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139821385236736 139822930021721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27839/tid=27864] ppid=27836 vsize=10162692 CPUtime=1.3 cores=4-7,12-15
/proc/27839/task/27864/stat : 27864 (java) R 27836 27839 26963 0 -1 4202560 85 0 0 0 128 2 0 0 20 0 27 0 11807752 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139821384192968 139822930067883 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27865] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27865/stat : 27865 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139821383141032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27866] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27866/stat : 27866 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 49998 33554432000 1073741824 1073778376 140736982478576 139821382087464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 10162692

[startup+3.10117 s]
/proc/loadavg: 4.21 2.55 1.61 6/311 27939
/proc/meminfo: memFree=27544416/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=8.45 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 25290 0 1 0 830 15 0 0 20 0 27 0 11807734 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 55716 2275 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2506 0 1 0 14 2 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27842] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27842/stat : 27842 (java) S 27836 27839 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822833285288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27843] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27843/stat : 27843 (java) S 27836 27839 26963 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822832232744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27844] ppid=27836 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/27839/task/27844/stat : 27844 (java) S 27836 27839 26963 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822831180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27845] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27845/stat : 27845 (java) S 27836 27839 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822830127656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27846] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27846/stat : 27846 (java) S 27836 27839 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822829075112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27847] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27847/stat : 27847 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822828022568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27848] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27848/stat : 27848 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822826970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27849] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27849/stat : 27849 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822825917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27850] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27850/stat : 27850 (java) S 27836 27839 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822824863912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27851] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27851/stat : 27851 (java) S 27836 27839 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822823811368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27852] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27852/stat : 27852 (java) S 27836 27839 26963 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822822758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27853] ppid=27836 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/27839/task/27853/stat : 27853 (java) S 27836 27839 26963 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822821706280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27854] ppid=27836 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/27839/task/27854/stat : 27854 (java) S 27836 27839 26963 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 27 0 11807735 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822820653736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27855] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27855/stat : 27855 (java) S 27836 27839 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822803192552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27856] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27856/stat : 27856 (java) S 27836 27839 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822802138872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27857] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27857/stat : 27857 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822801086216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27858] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27858/stat : 27858 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822800033936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27859] ppid=27836 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/27839/task/27859/stat : 27859 (java) S 27836 27839 26963 0 -1 4202560 10926 0 0 0 80 2 0 0 20 0 27 0 11807739 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822798981304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27860] ppid=27836 vsize=10162692 CPUtime=1.38 cores=4-7,12-15
/proc/27839/task/27860/stat : 27860 (java) S 27836 27839 26963 0 -1 4202560 10292 0 0 0 136 2 0 0 20 0 27 0 11807739 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822797928760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27861] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27861/stat : 27861 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822796876408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27862] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27862/stat : 27862 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139822795824072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27863] ppid=27836 vsize=10162692 CPUtime=2.85 cores=4-7,12-15
/proc/27839/task/27863/stat : 27863 (java) R 27836 27839 26963 0 -1 4202560 25 0 0 0 285 0 0 0 20 0 27 0 11807752 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139821385243736 139822929975903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27839/tid=27864] ppid=27836 vsize=10162692 CPUtime=2.85 cores=4-7,12-15
/proc/27839/task/27864/stat : 27864 (java) R 27836 27839 26963 0 -1 4202560 87 0 0 0 283 2 0 0 20 0 27 0 11807752 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139821384184192 139822930183446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27865] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27865/stat : 27865 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139821383141032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27866] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27866/stat : 27866 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 55716 33554432000 1073741824 1073778376 140736982478576 139821382087464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 10162692

[startup+6.30119 s]
/proc/loadavg: 4.21 2.55 1.61 5/311 27939
/proc/meminfo: memFree=27247152/32872528 swapFree=8828/8828

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

[pid=27839/tid=27843] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27843/stat : 27843 (java) S 27836 27839 26963 0 -1 4202560 158 0 0 0 11 7 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822832232744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27844] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27844/stat : 27844 (java) S 27836 27839 26963 0 -1 4202560 96 0 0 0 11 7 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822831180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27845] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27845/stat : 27845 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 11 7 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822830127656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27846] ppid=27836 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/27839/task/27846/stat : 27846 (java) S 27836 27839 26963 0 -1 4202560 128 0 0 0 10 5 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822829075112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27847] ppid=27836 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/27839/task/27847/stat : 27847 (java) S 27836 27839 26963 0 -1 4202560 111 0 0 0 14 7 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822828022568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27848] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27848/stat : 27848 (java) S 27836 27839 26963 0 -1 4202560 143 0 0 0 12 4 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822826970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27849] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27849/stat : 27849 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 8 6 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822825917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27850] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27850/stat : 27850 (java) S 27836 27839 26963 0 -1 4202560 93 0 0 0 10 6 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822824863912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27851] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27851/stat : 27851 (java) S 27836 27839 26963 0 -1 4202560 161 0 0 0 10 6 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822823811368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27852] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27852/stat : 27852 (java) S 27836 27839 26963 0 -1 4202560 109 0 0 0 9 5 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822822758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27853] ppid=27836 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/27839/task/27853/stat : 27853 (java) S 27836 27839 26963 0 -1 4202560 133 0 0 0 14 8 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822821706280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27854] ppid=27836 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/27839/task/27854/stat : 27854 (java) S 27836 27839 26963 0 -1 4202560 173 0 0 0 14 9 0 0 20 0 27 0 11807735 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822820653736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27855] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27855/stat : 27855 (java) S 27836 27839 26963 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822803192552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27856] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27856/stat : 27856 (java) S 27836 27839 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822802138872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27857] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27857/stat : 27857 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11807737 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822801086216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27858] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27858/stat : 27858 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822800033936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27859] ppid=27836 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/27839/task/27859/stat : 27859 (java) S 27836 27839 26963 0 -1 4202560 10926 0 0 0 85 2 0 0 20 0 27 0 11807739 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822798981304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27860] ppid=27836 vsize=10162692 CPUtime=2.31 cores=4-7,12-15
/proc/27839/task/27860/stat : 27860 (java) S 27836 27839 26963 0 -1 4202560 10411 0 0 0 229 2 0 0 20 0 27 0 11807739 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822797928760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27861] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27861/stat : 27861 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822796876408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27862] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27862/stat : 27862 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11807739 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139822795824072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27863] ppid=27836 vsize=10162692 CPUtime=36.98 cores=4-7,12-15
/proc/27839/task/27863/stat : 27863 (java) R 27836 27839 26963 0 -1 4202560 49 0 0 0 3698 0 0 0 20 0 27 0 11807752 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139821385236720 139822930021648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27839/tid=27864] ppid=27836 vsize=10162692 CPUtime=36.96 cores=4-7,12-15
/proc/27839/task/27864/stat : 27864 (java) R 27836 27839 26963 0 -1 4202560 504 0 0 0 3682 14 0 0 20 0 27 0 11807752 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139821384191320 139822929971149 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27865] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27865/stat : 27865 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139821383141032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27866] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27866/stat : 27866 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11807752 10406596608 306632 33554432000 1073741824 1073778376 140736982478576 139821382087464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 10162692

[startup+38.0011 s]
/proc/loadavg: 4.25 2.74 1.70 5/310 28012
/proc/meminfo: memFree=26397060/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=80.56 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 28142 0 1 0 7958 98 0 0 20 0 24 0 11807734 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 306618 2276 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2507 0 1 0 14 2 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822989837176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27842] ppid=27836 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/27839/task/27842/stat : 27842 (java) S 27836 27839 26963 0 -1 4202560 122 0 0 0 6 4 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822833285288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27843] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27843/stat : 27843 (java) S 27836 27839 26963 0 -1 4202560 158 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822832232744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27844] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27844/stat : 27844 (java) S 27836 27839 26963 0 -1 4202560 96 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822831180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27845] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27845/stat : 27845 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822830127656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27846] ppid=27836 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/27839/task/27846/stat : 27846 (java) S 27836 27839 26963 0 -1 4202560 128 0 0 0 10 5 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822829075112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27847] ppid=27836 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/27839/task/27847/stat : 27847 (java) S 27836 27839 26963 0 -1 4202560 111 0 0 0 14 7 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822828022568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27848] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27848/stat : 27848 (java) S 27836 27839 26963 0 -1 4202560 143 0 0 0 12 4 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822826970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27849] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27849/stat : 27849 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 8 6 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822825917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27850] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27850/stat : 27850 (java) S 27836 27839 26963 0 -1 4202560 93 0 0 0 10 6 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822824863912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27851] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27851/stat : 27851 (java) S 27836 27839 26963 0 -1 4202560 161 0 0 0 10 6 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822823811368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27852] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27852/stat : 27852 (java) S 27836 27839 26963 0 -1 4202560 109 0 0 0 9 5 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822822758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27853] ppid=27836 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/27839/task/27853/stat : 27853 (java) S 27836 27839 26963 0 -1 4202560 133 0 0 0 14 8 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822821706280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27854] ppid=27836 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/27839/task/27854/stat : 27854 (java) S 27836 27839 26963 0 -1 4202560 173 0 0 0 14 9 0 0 20 0 24 0 11807735 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822820653736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27855] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27855/stat : 27855 (java) S 27836 27839 26963 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822803192552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27856] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27856/stat : 27856 (java) S 27836 27839 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822802138872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27857] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27857/stat : 27857 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822801086216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27858] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27858/stat : 27858 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822800033936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27859] ppid=27836 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/27839/task/27859/stat : 27859 (java) S 27836 27839 26963 0 -1 4202560 10926 0 0 0 85 2 0 0 20 0 24 0 11807739 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822798981304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27860] ppid=27836 vsize=10162692 CPUtime=2.43 cores=4-7,12-15
/proc/27839/task/27860/stat : 27860 (java) S 27836 27839 26963 0 -1 4202560 10411 0 0 0 241 2 0 0 20 0 24 0 11807739 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822797928760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27861] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27861/stat : 27861 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822796876408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27862] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27862/stat : 27862 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139822795824072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27865] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27865/stat : 27865 (java) S 27836 27839 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11807752 10406596608 306618 33554432000 1073741824 1073778376 140736982478576 139821383141032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 80.56
Current children cumulated vsize (KiB) 10162692

[startup+38.2009 s]
/proc/loadavg: 4.25 2.74 1.70 5/310 28012
/proc/meminfo: memFree=26397060/32872528 swapFree=8828/8828
[pid=27839] ppid=27836 vsize=10162692 CPUtime=80.6 cores=4-7,12-15
/proc/27839/stat : 27839 (java) S 27836 27839 26963 0 -1 4202496 28151 0 1 0 7962 98 0 0 20 0 24 0 11807734 10406596608 304871 33554432000 1073741824 1073778376 140736982478576 140736982469712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27839/statm: 2540673 304871 2281 9 0 2531350 0
[pid=27839/tid=27840] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27840/stat : 27840 (java) S 27836 27839 26963 0 -1 4202560 2508 0 1 0 14 2 0 0 20 0 24 0 11807735 10406596608 304871 33554432000 1073741824 1073778376 140736982478576 139822989837016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27842] ppid=27836 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/27839/task/27842/stat : 27842 (java) S 27836 27839 26963 0 -1 4202560 122 0 0 0 6 4 0 0 20 0 24 0 11807735 10406596608 304871 33554432000 1073741824 1073778376 140736982478576 139822833285288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27843] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27843/stat : 27843 (java) S 27836 27839 26963 0 -1 4202560 158 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 304871 33554432000 1073741824 1073778376 140736982478576 139822832232744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27844] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27844/stat : 27844 (java) S 27836 27839 26963 0 -1 4202560 96 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 304873 33554432000 1073741824 1073778376 140736982478576 139822831180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27845] ppid=27836 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/27839/task/27845/stat : 27845 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 11 7 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822830127656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27846] ppid=27836 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/27839/task/27846/stat : 27846 (java) S 27836 27839 26963 0 -1 4202560 128 0 0 0 10 5 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822829075112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27847] ppid=27836 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/27839/task/27847/stat : 27847 (java) S 27836 27839 26963 0 -1 4202560 111 0 0 0 14 7 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822828022568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27839/tid=27848] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27848/stat : 27848 (java) S 27836 27839 26963 0 -1 4202560 143 0 0 0 12 4 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822826970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27849] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27849/stat : 27849 (java) S 27836 27839 26963 0 -1 4202560 140 0 0 0 8 6 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822825917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=27839/tid=27850] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27850/stat : 27850 (java) S 27836 27839 26963 0 -1 4202560 93 0 0 0 10 6 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822824863912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27851] ppid=27836 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/27839/task/27851/stat : 27851 (java) S 27836 27839 26963 0 -1 4202560 161 0 0 0 10 6 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822823811368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27852] ppid=27836 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/27839/task/27852/stat : 27852 (java) S 27836 27839 26963 0 -1 4202560 109 0 0 0 9 5 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822822758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27839/tid=27853] ppid=27836 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/27839/task/27853/stat : 27853 (java) S 27836 27839 26963 0 -1 4202560 133 0 0 0 14 8 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822821706280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27854] ppid=27836 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/27839/task/27854/stat : 27854 (java) S 27836 27839 26963 0 -1 4202560 173 0 0 0 14 9 0 0 20 0 24 0 11807735 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822820653736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=27839/tid=27855] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27855/stat : 27855 (java) S 27836 27839 26963 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822803192552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27839/tid=27856] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27856/stat : 27856 (java) S 27836 27839 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822802138872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27857] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27857/stat : 27857 (java) S 27836 27839 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11807737 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822801086216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27858] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27858/stat : 27858 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822800033936 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27859] ppid=27836 vsize=10162692 CPUtime=0.87 cores=4-7,12-15
/proc/27839/task/27859/stat : 27859 (java) R 27836 27839 26963 0 -1 4202560 10933 0 0 0 85 2 0 0 20 0 24 0 11807739 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822798981144 139822996283784 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=27839/tid=27860] ppid=27836 vsize=10162692 CPUtime=2.45 cores=4-7,12-15
/proc/27839/task/27860/stat : 27860 (java) R 27836 27839 26963 0 -1 4202560 10412 0 0 0 243 2 0 0 20 0 24 0 11807739 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822797916048 139822993954313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27839/tid=27861] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27861/stat : 27861 (java) S 27836 27839 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822796876408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=27839/tid=27862] ppid=27836 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/27839/task/27862/stat : 27862 (java) S 27836 27839 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11807739 10406596608 304874 33554432000 1073741824 1073778376 140736982478576 139822795824072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 80.6
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.0299988
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): 0

Real time (s): 38.2747
CPU time (s): 80.9197
CPU user time (s): 79.7089
CPU system time (s): 1.21081
CPU usage (%): 211.418
Max. virtual memory (cumulated for all children) (KiB): 10163004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.6789
system time used= 1.21081
maximum resident set size= 1226532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28166
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= 1824
involuntary context switches= 1929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.356945 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:42:29
IDJOB=4120163
IDBENCH=109737
IDSOLVER=2543
FILE ID=node132/4120163-1467308549
RUNJOBID= node132-1467308448-26980
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-n94-d3-i2-r2.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-4120163-1467308549/watcher-4120163-1467308549 -o /tmp/evaluation-result-4120163-1467308549/solver-4120163-1467308549 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26980 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120163-1467308549.opb

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

MD5SUM BENCH= 651e6e4d56f2f5ed63e52f29c55253d1
RANDOM SEED=1710121886

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:        27736268 kB
Buffers:          160856 kB
Cached:          3978172 kB
SwapCached:            0 kB
Active:           437132 kB
Inactive:        3919128 kB
Active(anon):     219804 kB
Inactive(anon):        0 kB
Active(file):     217328 kB
Inactive(file):  3919128 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1912 kB
Writeback:             0 kB
AnonPages:        137808 kB
Mapped:            22216 kB
Shmem:               216 kB
Slab:             636740 kB
SReclaimable:      75592 kB
SUnreclaim:       561148 kB
KernelStack:        2600 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     842080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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:43:08