Trace number 4120091

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 168.028 81.8385

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n86-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMbbe91c2e9deaa3fdf5ea9ea26d961f9d
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 benchmark5.75512
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129
Total number of constraints344
Number of constraints which are clauses344
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.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@22c84d9
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@3f7fa65e
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@558385e3
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@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4120091-1467308451.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.055s.
0.11/0.16	c declared #vars     129
0.11/0.16	c #constraints  344
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 => 344
0.11/0.17	c 344 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 => 344
0.11/0.17	c 344 constraints processed.
1.48/0.56	c cleaning 2499 clauses out of 5002 with flag 19213/5002
2.28/0.72	c cleaning 0 clauses out of 5001 with flag 0/5001
2.28/0.77	c cleaning 4250 clauses out of 8502 with flag 47895/11001
2.89/0.98	c cleaning 0 clauses out of 11001 with flag 0/11001
3.22/1.07	c cleaning 5620 clauses out of 11251 with flag 80593/18000
3.92/1.27	c cleaning 0 clauses out of 18001 with flag 0/18001
4.63/1.53	c cleaning 6813 clauses out of 13632 with flag 115672/26001
4.97/1.61	c cleaning 0 clauses out of 26000 with flag 0/26000
5.80/1.94	c cleaning 7905 clauses out of 15819 with flag 154990/35001
5.99/2.03	c cleaning 0 clauses out of 35001 with flag 0/35001
7.09/2.52	c cleaning 0 clauses out of 45000 with flag 0/45000
7.09/2.57	c cleaning 8950 clauses out of 17913 with flag 201010/45000
8.09/3.09	c cleaning 0 clauses out of 56000 with flag 0/56000
8.91/3.42	c cleaning 9980 clauses out of 19963 with flag 252740/56000
9.56/3.70	c cleaning 0 clauses out of 68000 with flag 0/68000
10.98/4.46	c cleaning 0 clauses out of 81000 with flag 0/81000
10.98/4.49	c cleaning 10989 clauses out of 21983 with flag 309554/68000
12.55/5.26	c cleaning 0 clauses out of 95000 with flag 0/95000
12.96/5.44	c cleaning 11995 clauses out of 23995 with flag 370866/81001
14.36/6.13	c cleaning 0 clauses out of 110001 with flag 0/110001
15.58/6.72	c cleaning 12995 clauses out of 26000 with flag 440890/95001
17.13/7.43	c cleaning 0 clauses out of 126001 with flag 0/126001
18.13/7.99	c cleaning 14002 clauses out of 28005 with flag 513252/110001
19.13/8.49	c cleaning 0 clauses out of 143001 with flag 0/143001
21.33/9.55	c cleaning 0 clauses out of 161000 with flag 0/161000
21.53/9.66	c cleaning 15000 clauses out of 30003 with flag 586650/126001
24.96/11.23	c cleaning 0 clauses out of 180000 with flag 0/180000
25.16/11.38	c cleaning 15999 clauses out of 32002 with flag 665000/143000
27.76/12.60	c cleaning 0 clauses out of 200000 with flag 0/200000
29.18/13.34	c cleaning 16995 clauses out of 34004 with flag 748613/161001
30.96/14.27	c cleaning 0 clauses out of 221001 with flag 0/221001
33.58/15.59	c cleaning 18001 clauses out of 36008 with flag 833980/180000
34.37/15.95	c cleaning 0 clauses out of 243000 with flag 0/243000
39.56/18.50	c cleaning 18998 clauses out of 38008 with flag 922191/200001
39.56/18.57	c cleaning 0 clauses out of 266001 with flag 0/266001
44.30/20.75	c cleaning 0 clauses out of 290000 with flag 0/290000
45.51/21.34	c cleaning 20000 clauses out of 40009 with flag 1014204/221000
48.71/22.99	c cleaning 0 clauses out of 315000 with flag 0/315000
50.91/24.02	c cleaning 21001 clauses out of 42010 with flag 1109896/243001
52.71/24.93	c cleaning 0 clauses out of 341001 with flag 0/341001
56.50/26.88	c cleaning 22000 clauses out of 44008 with flag 1211957/266000
57.51/27.35	c cleaning 0 clauses out of 368000 with flag 0/368000
64.17/30.44	c cleaning 23001 clauses out of 46008 with flag 1316110/290000
64.99/30.90	c cleaning 0 clauses out of 396000 with flag 0/396000
72.37/34.55	c cleaning 0 clauses out of 425001 with flag 0/425001
73.17/34.99	c cleaning 24001 clauses out of 48007 with flag 1427925/315000
78.78/37.79	c cleaning 24996 clauses out of 50006 with flag 1546578/341000
80.78/38.75	c cleaning 0 clauses out of 455001 with flag 0/455001
85.18/40.95	c cleaning 26005 clauses out of 52010 with flag 1663474/368000
89.77/43.25	c cleaning 0 clauses out of 486000 with flag 0/486000
91.99/44.37	c cleaning 26999 clauses out of 54006 with flag 1793533/396001
98.22/47.42	c cleaning 0 clauses out of 518001 with flag 0/518001
100.00/48.33	c cleaning 28004 clauses out of 56007 with flag 1926125/425001
106.82/51.78	c cleaning 0 clauses out of 551000 with flag 0/551000
109.22/52.94	c cleaning 28997 clauses out of 58003 with flag 2057470/455001
116.98/56.70	c cleaning 0 clauses out of 585000 with flag 0/585000
119.79/58.16	c cleaning 29992 clauses out of 60006 with flag 2191954/486001
130.35/63.05	c cleaning 31001 clauses out of 62013 with flag 2337002/518000
133.37/64.58	c cleaning 0 clauses out of 620001 with flag 0/620001
140.17/67.99	c cleaning 32002 clauses out of 64012 with flag 2489823/551000
146.57/71.15	c cleaning 0 clauses out of 656000 with flag 0/656000
153.37/74.53	c cleaning 33004 clauses out of 66010 with flag 2646436/585000
161.49/78.55	c cleaning 0 clauses out of 693001 with flag 0/693001
166.50/81.01	c cleaning 33996 clauses out of 68006 with flag 2797821/620000
167.91/81.71	c And the winner is solver1
167.91/81.72	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
167.91/81.72	c starts		: 150
167.91/81.72	c conflicts		: 625734
167.91/81.72	c decisions		: 777903
167.91/81.72	c propagations		: 4473981
167.91/81.72	c inspects		: 1966862724
167.91/81.72	c shortcuts		: 0
167.91/81.72	c learnt literals	: 0
167.91/81.72	c learnt binary clauses	: 0
167.91/81.72	c learnt ternary clauses	: 0
167.91/81.72	c learnt constraints	: 625734
167.91/81.72	c ignored constraints	: 0
167.91/81.72	c root simplifications	: 0
167.91/81.72	c removed literals (reason simplification)	: 1882396
167.91/81.72	c reason swapping (by a shorter reason)	: 0
167.91/81.72	c Calls to reduceDB	: 31
167.91/81.72	c Number of update (reduction) of LBD	: 126802
167.91/81.72	c Imported unit clauses	: 0
167.91/81.72	c number of reductions to clauses (during analyze)	: 0
167.91/81.72	c number of learned constraints concerned by reduction	: 0
167.91/81.72	c number of learning phase by resolution	: 0
167.91/81.72	c number of learning phase by cutting planes	: 0
167.91/81.72	c speed (assignments/second)	: 54861.142107392916
167.91/81.72	c non guided choices	408
167.91/81.74	c learnt constraints type 
167.91/81.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39744
167.91/81.74	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
167.91/81.74	c starts		: 169
167.91/81.74	c conflicts		: 710137
167.91/81.74	c decisions		: 791896
167.91/81.74	c propagations		: 3276638
167.91/81.74	c inspects		: 699645174
167.91/81.74	c shortcuts		: 0
167.91/81.74	c learnt literals	: 1
167.91/81.74	c learnt binary clauses	: 5
167.91/81.74	c learnt ternary clauses	: 6
167.91/81.74	c learnt constraints	: 710135
167.91/81.74	c ignored constraints	: 0
167.91/81.74	c root simplifications	: 0
167.91/81.74	c removed literals (reason simplification)	: 0
167.91/81.74	c reason swapping (by a shorter reason)	: 0
167.91/81.74	c Calls to reduceDB	: 33
167.91/81.74	c Number of update (reduction) of LBD	: 0
167.91/81.74	c Imported unit clauses	: 0
167.91/81.74	c number of reductions to clauses (during analyze)	: 0
167.91/81.74	c number of learned constraints concerned by reduction	: 0
167.91/81.74	c number of learning phase by resolution	: 0
167.91/81.74	c number of learning phase by cutting planes	: 0
167.91/81.74	c speed (assignments/second)	: 40170.63063946646
167.91/81.74	c non guided choices	199
167.91/81.82	c learnt constraints type 
167.91/81.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 710130
167.91/81.82	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
167.91/81.82	s UNSATISFIABLE
167.91/81.82	c Total wall clock time (in seconds): 81.713

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

pid=27178
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: 1.92 1.67 1.25 4/285 27181
/proc/meminfo: memFree=27676256/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 1514 0 1 0 0 0 0 0 20 0 2 0 11797886 156246016 1116 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 38146 1116 860 9 0 29255 0
[pid=27181/tid=27182] ppid=27178 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) R 27178 27181 26963 0 -1 4202560 302 0 1 0 0 0 0 0 20 0 2 0 11797887 156246016 1129 33554432000 1073741824 1073778376 140736436013056 140684929620272 140684933632032 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 1.92 1.67 1.25 4/285 27181
/proc/meminfo: memFree=27676256/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 4521 0 1 0 9 2 0 0 20 0 23 0 11797886 10133950464 6141 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2474109 6141 2155 9 0 2464786 0
[pid=27181/tid=27182] ppid=27178 vsize=9896436 CPUtime=0.08 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) R 27178 27181 26963 0 -1 4202560 2418 0 1 0 6 2 0 0 20 0 23 0 11797887 10133950464 6141 33554432000 1073741824 1073778376 140736436013056 140684929616800 216812021005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200283 s]
/proc/loadavg: 1.92 1.67 1.25 4/285 27181
/proc/meminfo: memFree=27676256/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 4833 0 1 0 25 2 0 0 20 0 27 0 11797886 10406596608 7945 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 7947 2221 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2441 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 7949 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10162692

[startup+0.30035 s]
/proc/loadavg: 1.92 1.67 1.25 4/285 27181
/proc/meminfo: memFree=27676256/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=0.67 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 8191 0 1 0 64 3 0 0 20 0 27 0 11797886 10406596608 10047 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 10047 2246 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2441 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 10047 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10162692

[startup+0.700284 s]
/proc/loadavg: 1.92 1.67 1.25 4/285 27181
/proc/meminfo: memFree=27676256/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=2.28 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 21123 0 1 0 222 6 0 0 20 0 27 0 11797886 10406596608 32358 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 32358 2261 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2441 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 32358 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10162692

[startup+1.50107 s]
/proc/loadavg: 1.92 1.67 1.25 6/312 27208
/proc/meminfo: memFree=27427504/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=4.63 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 25492 0 1 0 456 7 0 0 20 0 27 0 11797886 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 50987 2275 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2441 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27184] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684891109800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27185] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684890057256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27186] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26963 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684889004200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27187] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684887951656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27188] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684886899624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27189] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684885847080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27190] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684884794024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27191] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684883741480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27192] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684882688424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27193] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684881635880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27194] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684880582824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=27181/tid=27195] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684879530280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27196] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684878478248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27197] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140684742822888 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27198] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683868366328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27199] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683867313672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27200] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683866261904 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27201] ppid=27178 vsize=10162692 CPUtime=0.7 cores=0-3,8-11
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26963 0 -1 4202560 10860 0 0 0 68 2 0 0 20 0 27 0 11797891 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683865209272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27202] ppid=27178 vsize=10162692 CPUtime=1.05 cores=0-3,8-11
/proc/27181/task/27202/stat : 27202 (java) R 27178 27181 26963 0 -1 4202560 10689 0 0 0 103 2 0 0 20 0 27 0 11797891 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683864156216 140684935776464 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27203] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27203/stat : 27203 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683863103864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27204] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27204/stat : 27204 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683862052040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27205] ppid=27178 vsize=10162692 CPUtime=1.28 cores=0-3,8-11
/proc/27181/task/27205/stat : 27205 (java) R 27178 27181 26963 0 -1 4202560 25 0 0 0 128 0 0 0 20 0 27 0 11797904 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683860995344 140684757654576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27206] ppid=27178 vsize=10162692 CPUtime=1.28 cores=0-3,8-11
/proc/27181/task/27206/stat : 27206 (java) R 27178 27181 26963 0 -1 4202560 91 0 0 0 127 1 0 0 20 0 27 0 11797904 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683859943088 140684758298687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27207] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27207/stat : 27207 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683858892200 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27208] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27208/stat : 27208 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 50987 33554432000 1073741824 1073778376 140736436013056 140683857839144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 10162692

[startup+3.10116 s]
/proc/loadavg: 1.92 1.67 1.25 5/312 27208
/proc/meminfo: memFree=27321552/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=8.29 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 27388 0 1 0 816 13 0 0 20 0 27 0 11797886 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 84917 2275 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2441 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27184] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684891109800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27185] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684890057256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27186] ppid=27178 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684889004200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27187] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684887951656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27188] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684886899624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27189] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684885847080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=27181/tid=27190] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684884794024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27191] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684883741480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27192] ppid=27178 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684882688424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27193] ppid=27178 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684881635880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27194] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684880582824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=27181/tid=27195] ppid=27178 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684879530280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27196] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797887 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684878478248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27197] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26963 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140684742822888 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27198] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683868366328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27199] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683867313672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27200] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683866261904 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27201] ppid=27178 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26963 0 -1 4202560 10860 0 0 0 72 2 0 0 20 0 27 0 11797891 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683865209272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27202] ppid=27178 vsize=10162692 CPUtime=1.38 cores=0-3,8-11
/proc/27181/task/27202/stat : 27202 (java) S 27178 27181 26963 0 -1 4202560 12359 0 0 0 136 2 0 0 20 0 27 0 11797891 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683864156216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27203] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27203/stat : 27203 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683863103864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27204] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27204/stat : 27204 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683862052040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27205] ppid=27178 vsize=10162692 CPUtime=2.86 cores=0-3,8-11
/proc/27181/task/27205/stat : 27205 (java) R 27178 27181 26963 0 -1 4202560 27 0 0 0 286 0 0 0 20 0 27 0 11797904 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683860988432 140684758206199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27206] ppid=27178 vsize=10162692 CPUtime=2.86 cores=0-3,8-11
/proc/27181/task/27206/stat : 27206 (java) R 27178 27181 26963 0 -1 4202560 152 0 0 0 283 3 0 0 20 0 27 0 11797904 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683859935344 140684758119717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27207] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27207/stat : 27207 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683858892200 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27208] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27208/stat : 27208 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 84917 33554432000 1073741824 1073778376 140736436013056 140683857839144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 10162692

[startup+6.30116 s]
/proc/loadavg: 2.08 1.70 1.27 5/312 27208
/proc/meminfo: memFree=26941812/32872528 swapFree=8828/8828

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

[pid=27181/tid=27188] ppid=27178 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26963 0 -1 4202560 169 0 0 0 13 7 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684886899624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27189] ppid=27178 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26963 0 -1 4202560 138 0 0 0 8 5 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684885847080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27190] ppid=27178 vsize=10162692 CPUtime=0.22 cores=0-3,8-11
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26963 0 -1 4202560 148 0 0 0 14 8 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684884794024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27191] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26963 0 -1 4202560 120 0 0 0 9 6 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684883741480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27192] ppid=27178 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26963 0 -1 4202560 176 0 0 0 21 11 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684882688424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27193] ppid=27178 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26963 0 -1 4202560 135 0 0 0 12 5 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684881635880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27194] ppid=27178 vsize=10162692 CPUtime=0.21 cores=0-3,8-11
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26963 0 -1 4202560 102 0 0 0 14 7 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684880582824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27195] ppid=27178 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26963 0 -1 4202560 156 0 0 0 16 10 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684879530280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27196] ppid=27178 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26963 0 -1 4202560 188 0 0 0 19 11 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684878478248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27197] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26963 0 -1 4202560 979 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684742822888 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27198] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683868366328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27199] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683867313672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27200] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683866261904 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27201] ppid=27178 vsize=10162692 CPUtime=0.89 cores=0-3,8-11
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26963 0 -1 4202560 10893 0 0 0 87 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683865209272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27202] ppid=27178 vsize=10162692 CPUtime=1.62 cores=0-3,8-11
/proc/27181/task/27202/stat : 27202 (java) S 27178 27181 26963 0 -1 4202560 14450 0 0 0 160 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683864156216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27203] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27203/stat : 27203 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683863103864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27204] ppid=27178 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/27181/task/27204/stat : 27204 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683862052040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27205] ppid=27178 vsize=10162692 CPUtime=80 cores=0-3,8-11
/proc/27181/task/27205/stat : 27205 (java) R 27178 27181 26963 0 -1 4202560 44 0 0 0 7999 1 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683860995432 140684758896312 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=27181/tid=27206] ppid=27178 vsize=10162692 CPUtime=79.99 cores=0-3,8-11
/proc/27181/task/27206/stat : 27206 (java) R 27178 27181 26963 0 -1 4202560 1425 0 0 0 7969 30 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683859942408 140684758119735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27207] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27207/stat : 27207 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683858892200 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27208] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27208/stat : 27208 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683857839144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 166.1
Current children cumulated vsize (KiB) 10162692

[startup+81.6011 s]
/proc/loadavg: 3.77 2.36 1.53 5/311 27209
/proc/meminfo: memFree=23376084/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=167.71 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 33360 0 1 0 16633 138 0 0 20 0 27 0 11797886 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 557113 2276 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2447 0 1 0 13 2 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684929618808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27184] ppid=27178 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26963 0 -1 4202560 143 0 0 0 12 8 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684891109800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27185] ppid=27178 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26963 0 -1 4202560 156 0 0 0 15 8 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684890057256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27186] ppid=27178 vsize=10162692 CPUtime=0.21 cores=0-3,8-11
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26963 0 -1 4202560 160 0 0 0 12 9 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684889004200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27187] ppid=27178 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26963 0 -1 4202560 60 0 0 0 10 6 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684887951656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27188] ppid=27178 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26963 0 -1 4202560 169 0 0 0 13 7 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684886899624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27189] ppid=27178 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26963 0 -1 4202560 138 0 0 0 8 5 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684885847080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27190] ppid=27178 vsize=10162692 CPUtime=0.22 cores=0-3,8-11
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26963 0 -1 4202560 148 0 0 0 14 8 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684884794024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27191] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26963 0 -1 4202560 120 0 0 0 9 6 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684883741480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27192] ppid=27178 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26963 0 -1 4202560 176 0 0 0 21 11 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684882688424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27193] ppid=27178 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26963 0 -1 4202560 135 0 0 0 12 5 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684881635880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27194] ppid=27178 vsize=10162692 CPUtime=0.21 cores=0-3,8-11
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26963 0 -1 4202560 102 0 0 0 14 7 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684880582824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27195] ppid=27178 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26963 0 -1 4202560 156 0 0 0 16 10 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684879530280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27196] ppid=27178 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26963 0 -1 4202560 188 0 0 0 19 11 0 0 20 0 27 0 11797887 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684878478248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27197] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26963 0 -1 4202560 979 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140684742822888 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27198] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683868366328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27199] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11797889 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683867313672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27200] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683866261904 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27201] ppid=27178 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26963 0 -1 4202560 10893 0 0 0 88 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683865209272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27202] ppid=27178 vsize=10162692 CPUtime=1.62 cores=0-3,8-11
/proc/27181/task/27202/stat : 27202 (java) S 27178 27181 26963 0 -1 4202560 14450 0 0 0 160 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683864156216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27203] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27203/stat : 27203 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683863103864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27204] ppid=27178 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/27181/task/27204/stat : 27204 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 27 0 11797891 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683862052040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27205] ppid=27178 vsize=10162692 CPUtime=80.8 cores=0-3,8-11
/proc/27181/task/27205/stat : 27205 (java) R 27178 27181 26963 0 -1 4202560 44 0 0 0 8079 1 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683860988400 140684758057618 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=27181/tid=27206] ppid=27178 vsize=10162692 CPUtime=80.79 cores=0-3,8-11
/proc/27181/task/27206/stat : 27206 (java) R 27178 27181 26963 0 -1 4202560 1425 0 0 0 8049 30 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683859942488 140684758206199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27207] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27207/stat : 27207 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683858892200 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27208] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27208/stat : 27208 (java) S 27178 27181 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11797904 10406596608 557113 33554432000 1073741824 1073778376 140736436013056 140683857839144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 167.71
Current children cumulated vsize (KiB) 10162692

[startup+81.8011 s]
/proc/loadavg: 3.77 2.36 1.53 5/311 27209
/proc/meminfo: memFree=23376084/32872528 swapFree=8828/8828
[pid=27181] ppid=27178 vsize=10162692 CPUtime=167.67 cores=0-3,8-11
/proc/27181/stat : 27181 (java) S 27178 27181 26963 0 -1 4202496 33375 0 1 0 16626 141 0 0 20 0 24 0 11797886 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140736436004192 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27181/statm: 2540673 557111 2287 9 0 2531350 0
[pid=27181/tid=27182] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27182/stat : 27182 (java) S 27178 27181 26963 0 -1 4202560 2447 0 1 0 13 2 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684929618648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27184] ppid=27178 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/27181/task/27184/stat : 27184 (java) S 27178 27181 26963 0 -1 4202560 143 0 0 0 12 8 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684891109800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27185] ppid=27178 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/27181/task/27185/stat : 27185 (java) S 27178 27181 26963 0 -1 4202560 156 0 0 0 15 8 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684890057256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27186] ppid=27178 vsize=10162692 CPUtime=0.21 cores=0-3,8-11
/proc/27181/task/27186/stat : 27186 (java) S 27178 27181 26963 0 -1 4202560 160 0 0 0 12 9 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684889004200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27187] ppid=27178 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/27181/task/27187/stat : 27187 (java) S 27178 27181 26963 0 -1 4202560 60 0 0 0 10 6 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684887951656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27188] ppid=27178 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/27181/task/27188/stat : 27188 (java) S 27178 27181 26963 0 -1 4202560 169 0 0 0 13 7 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684886899624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27189] ppid=27178 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/27181/task/27189/stat : 27189 (java) S 27178 27181 26963 0 -1 4202560 138 0 0 0 8 5 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684885847080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27190] ppid=27178 vsize=10162692 CPUtime=0.22 cores=0-3,8-11
/proc/27181/task/27190/stat : 27190 (java) S 27178 27181 26963 0 -1 4202560 148 0 0 0 14 8 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684884794024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27191] ppid=27178 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/27181/task/27191/stat : 27191 (java) S 27178 27181 26963 0 -1 4202560 120 0 0 0 9 6 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684883741480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=27181/tid=27192] ppid=27178 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/27181/task/27192/stat : 27192 (java) S 27178 27181 26963 0 -1 4202560 176 0 0 0 21 11 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684882688424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27193] ppid=27178 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/27181/task/27193/stat : 27193 (java) S 27178 27181 26963 0 -1 4202560 135 0 0 0 12 5 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684881635880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27194] ppid=27178 vsize=10162692 CPUtime=0.21 cores=0-3,8-11
/proc/27181/task/27194/stat : 27194 (java) S 27178 27181 26963 0 -1 4202560 102 0 0 0 14 7 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684880582824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27195] ppid=27178 vsize=10162692 CPUtime=0.26 cores=0-3,8-11
/proc/27181/task/27195/stat : 27195 (java) S 27178 27181 26963 0 -1 4202560 156 0 0 0 16 10 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684879530280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27181/tid=27196] ppid=27178 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/27181/task/27196/stat : 27196 (java) S 27178 27181 26963 0 -1 4202560 188 0 0 0 19 11 0 0 20 0 24 0 11797887 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684878478248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27197] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27197/stat : 27197 (java) S 27178 27181 26963 0 -1 4202560 979 0 0 0 0 0 0 0 20 0 24 0 11797889 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140684742822888 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27181/tid=27198] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27198/stat : 27198 (java) S 27178 27181 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11797889 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683868366328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27199] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27199/stat : 27199 (java) S 27178 27181 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11797889 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683867313672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27200] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27200/stat : 27200 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11797891 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683866261904 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=27181/tid=27201] ppid=27178 vsize=10162692 CPUtime=0.92 cores=0-3,8-11
/proc/27181/task/27201/stat : 27201 (java) S 27178 27181 26963 0 -1 4202560 10900 0 0 0 90 2 0 0 20 0 24 0 11797891 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683865209272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27181/tid=27202] ppid=27178 vsize=10162692 CPUtime=1.65 cores=0-3,8-11
/proc/27181/task/27202/stat : 27202 (java) S 27178 27181 26963 0 -1 4202560 14453 0 0 0 163 2 0 0 20 0 24 0 11797891 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683864156216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27181/tid=27203] ppid=27178 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/27181/task/27203/stat : 27203 (java) S 27178 27181 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11797891 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683863103864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=27181/tid=27204] ppid=27178 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/27181/task/27204/stat : 27204 (java) S 27178 27181 26963 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 24 0 11797891 10406596608 557111 33554432000 1073741824 1073778376 140736436013056 140683862052040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 167.67
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.240005
#  lost CPU user time (s): 0.270004
#  lost CPU system time (s): -0.03

Real time (s): 81.8385
CPU time (s): 168.028
CPU user time (s): 166.446
CPU system time (s): 1.58275
CPU usage (%): 205.317
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.176
system time used= 1.61275
maximum resident set size= 2266676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33383
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2737
involuntary context switches= 1644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.671897 second user time and 0.973851 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:40:51
IDJOB=4120091
IDBENCH=109698
IDSOLVER=2543
FILE ID=node132/4120091-1467308451
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-n86-d3-i2-f.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-4120091-1467308451/watcher-4120091-1467308451 -o /tmp/evaluation-result-4120091-1467308451/solver-4120091-1467308451 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120091-1467308451.opb

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

MD5SUM BENCH= bbe91c2e9deaa3fdf5ea9ea26d961f9d
RANDOM SEED=1788568588

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:        27679980 kB
Buffers:          160508 kB
Cached:          3977876 kB
SwapCached:            0 kB
Active:           472996 kB
Inactive:        3918848 kB
Active(anon):     256040 kB
Inactive(anon):        0 kB
Active(file):     216956 kB
Inactive(file):  3918848 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:        239932 kB
Mapped:            22184 kB
Shmem:               216 kB
Slab:             635684 kB
SReclaimable:      75380 kB
SUnreclaim:       560304 kB
KernelStack:        2360 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     842168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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:42:13