Trace number 4121355

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 579.187 286.884

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-plain.pb.metafix.opb
MD5SUMbf00f9ed6465a8d14e3cdebeaba4fcfe
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 benchmark49.8344
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints164
Number of constraints which are clauses164
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4121355-1467309249.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.032s.
0.09/0.16	c declared #vars     77
0.09/0.16	c #constraints  164
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 164
0.09/0.16	c 164 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 164
0.09/0.16	c 164 constraints processed.
1.45/0.59	c cleaning 2497 clauses out of 5000 with flag 26632/5000
2.25/0.78	c cleaning 0 clauses out of 5001 with flag 0/5001
3.04/0.95	c cleaning 4243 clauses out of 8504 with flag 68060/11001
3.76/1.17	c cleaning 0 clauses out of 11001 with flag 0/11001
4.65/1.43	c cleaning 5625 clauses out of 11260 with flag 113475/18000
5.23/1.70	c cleaning 0 clauses out of 18000 with flag 0/18000
6.37/2.08	c cleaning 6815 clauses out of 13637 with flag 171023/26002
7.18/2.41	c cleaning 0 clauses out of 26000 with flag 0/26000
8.21/2.92	c cleaning 7903 clauses out of 15821 with flag 240829/35001
9.03/3.33	c cleaning 0 clauses out of 35000 with flag 0/35000
10.26/3.99	c cleaning 8955 clauses out of 17917 with flag 322271/45000
11.56/4.55	c cleaning 0 clauses out of 45002 with flag 0/45002
12.94/5.22	c cleaning 9969 clauses out of 19963 with flag 410969/56001
14.83/6.11	c cleaning 0 clauses out of 56003 with flag 0/56003
15.63/6.60	c cleaning 10989 clauses out of 21993 with flag 502806/68000
18.04/7.78	c cleaning 0 clauses out of 68002 with flag 0/68002
19.54/8.44	c cleaning 11999 clauses out of 24005 with flag 604762/81001
22.76/10.06	c cleaning 0 clauses out of 81000 with flag 0/81000
23.74/10.54	c cleaning 12999 clauses out of 26005 with flag 723534/95000
28.26/12.78	c cleaning 0 clauses out of 95000 with flag 0/95000
28.46/12.83	c cleaning 13997 clauses out of 28006 with flag 852769/110000
33.46/15.39	c cleaning 14995 clauses out of 30010 with flag 975149/126001
34.27/15.73	c cleaning 0 clauses out of 110000 with flag 0/110000
39.26/18.28	c cleaning 16001 clauses out of 32015 with flag 1109410/143001
43.19/20.13	c cleaning 0 clauses out of 126000 with flag 0/126000
46.39/21.71	c cleaning 17002 clauses out of 34014 with flag 1249671/161001
51.41/24.29	c cleaning 0 clauses out of 143000 with flag 0/143000
53.39/25.22	c cleaning 17998 clauses out of 36012 with flag 1399867/180001
61.56/29.23	c cleaning 0 clauses out of 161000 with flag 0/161000
61.76/29.37	c cleaning 19002 clauses out of 38013 with flag 1567731/200000
71.17/34.09	c cleaning 20000 clauses out of 40013 with flag 1730282/221002
76.17/36.52	c cleaning 0 clauses out of 180000 with flag 0/180000
81.76/39.34	c cleaning 20998 clauses out of 42011 with flag 1904435/243000
90.68/43.73	c cleaning 0 clauses out of 200001 with flag 0/200001
92.48/44.69	c cleaning 22000 clauses out of 44015 with flag 2082736/266002
104.28/50.56	c cleaning 23001 clauses out of 46013 with flag 2266393/290000
107.21/51.91	c cleaning 0 clauses out of 221000 with flag 0/221000
117.21/56.99	c cleaning 24001 clauses out of 48012 with flag 2467116/315000
126.01/61.33	c cleaning 0 clauses out of 243000 with flag 0/243000
131.24/63.93	c cleaning 25001 clauses out of 50012 with flag 2673341/341001
146.97/71.76	c cleaning 25994 clauses out of 52010 with flag 2893359/368000
149.97/73.27	c cleaning 0 clauses out of 266000 with flag 0/266000
164.77/80.67	c cleaning 27005 clauses out of 54017 with flag 3115043/396001
178.71/87.50	c cleaning 0 clauses out of 290001 with flag 0/290001
184.52/90.48	c cleaning 28001 clauses out of 56011 with flag 3352124/425000
204.83/100.59	c cleaning 29002 clauses out of 58010 with flag 3600095/455000
206.83/101.53	c cleaning 0 clauses out of 315001 with flag 0/315001
226.64/111.34	c cleaning 29998 clauses out of 60010 with flag 3848807/486002
241.83/118.72	c cleaning 0 clauses out of 341001 with flag 0/341001
250.63/123.18	c cleaning 30997 clauses out of 62011 with flag 4103475/518001
272.58/134.02	c cleaning 0 clauses out of 368001 with flag 0/368001
273.61/134.53	c cleaning 32001 clauses out of 64013 with flag 4349113/551000
299.14/147.25	c cleaning 32996 clauses out of 66012 with flag 4608085/585000
314.14/154.71	c cleaning 0 clauses out of 396000 with flag 0/396000
327.90/161.55	c cleaning 34003 clauses out of 68017 with flag 4887545/620001
358.25/176.64	c cleaning 34999 clauses out of 70012 with flag 5167793/656000
360.65/177.80	c cleaning 0 clauses out of 425000 with flag 0/425000
392.60/193.79	c cleaning 36005 clauses out of 72017 with flag 5462617/693004
406.30/200.59	c cleaning 0 clauses out of 455000 with flag 0/455000
430.91/212.83	c cleaning 36999 clauses out of 74007 with flag 5770091/731000
456.08/225.32	c cleaning 0 clauses out of 486000 with flag 0/486000
470.48/232.58	c cleaning 37998 clauses out of 76008 with flag 6092589/770000
509.43/251.92	c cleaning 0 clauses out of 518002 with flag 0/518002
509.43/251.92	c cleaning 39000 clauses out of 78010 with flag 6420934/810001
552.34/273.28	c cleaning 40000 clauses out of 80009 with flag 6755198/851001
576.51/285.20	c cleaning 0 clauses out of 551001 with flag 0/551001
578.91/286.41	c And the winner is solver0
578.91/286.79	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
578.91/286.79	c starts		: 143
578.91/286.79	c conflicts		: 880788
578.91/286.79	c decisions		: 997727
578.91/286.79	c propagations		: 18139304
578.91/286.79	c inspects		: 6334805677
578.91/286.79	c shortcuts		: 0
578.91/286.79	c learnt literals	: 18
578.91/286.79	c learnt binary clauses	: 164
578.91/286.79	c learnt ternary clauses	: 826
578.91/286.79	c learnt constraints	: 880769
578.91/286.79	c ignored constraints	: 0
578.91/286.79	c root simplifications	: 0
578.91/286.79	c removed literals (reason simplification)	: 3695859
578.91/286.79	c reason swapping (by a shorter reason)	: 0
578.91/286.79	c Calls to reduceDB	: 37
578.91/286.79	c Number of update (reduction) of LBD	: 266634
578.91/286.79	c Imported unit clauses	: 0
578.91/286.79	c number of reductions to clauses (during analyze)	: 0
578.91/286.79	c number of learned constraints concerned by reduction	: 0
578.91/286.79	c number of learning phase by resolution	: 0
578.91/286.79	c number of learning phase by cutting planes	: 0
578.91/286.79	c speed (assignments/second)	: 63285.61958789503
578.91/286.79	c non guided choices	15
578.91/286.82	c learnt constraints type 
578.91/286.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 164
578.91/286.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69617
578.91/286.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
578.91/286.82	c starts		: 153
578.91/286.82	c conflicts		: 552008
578.91/286.82	c decisions		: 617840
578.91/286.82	c propagations		: 10906689
578.91/286.82	c inspects		: 2866323482
578.91/286.82	c shortcuts		: 0
578.91/286.82	c learnt literals	: 0
578.91/286.82	c learnt binary clauses	: 3
578.91/286.82	c learnt ternary clauses	: 9
578.91/286.82	c learnt constraints	: 552007
578.91/286.82	c ignored constraints	: 0
578.91/286.82	c root simplifications	: 0
578.91/286.82	c removed literals (reason simplification)	: 0
578.91/286.82	c reason swapping (by a shorter reason)	: 0
578.91/286.82	c Calls to reduceDB	: 29
578.91/286.82	c Number of update (reduction) of LBD	: 0
578.91/286.82	c Imported unit clauses	: 0
578.91/286.82	c number of reductions to clauses (during analyze)	: 0
578.91/286.82	c number of learned constraints concerned by reduction	: 0
578.91/286.82	c number of learning phase by resolution	: 0
578.91/286.82	c number of learning phase by cutting planes	: 0
578.91/286.82	c speed (assignments/second)	: 38048.40347039801
578.91/286.82	c non guided choices	14
578.91/286.87	c learnt constraints type 
578.91/286.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 552004
578.91/286.87	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
578.91/286.87	s UNSATISFIABLE
578.91/286.87	c Total wall clock time (in seconds): 286.75

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

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

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


[startup+0 s]
/proc/loadavg: 4.23 4.10 3.01 4/284 30769
/proc/meminfo: memFree=26139964/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=23236 CPUtime=0 cores=0-3,8-11
/proc/30769/stat : 30769 (java) R 30766 30769 26963 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 11877685 23793664 705 33554432000 1073741824 1073778376 140736797288688 140736797277752 216799474640 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 5809 705 520 9 0 128 0

[startup+0.100101 s]
/proc/loadavg: 4.23 4.10 3.01 4/284 30769
/proc/meminfo: memFree=26139964/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 4431 0 1 0 8 1 0 0 20 0 23 0 11877685 10133950464 6071 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2474109 6071 2125 9 0 2464786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200284 s]
/proc/loadavg: 4.23 4.10 3.01 4/284 30769
/proc/meminfo: memFree=26139964/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 4652 0 1 0 23 2 0 0 20 0 27 0 11877685 10406596608 7805 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 7805 2208 9 0 2531350 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10162692

[startup+0.300242 s]
/proc/loadavg: 4.23 4.10 3.01 4/284 30769
/proc/meminfo: memFree=26139964/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10163084 CPUtime=0.65 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 7582 0 1 0 63 2 0 0 20 0 27 0 11877685 10406998016 9894 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540771 9894 2240 9 0 2531448 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10163084

[startup+0.700231 s]
/proc/loadavg: 4.23 4.10 3.01 4/284 30769
/proc/meminfo: memFree=26139964/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=2.25 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 23543 0 1 0 220 5 0 0 20 0 27 0 11877685 10406596608 35744 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 35744 2260 9 0 2531350 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10162692

[startup+1.50163 s]
/proc/loadavg: 4.23 4.10 3.01 7/311 30796
/proc/meminfo: memFree=25937552/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=4.98 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 30252 0 1 0 492 6 0 0 20 0 27 0 11877685 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 52556 2275 9 0 2531350 0
[pid=30769/tid=30771] ppid=30766 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/30769/task/30771/stat : 30771 (java) S 30766 30769 26963 0 -1 4202560 2435 0 1 0 12 1 0 0 20 0 27 0 11877686 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294928946040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30772] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30772/stat : 30772 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294907046824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30773] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30773/stat : 30773 (java) S 30766 30769 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294704065576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30774] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30774/stat : 30774 (java) S 30766 30769 26963 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294703012520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30775] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30775/stat : 30775 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294701959976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30776] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30776/stat : 30776 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294700906920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30777] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30777/stat : 30777 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294699854376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30778] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30778/stat : 30778 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294698801320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30779] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30779/stat : 30779 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294697748776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30780] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30780/stat : 30780 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294696696744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30781] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30781/stat : 30781 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294695644200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30769/tid=30782] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30782/stat : 30782 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294694591144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30783] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30783/stat : 30783 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294693538600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30784] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30784/stat : 30784 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294692485544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30785] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30785/stat : 30785 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294675024360 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30786] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30786/stat : 30786 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294673970168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30787] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30787/stat : 30787 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294672917512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30788] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30788/stat : 30788 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294671866768 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30789] ppid=30766 vsize=10162692 CPUtime=1.3 cores=0-3,8-11
/proc/30769/task/30789/stat : 30789 (java) R 30766 30769 26963 0 -1 4202560 14287 0 0 0 129 1 0 0 20 0 27 0 11877692 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294670814136 140294934792093 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30790] ppid=30766 vsize=10162692 CPUtime=0.84 cores=0-3,8-11
/proc/30769/task/30790/stat : 30790 (java) S 30766 30769 26963 0 -1 4202560 12092 0 0 0 82 2 0 0 20 0 27 0 11877692 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294669761080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30791] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30791/stat : 30791 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294668708728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30792] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30792/stat : 30792 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294667655880 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30793] ppid=30766 vsize=10162692 CPUtime=1.31 cores=0-3,8-11
/proc/30769/task/30793/stat : 30793 (java) R 30766 30769 26963 0 -1 4202560 20 0 0 0 131 0 0 0 20 0 27 0 11877702 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294666599168 140294788431866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30794] ppid=30766 vsize=10162692 CPUtime=1.32 cores=0-3,8-11
/proc/30769/task/30794/stat : 30794 (java) R 30766 30769 26963 0 -1 4202560 101 0 0 0 130 2 0 0 20 0 27 0 11877702 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294665546464 140294788483908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30795] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30795/stat : 30795 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294664496040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30796] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30796/stat : 30796 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 52556 33554432000 1073741824 1073778376 140736797288688 140294663444008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 10162692

[startup+3.10112 s]
/proc/loadavg: 4.29 4.12 3.02 5/311 30796
/proc/meminfo: memFree=25930804/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=8.61 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 32820 0 1 0 852 9 0 0 20 0 27 0 11877685 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 54787 2275 9 0 2531350 0
[pid=30769/tid=30771] ppid=30766 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/30769/task/30771/stat : 30771 (java) S 30766 30769 26963 0 -1 4202560 2435 0 1 0 12 1 0 0 20 0 27 0 11877686 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294928946040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30772] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30772/stat : 30772 (java) S 30766 30769 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294907046824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30773] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30773/stat : 30773 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294704065576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30774] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30774/stat : 30774 (java) S 30766 30769 26963 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294703012520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30775] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30775/stat : 30775 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294701959976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30769/tid=30776] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30776/stat : 30776 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294700906920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30777] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30777/stat : 30777 (java) S 30766 30769 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294699854376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30778] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30778/stat : 30778 (java) S 30766 30769 26963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294698801320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30779] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30779/stat : 30779 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294697748776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30780] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30780/stat : 30780 (java) S 30766 30769 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294696696744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30781] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30781/stat : 30781 (java) S 30766 30769 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294695644200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30769/tid=30782] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30782/stat : 30782 (java) S 30766 30769 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294694591144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30783] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30783/stat : 30783 (java) S 30766 30769 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294693538600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30784] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30784/stat : 30784 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877688 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294692485544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30785] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30785/stat : 30785 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294675024360 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30786] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30786/stat : 30786 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294673970168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30787] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30787/stat : 30787 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294672917512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30788] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30788/stat : 30788 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294671866768 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30789] ppid=30766 vsize=10162692 CPUtime=1.69 cores=0-3,8-11
/proc/30769/task/30789/stat : 30789 (java) S 30766 30769 26963 0 -1 4202560 16828 0 0 0 167 2 0 0 20 0 27 0 11877692 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294670814136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30790] ppid=30766 vsize=10162692 CPUtime=0.84 cores=0-3,8-11
/proc/30769/task/30790/stat : 30790 (java) S 30766 30769 26963 0 -1 4202560 12092 0 0 0 82 2 0 0 20 0 27 0 11877692 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294669761080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30791] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30791/stat : 30791 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294668708728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30792] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30792/stat : 30792 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294667655880 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30793] ppid=30766 vsize=10162692 CPUtime=2.88 cores=0-3,8-11
/proc/30769/task/30793/stat : 30793 (java) R 30766 30769 26963 0 -1 4202560 20 0 0 0 288 0 0 0 20 0 27 0 11877702 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294666599168 140294788393849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30794] ppid=30766 vsize=10162692 CPUtime=2.9 cores=0-3,8-11
/proc/30769/task/30794/stat : 30794 (java) R 30766 30769 26963 0 -1 4202560 103 0 0 0 288 2 0 0 20 0 27 0 11877702 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294665546736 140294788484448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30795] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30795/stat : 30795 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294664496040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30796] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30796/stat : 30796 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 54787 33554432000 1073741824 1073778376 140736797288688 140294663444008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 10162692

[startup+6.30119 s]
/proc/loadavg: 4.29 4.12 3.02 5/311 30796
/proc/meminfo: memFree=25927228/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=15.23 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 32945 0 1 0 1508 15 0 0 20 0 27 0 11877685 10406596608 57744 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 57744 2275 9 0 2531350 0
[pid=30769/tid=30771] ppid=30766 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/30769/task/30771/stat : 30771 (java) S 30766 30769 26963 0 -1 4202560 2435 0 1 0 12 1 0 0 20 0 27 0 11877686 10406596608 57744 33554432000 1073741824 1073778376 140736797288688 140294928946040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30772] ppid=30766 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30769/task/30772/stat : 30772 (java) S 30766 30769 26963 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 27 0 11877688 10406596608 57744 33554432000 1073741824 1073778376 140736797288688 140294907046824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30773] ppid=30766 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30769/task/30773/stat : 30773 (java) S 30766 30769 26963 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 27 0 11877688 10406596608 57744 33554432000 1073741824 1073778376 140736797288688 140294704065576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30774] ppid=30766 vsize=10162692 CPUtime=0.03 cores=0-3,8-11

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

[pid=30769/tid=30776] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30776/stat : 30776 (java) S 30766 30769 26963 0 -1 4202560 89 0 0 0 28 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294700906920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30777] ppid=30766 vsize=10162692 CPUtime=0.28 cores=0-3,8-11
/proc/30769/task/30777/stat : 30777 (java) S 30766 30769 26963 0 -1 4202560 80 0 0 0 24 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294699854376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30778] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30778/stat : 30778 (java) S 30766 30769 26963 0 -1 4202560 74 0 0 0 26 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294698801320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30779] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30779/stat : 30779 (java) S 30766 30769 26963 0 -1 4202560 124 0 0 0 23 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294697748776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30780] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30780/stat : 30780 (java) S 30766 30769 26963 0 -1 4202560 93 0 0 0 23 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294696696744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30781] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30781/stat : 30781 (java) S 30766 30769 26963 0 -1 4202560 113 0 0 0 27 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294695644200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30782] ppid=30766 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30769/task/30782/stat : 30782 (java) S 30766 30769 26963 0 -1 4202560 82 0 0 0 18 6 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294694591144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30783] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30783/stat : 30783 (java) S 30766 30769 26963 0 -1 4202560 109 0 0 0 25 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294693538600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30784] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30784/stat : 30784 (java) S 30766 30769 26963 0 -1 4202560 81 0 0 0 22 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294692485544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30785] ppid=30766 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30769/task/30785/stat : 30785 (java) S 30766 30769 26963 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294675024360 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30786] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30786/stat : 30786 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294673970168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30787] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30787/stat : 30787 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294672917512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30788] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30788/stat : 30788 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294671866768 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30789] ppid=30766 vsize=10162692 CPUtime=2.52 cores=0-3,8-11
/proc/30769/task/30789/stat : 30789 (java) S 30766 30769 26963 0 -1 4202560 16917 0 0 0 250 2 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294670814136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30790] ppid=30766 vsize=10162692 CPUtime=0.91 cores=0-3,8-11
/proc/30769/task/30790/stat : 30790 (java) S 30766 30769 26963 0 -1 4202560 12092 0 0 0 89 2 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294669761080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30791] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30791/stat : 30791 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294668708728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30792] ppid=30766 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/30769/task/30792/stat : 30792 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294667655880 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30793] ppid=30766 vsize=10162692 CPUtime=284.07 cores=0-3,8-11
/proc/30769/task/30793/stat : 30793 (java) R 30766 30769 26963 0 -1 4202560 61 0 0 0 28403 4 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294666599184 140294788393849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30794] ppid=30766 vsize=10162692 CPUtime=284.04 cores=0-3,8-11
/proc/30769/task/30794/stat : 30794 (java) R 30766 30769 26963 0 -1 4202560 772 0 0 0 28394 10 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294665546328 140294788484195 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30795] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30795/stat : 30795 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294664496040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30796] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30796/stat : 30796 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294663444008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 577.31
Current children cumulated vsize (KiB) 10162692

[startup+286.401 s]
/proc/loadavg: 4.04 4.16 3.33 5/311 30801
/proc/meminfo: memFree=25530616/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=578.91 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 35048 0 1 0 57814 77 0 0 20 0 27 0 11877685 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 146979 2276 9 0 2531350 0
[pid=30769/tid=30771] ppid=30766 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30769/task/30771/stat : 30771 (java) S 30766 30769 26963 0 -1 4202560 2444 0 1 0 13 2 0 0 20 0 27 0 11877686 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294928946040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30772] ppid=30766 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/30769/task/30772/stat : 30772 (java) S 30766 30769 26963 0 -1 4202560 126 0 0 0 29 7 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294907046824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30773] ppid=30766 vsize=10162692 CPUtime=0.33 cores=0-3,8-11
/proc/30769/task/30773/stat : 30773 (java) S 30766 30769 26963 0 -1 4202560 115 0 0 0 28 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294704065576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30774] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30774/stat : 30774 (java) S 30766 30769 26963 0 -1 4202560 90 0 0 0 23 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294703012520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30775] ppid=30766 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/30769/task/30775/stat : 30775 (java) S 30766 30769 26963 0 -1 4202560 101 0 0 0 29 6 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294701959976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30776] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30776/stat : 30776 (java) S 30766 30769 26963 0 -1 4202560 89 0 0 0 28 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294700906920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30777] ppid=30766 vsize=10162692 CPUtime=0.28 cores=0-3,8-11
/proc/30769/task/30777/stat : 30777 (java) S 30766 30769 26963 0 -1 4202560 80 0 0 0 24 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294699854376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30778] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30778/stat : 30778 (java) S 30766 30769 26963 0 -1 4202560 74 0 0 0 26 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294698801320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30779] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30779/stat : 30779 (java) S 30766 30769 26963 0 -1 4202560 124 0 0 0 23 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294697748776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30780] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30780/stat : 30780 (java) S 30766 30769 26963 0 -1 4202560 93 0 0 0 23 4 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294696696744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30781] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30781/stat : 30781 (java) S 30766 30769 26963 0 -1 4202560 113 0 0 0 27 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294695644200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30782] ppid=30766 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30769/task/30782/stat : 30782 (java) S 30766 30769 26963 0 -1 4202560 82 0 0 0 18 6 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294694591144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30783] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30783/stat : 30783 (java) S 30766 30769 26963 0 -1 4202560 109 0 0 0 25 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294693538600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30784] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30784/stat : 30784 (java) S 30766 30769 26963 0 -1 4202560 81 0 0 0 22 5 0 0 20 0 27 0 11877688 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294692485544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30785] ppid=30766 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30769/task/30785/stat : 30785 (java) S 30766 30769 26963 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294675024360 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30786] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30786/stat : 30786 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294673970168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30787] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30787/stat : 30787 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11877689 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294672917512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30788] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30788/stat : 30788 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294671866768 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30789] ppid=30766 vsize=10162692 CPUtime=2.52 cores=0-3,8-11
/proc/30769/task/30789/stat : 30789 (java) S 30766 30769 26963 0 -1 4202560 16917 0 0 0 250 2 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294670814136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30790] ppid=30766 vsize=10162692 CPUtime=0.91 cores=0-3,8-11
/proc/30769/task/30790/stat : 30790 (java) S 30766 30769 26963 0 -1 4202560 12092 0 0 0 89 2 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294669761080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30791] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30791/stat : 30791 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294668708728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30792] ppid=30766 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/30769/task/30792/stat : 30792 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 27 0 11877692 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294667655880 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30793] ppid=30766 vsize=10162692 CPUtime=284.86 cores=0-3,8-11
/proc/30769/task/30793/stat : 30793 (java) R 30766 30769 26963 0 -1 4202560 61 0 0 0 28482 4 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294666599184 140294788393849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30794] ppid=30766 vsize=10162692 CPUtime=284.84 cores=0-3,8-11
/proc/30769/task/30794/stat : 30794 (java) R 30766 30769 26963 0 -1 4202560 772 0 0 0 28474 10 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294665539216 140294788483947 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30795] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30795/stat : 30795 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294664496040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30796] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30796/stat : 30796 (java) S 30766 30769 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11877702 10406596608 146979 33554432000 1073741824 1073778376 140736797288688 140294663444008 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 10162692

[startup+286.801 s]
/proc/loadavg: 4.04 4.16 3.33 5/311 30801
/proc/meminfo: memFree=25530616/32872528 swapFree=8828/8828
[pid=30769] ppid=30766 vsize=10162692 CPUtime=577.56 cores=0-3,8-11
/proc/30769/stat : 30769 (java) S 30766 30769 26963 0 -1 4202496 35053 0 1 0 57670 86 0 0 20 0 24 0 11877685 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140736797279824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30769/statm: 2540673 146965 2277 9 0 2531350 0
[pid=30769/tid=30771] ppid=30766 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30769/task/30771/stat : 30771 (java) S 30766 30769 26963 0 -1 4202560 2444 0 1 0 13 2 0 0 20 0 24 0 11877686 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294928945880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30772] ppid=30766 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/30769/task/30772/stat : 30772 (java) S 30766 30769 26963 0 -1 4202560 126 0 0 0 29 7 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294907046824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30773] ppid=30766 vsize=10162692 CPUtime=0.33 cores=0-3,8-11
/proc/30769/task/30773/stat : 30773 (java) S 30766 30769 26963 0 -1 4202560 115 0 0 0 28 5 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294704065576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30774] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30774/stat : 30774 (java) S 30766 30769 26963 0 -1 4202560 90 0 0 0 23 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294703012520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30769/tid=30775] ppid=30766 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/30769/task/30775/stat : 30775 (java) S 30766 30769 26963 0 -1 4202560 101 0 0 0 29 6 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294701959976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30769/tid=30776] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30776/stat : 30776 (java) S 30766 30769 26963 0 -1 4202560 89 0 0 0 28 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294700906920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30777] ppid=30766 vsize=10162692 CPUtime=0.28 cores=0-3,8-11
/proc/30769/task/30777/stat : 30777 (java) S 30766 30769 26963 0 -1 4202560 80 0 0 0 24 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294699854376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30778] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30778/stat : 30778 (java) S 30766 30769 26963 0 -1 4202560 74 0 0 0 26 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294698801320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30779] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30779/stat : 30779 (java) S 30766 30769 26963 0 -1 4202560 124 0 0 0 23 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294697748776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30769/tid=30780] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30780/stat : 30780 (java) S 30766 30769 26963 0 -1 4202560 93 0 0 0 23 4 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294696696744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30781] ppid=30766 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/30769/task/30781/stat : 30781 (java) S 30766 30769 26963 0 -1 4202560 113 0 0 0 27 5 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294695644200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30782] ppid=30766 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/30769/task/30782/stat : 30782 (java) S 30766 30769 26963 0 -1 4202560 82 0 0 0 18 6 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294694591144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30783] ppid=30766 vsize=10162692 CPUtime=0.3 cores=0-3,8-11
/proc/30769/task/30783/stat : 30783 (java) S 30766 30769 26963 0 -1 4202560 109 0 0 0 25 5 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294693538600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30784] ppid=30766 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/30769/task/30784/stat : 30784 (java) S 30766 30769 26963 0 -1 4202560 81 0 0 0 22 5 0 0 20 0 24 0 11877688 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294692485544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30785] ppid=30766 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30769/task/30785/stat : 30785 (java) S 30766 30769 26963 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 24 0 11877689 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294675024360 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30786] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30786/stat : 30786 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11877689 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294673970168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30787] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30787/stat : 30787 (java) S 30766 30769 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11877689 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294672917512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30788] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30788/stat : 30788 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11877692 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294671866768 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30769/tid=30789] ppid=30766 vsize=10162692 CPUtime=2.52 cores=0-3,8-11
/proc/30769/task/30789/stat : 30789 (java) S 30766 30769 26963 0 -1 4202560 16917 0 0 0 250 2 0 0 20 0 24 0 11877692 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294670814136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30769/tid=30790] ppid=30766 vsize=10162692 CPUtime=0.91 cores=0-3,8-11
/proc/30769/task/30790/stat : 30790 (java) S 30766 30769 26963 0 -1 4202560 12092 0 0 0 89 2 0 0 20 0 24 0 11877692 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294669761080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30769/tid=30791] ppid=30766 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30769/task/30791/stat : 30791 (java) S 30766 30769 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11877692 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294668708728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30769/tid=30792] ppid=30766 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/30769/task/30792/stat : 30792 (java) S 30766 30769 26963 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 24 0 11877692 10406596608 146965 33554432000 1073741824 1073778376 140736797288688 140294667655880 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 577.56
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): 1.35004
#  lost CPU user time (s): 1.44
#  lost CPU system time (s): -0.09

Real time (s): 286.884
CPU time (s): 579.187
CPU user time (s): 578.175
CPU system time (s): 1.01183
CPU usage (%): 201.889
Max. virtual memory (cumulated for all children) (KiB): 10163084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 576.735
system time used= 1.10183
maximum resident set size= 641056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8412
involuntary context switches= 7024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.56261 second user time and 3.21151 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:54:09
IDJOB=4121355
IDBENCH=110426
IDSOLVER=2543
FILE ID=node132/4121355-1467309249
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-fixed-bandwidth-19.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-4121355-1467309249/watcher-4121355-1467309249 -o /tmp/evaluation-result-4121355-1467309249/solver-4121355-1467309249 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121355-1467309249.opb

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

MD5SUM BENCH= bf00f9ed6465a8d14e3cdebeaba4fcfe
RANDOM SEED=1979601129

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:        26139568 kB
Buffers:          162800 kB
Cached:          3979508 kB
SwapCached:            0 kB
Active:          2019752 kB
Inactive:        3920660 kB
Active(anon):    1801000 kB
Inactive(anon):        0 kB
Active(file):     218752 kB
Inactive(file):  3920660 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               656 kB
Writeback:             0 kB
AnonPages:       1819104 kB
Mapped:            22136 kB
Shmem:               216 kB
Slab:             635564 kB
SReclaimable:      75996 kB
SUnreclaim:       559568 kB
KernelStack:        2536 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2222940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1751040 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:58:56