Trace number 4097948

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 PB16? (TO) 1800.56 869.102

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_13.opb
MD5SUM33399b9fd213ab3fb29f26b2f1270bc6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6006
Total number of constraints29342
Number of constraints which are clauses29337
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint77
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4097948-1466114836.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.68/0.99	c ... done. Wall clock time 0.887s.
1.68/0.99	c declared #vars     6006
1.68/0.99	c #constraints  29346
1.95/1.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.95/1.00	c constraints type 
1.95/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17556
1.95/1.00	c org.sat4j.specs.Constr$1 => 4
1.95/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.95/1.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.95/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11780
1.95/1.00	c 29346 constraints processed.
1.95/1.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.95/1.00	c constraints type 
1.95/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11780
1.95/1.00	c org.sat4j.specs.Constr$1 => 4
1.95/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17556
1.95/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.95/1.00	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.95/1.00	c 29346 constraints processed.
8.35/3.33	c cleaning 2494 clauses out of 5000 with flag 39689/5000
14.16/5.95	c cleaning 4244 clauses out of 8507 with flag 104839/11001
21.23/9.16	c cleaning 5626 clauses out of 11262 with flag 166923/18000
28.42/12.58	c cleaning 6819 clauses out of 13637 with flag 234616/26001
36.21/16.18	c cleaning 7909 clauses out of 15817 with flag 302599/35000
44.04/19.79	c cleaning 8954 clauses out of 17908 with flag 386006/45000
52.64/23.69	c cleaning 9970 clauses out of 19954 with flag 442512/56000
62.44/28.60	c cleaning 10993 clauses out of 21992 with flag 539383/68008
73.64/33.73	c cleaning 11987 clauses out of 23991 with flag 640450/81000
82.64/38.29	c cleaning 12997 clauses out of 26004 with flag 723418/95000
96.57/44.70	c cleaning 14003 clauses out of 28007 with flag 841180/110000
110.45/51.84	c cleaning 14999 clauses out of 30004 with flag 949287/126000
125.20/59.15	c cleaning 15998 clauses out of 32005 with flag 1072814/143000
139.73/66.29	c cleaning 16991 clauses out of 34008 with flag 1208900/161001
154.53/73.70	c cleaning 18002 clauses out of 36016 with flag 1320406/180000
171.33/81.81	c cleaning 18999 clauses out of 38015 with flag 1459894/200001
188.42/90.17	c cleaning 20008 clauses out of 40015 with flag 1589789/221000
196.35/93.80	c cleaning 0 clauses out of 5001 with flag 0/5001
206.73/98.72	c cleaning 20998 clauses out of 42007 with flag 1756698/243000
226.63/108.27	c cleaning 22002 clauses out of 44010 with flag 1905507/266001
246.10/117.79	c cleaning 22995 clauses out of 46007 with flag 2080417/290000
266.77/127.89	c cleaning 24004 clauses out of 48014 with flag 2246659/315002
287.11/137.72	c cleaning 24995 clauses out of 50008 with flag 2422919/341000
312.00/149.55	c cleaning 26007 clauses out of 52013 with flag 2629034/368000
335.33/160.86	c cleaning 26998 clauses out of 54006 with flag 2818196/396000
358.92/172.25	c cleaning 27999 clauses out of 56008 with flag 3005440/425000
383.46/184.02	c cleaning 29003 clauses out of 58009 with flag 3213587/455000
410.41/196.54	c cleaning 29993 clauses out of 60006 with flag 3414841/486000
436.87/209.18	c cleaning 30986 clauses out of 62014 with flag 3633359/518001
467.31/224.27	c cleaning 32006 clauses out of 64027 with flag 3847289/551000
494.55/237.01	c cleaning 33000 clauses out of 66021 with flag 4068662/585000
521.32/250.10	c cleaning 33997 clauses out of 68024 with flag 4290511/620003
547.75/262.74	c cleaning 34998 clauses out of 70024 with flag 4494211/656000
573.45/275.20	c cleaning 36002 clauses out of 72027 with flag 4698492/693001
598.97/287.22	c cleaning 37002 clauses out of 74024 with flag 4887372/731000
634.60/304.46	c cleaning 38010 clauses out of 76023 with flag 5146688/770001
672.21/322.77	c cleaning 38997 clauses out of 78012 with flag 5411210/810000
709.56/341.01	c cleaning 39995 clauses out of 80015 with flag 5679640/851000
745.76/358.43	c cleaning 40984 clauses out of 82021 with flag 5952946/893001
782.68/376.21	c cleaning 41999 clauses out of 84036 with flag 6246518/936000
819.50/393.81	c cleaning 43010 clauses out of 86037 with flag 6526066/980000
855.47/411.01	c cleaning 43995 clauses out of 88027 with flag 6805754/1025000
889.07/427.48	c cleaning 45013 clauses out of 90033 with flag 7069259/1071001
927.87/446.01	c cleaning 45988 clauses out of 92020 with flag 7342244/1118001
967.41/465.04	c cleaning 0 clauses out of 11000 with flag 0/11000
975.41/468.66	c cleaning 46999 clauses out of 94031 with flag 7657439/1166000
1022.47/492.10	c cleaning 48001 clauses out of 96032 with flag 7973375/1215000
1068.58/514.79	c cleaning 48999 clauses out of 98031 with flag 8322959/1265000
1115.17/537.56	c cleaning 49998 clauses out of 100033 with flag 8684455/1316001
1160.52/559.61	c cleaning 51003 clauses out of 102035 with flag 9020850/1368001
1209.28/582.83	c cleaning 52008 clauses out of 104031 with flag 9373523/1421000
1255.09/604.93	c cleaning 53008 clauses out of 106025 with flag 9730448/1475002
1301.81/627.32	c cleaning 53989 clauses out of 108015 with flag 10096827/1530000
1346.20/648.44	c cleaning 54997 clauses out of 110026 with flag 10433119/1586000
1388.16/668.67	c cleaning 56008 clauses out of 112029 with flag 10753461/1643000
1440.13/693.83	c cleaning 57001 clauses out of 114021 with flag 11128448/1701000
1493.70/719.71	c cleaning 57999 clauses out of 116022 with flag 11528137/1760002
1545.18/745.06	c cleaning 58999 clauses out of 118021 with flag 11927725/1820000
1594.67/769.31	c cleaning 60004 clauses out of 120022 with flag 12313652/1881000
1644.03/793.20	c cleaning 60984 clauses out of 122019 with flag 12675197/1943001
1705.34/823.15	c cleaning 62010 clauses out of 124034 with flag 13132248/2006000
1766.03/852.40	c cleaning 63005 clauses out of 126024 with flag 13587277/2070000
1800.56/869.03	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.56/869.03	c starts		: 5158
1800.56/869.03	c conflicts		: 2111413
1800.56/869.03	c decisions		: 18611132
1800.56/869.03	c propagations		: 665711979
1800.56/869.03	c inspects		: 8744001773
1800.56/869.03	c shortcuts		: 0
1800.56/869.03	c learnt literals	: 0
1800.56/869.03	c learnt binary clauses	: 0
1800.56/869.03	c learnt ternary clauses	: 0
1800.56/869.03	c learnt constraints	: 2111413
1800.56/869.03	c ignored constraints	: 0
1800.56/869.03	c root simplifications	: 0
1800.56/869.03	c removed literals (reason simplification)	: 36039281
1800.56/869.03	c reason swapping (by a shorter reason)	: 0
1800.56/869.03	c Calls to reduceDB	: 60
1800.56/869.03	c Number of update (reduction) of LBD	: 1101198
1800.56/869.03	c Imported unit clauses	: 0
1800.56/869.03	c number of reductions to clauses (during analyze)	: 0
1800.56/869.03	c number of learned constraints concerned by reduction	: 0
1800.56/869.03	c number of learning phase by resolution	: 0
1800.56/869.03	c number of learning phase by cutting planes	: 0
1800.56/869.03	c speed (assignments/second)	: 766927.1956452867
1800.56/869.03	c non guided choices	4713
1800.56/869.06	c learnt constraints type 
1800.56/869.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104432
1800.56/869.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.56/869.06	c starts		: 42
1800.56/869.06	c conflicts		: 14606
1800.56/869.06	c decisions		: 22620
1800.56/869.06	c propagations		: 1479456
1800.56/869.06	c inspects		: 914796852
1800.56/869.06	c shortcuts		: 0
1800.56/869.06	c learnt literals	: 0
1800.56/869.06	c learnt binary clauses	: 0
1800.56/869.06	c learnt ternary clauses	: 0
1800.56/869.06	c learnt constraints	: 14605
1800.56/869.06	c ignored constraints	: 0
1800.56/869.06	c root simplifications	: 0
1800.56/869.06	c removed literals (reason simplification)	: 0
1800.56/869.06	c reason swapping (by a shorter reason)	: 0
1800.56/869.06	c Calls to reduceDB	: 2
1800.56/869.06	c Number of update (reduction) of LBD	: 0
1800.56/869.06	c Imported unit clauses	: 0
1800.56/869.06	c number of reductions to clauses (during analyze)	: 0
1800.56/869.06	c number of learned constraints concerned by reduction	: 0
1800.56/869.06	c number of learning phase by resolution	: 0
1800.56/869.06	c number of learning phase by cutting planes	: 0
1800.56/869.06	c speed (assignments/second)	: 1704.3383295720423
1800.56/869.06	c non guided choices	4713
1800.56/869.07	c learnt constraints type 
1800.56/869.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 203
1800.56/869.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 73
1800.56/869.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14329
1800.56/869.07	s UNKNOWN
1800.56/869.07	c Total wall clock time (in seconds): 868.96

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

pid=22970
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: 3.92 4.06 3.94 4/284 22973
/proc/meminfo: memFree=29556104/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=102664 CPUtime=0 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 1505 0 1 0 0 0 0 0 20 0 2 0 13528207 105127936 1109 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 25666 1109 857 9 0 16775 0
[pid=22973/tid=22974] ppid=22970 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) R 22970 22973 19483 0 -1 4202560 295 0 1 0 0 0 0 0 20 0 2 0 13528208 156246016 1121 33554432000 1073741824 1073778376 140735916818256 140335401048368 140335405059504 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0

[startup+0.100098 s]
/proc/loadavg: 3.92 4.06 3.94 4/284 22973
/proc/meminfo: memFree=29556104/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 4496 0 1 0 9 2 0 0 20 0 23 0 13528207 10133950464 6132 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2474109 6132 2156 9 0 2464786 0
[pid=22973/tid=22974] ppid=22970 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) R 22970 22973 19483 0 -1 4202560 2423 0 1 0 6 1 0 0 20 0 23 0 13528208 10133950464 6132 33554432000 1073741824 1073778376 140735916818256 140335401044744 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200285 s]
/proc/loadavg: 3.92 4.06 3.94 4/284 22973
/proc/meminfo: memFree=29556104/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=9896436 CPUtime=0.31 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 6444 0 1 0 29 2 0 0 20 0 23 0 13528207 10133950464 8600 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2474109 8600 2220 9 0 2464786 0
[pid=22973/tid=22974] ppid=22970 vsize=9896436 CPUtime=0.17 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) R 22970 22973 19483 0 -1 4202560 2439 0 1 0 16 1 0 0 20 0 23 0 13528208 10133950464 8600 33554432000 1073741824 1073778376 140735916818256 140335401044744 140335404331984 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9896436

[startup+0.300341 s]
/proc/loadavg: 3.92 4.06 3.94 4/284 22973
/proc/meminfo: memFree=29556104/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=9896436 CPUtime=0.6 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 6977 0 1 0 57 3 0 0 20 0 23 0 13528207 10133950464 11345 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2474109 11345 2240 9 0 2464786 0
[pid=22973/tid=22974] ppid=22970 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) R 22970 22973 19483 0 -1 4202560 2444 0 1 0 26 1 0 0 20 0 23 0 13528208 10133950464 11345 33554432000 1073741824 1073778376 140735916818256 140335401044744 140335255011944 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9896436

[startup+0.70024 s]
/proc/loadavg: 3.92 4.06 3.94 4/284 22973
/proc/meminfo: memFree=29556104/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=9896436 CPUtime=1.13 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 12611 0 1 0 107 6 0 0 20 0 23 0 13528207 10133950464 45123 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2474109 45123 2258 9 0 2464786 0
[pid=22973/tid=22974] ppid=22970 vsize=9896436 CPUtime=0.67 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) R 22970 22973 19483 0 -1 4202560 2504 0 1 0 63 4 0 0 20 0 23 0 13528208 10133950464 45123 33554432000 1073741824 1073778376 140735916818256 140335401045384 140335255092054 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9896436

[startup+1.50155 s]
/proc/loadavg: 3.92 4.06 3.94 7/311 23000
/proc/meminfo: memFree=29370132/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=10162692 CPUtime=3.89 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 26933 0 1 0 376 13 0 0 20 0 27 0 13528207 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2540673 54661 2283 9 0 2531350 0
[pid=22973/tid=22974] ppid=22970 vsize=10162692 CPUtime=0.95 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) S 22970 22973 19483 0 -1 4202560 2521 0 1 0 91 4 0 0 20 0 27 0 13528208 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335401046904 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335373498792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 19483 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335243635240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335242582184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335241529640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 19483 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335240477608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140335239425064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 19483 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334902274728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334901222184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 19483 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334900169128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334899116584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334898063528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334897010984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 19483 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334895958952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 19483 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334878497768 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334877443576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334876390920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334875339152 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22993] ppid=22970 vsize=10162692 CPUtime=0.96 cores=0-3,8-11
/proc/22973/task/22993/stat : 22993 (java) R 22970 22973 19483 0 -1 4202560 12851 0 0 0 94 2 0 0 20 0 27 0 13528212 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334874273496 140335408033351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22994] ppid=22970 vsize=10162692 CPUtime=0.77 cores=0-3,8-11
/proc/22973/task/22994/stat : 22994 (java) R 22970 22973 19483 0 -1 4202560 10065 0 0 0 75 2 0 0 20 0 27 0 13528212 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334873220864 140335404890471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22995] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22995/stat : 22995 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334872181112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22996] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22996/stat : 22996 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334871129288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22997] ppid=22970 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/22973/task/22997/stat : 22997 (java) R 22970 22973 19483 0 -1 4202560 22 0 0 0 48 0 0 0 20 0 27 0 13528308 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334869976280 140335254718389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22998] ppid=22970 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/22973/task/22998/stat : 22998 (java) R 22970 22973 19483 0 -1 4202560 30 0 0 0 48 0 0 0 20 0 27 0 13528308 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334868906856 140335255641854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22999] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22999/stat : 22999 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334867871144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=23000] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/23000/stat : 23000 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 54661 33554432000 1073741824 1073778376 140735916818256 140334866818088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10162692

[startup+3.10116 s]
/proc/loadavg: 3.92 4.06 3.94 6/311 23000
/proc/meminfo: memFree=29344896/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=10162692 CPUtime=7.93 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 28138 0 1 0 780 13 0 0 20 0 27 0 13528207 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2540673 54106 2287 9 0 2531350 0
[pid=22973/tid=22974] ppid=22970 vsize=10162692 CPUtime=0.95 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) S 22970 22973 19483 0 -1 4202560 2521 0 1 0 91 4 0 0 20 0 27 0 13528208 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335401046904 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335373498792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 19483 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335243635240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335242582184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335241529640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 19483 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335240477608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140335239425064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 19483 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334902274728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 19483 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334901222184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 19483 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334900169128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334899116584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334898063528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334897010984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 19483 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 13528209 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334895958952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 19483 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334878497768 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334877443576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334876390920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334875339152 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22993] ppid=22970 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/22973/task/22993/stat : 22993 (java) S 22970 22973 19483 0 -1 4202560 13393 0 0 0 145 2 0 0 20 0 27 0 13528212 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334874286520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22994] ppid=22970 vsize=10162692 CPUtime=1.1 cores=0-3,8-11
/proc/22973/task/22994/stat : 22994 (java) S 22970 22973 19483 0 -1 4202560 10727 0 0 0 108 2 0 0 20 0 27 0 13528212 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334873233464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22995] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22995/stat : 22995 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334872181112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22996] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22996/stat : 22996 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334871129288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22997] ppid=22970 vsize=10162692 CPUtime=2.08 cores=0-3,8-11
/proc/22973/task/22997/stat : 22997 (java) R 22970 22973 19483 0 -1 4202560 23 0 0 0 208 0 0 0 20 0 27 0 13528308 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334869976520 140335255412921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22998] ppid=22970 vsize=10162692 CPUtime=2.07 cores=0-3,8-11
/proc/22973/task/22998/stat : 22998 (java) R 22970 22973 19483 0 -1 4202560 30 0 0 0 207 0 0 0 20 0 27 0 13528308 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334868922120 140335255554242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22999] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22999/stat : 22999 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334867871144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=23000] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/23000/stat : 23000 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 54106 33554432000 1073741824 1073778376 140735916818256 140334866818088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10162692

[startup+6.30119 s]
/proc/loadavg: 3.92 4.06 3.94 5/311 23000
/proc/meminfo: memFree=29238508/32872528 swapFree=7036/7036

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

[pid=22973/tid=22994] ppid=22970 vsize=10162692 CPUtime=1.82 cores=0-3,8-11
/proc/22973/task/22994/stat : 22994 (java) S 22970 22973 19483 0 -1 4202560 10746 0 0 0 180 2 0 0 20 0 27 0 13528212 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334873233464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22995] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22995/stat : 22995 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334872181112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22996] ppid=22970 vsize=10162692 CPUtime=0.32 cores=0-3,8-11
/proc/22973/task/22996/stat : 22996 (java) S 22970 22973 19483 0 -1 4202560 43 0 0 0 17 15 0 0 20 0 27 0 13528212 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334871129288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22997] ppid=22970 vsize=10162692 CPUtime=744.35 cores=0-3,8-11
/proc/22973/task/22997/stat : 22997 (java) R 22970 22973 19483 0 -1 4202560 59 0 0 0 74424 11 0 0 20 0 27 0 13528308 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334869975088 140335255329969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22998] ppid=22970 vsize=10162692 CPUtime=744.34 cores=0-3,8-11
/proc/22973/task/22998/stat : 22998 (java) R 22970 22973 19483 0 -1 4202560 1530 0 0 0 74392 42 0 0 20 0 27 0 13528308 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334868920976 140335255592670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22999] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22999/stat : 22999 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334867871144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=23000] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/23000/stat : 23000 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 985889 33554432000 1073741824 1073778376 140735916818256 140334866818088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1580.69
Current children cumulated vsize (KiB) 10162692

[startup+822.301 s]
/proc/loadavg: 3.95 4.19 4.13 5/312 23241
/proc/meminfo: memFree=24176900/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=10162692 CPUtime=1703.75 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 42177 0 1 0 169721 654 0 0 20 0 27 0 13528207 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2540673 989840 2300 9 0 2531350 0
[pid=22973/tid=22974] ppid=22970 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) S 22970 22973 19483 0 -1 4202560 2549 0 1 0 93 6 0 0 20 0 27 0 13528208 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335401046904 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=10162692 CPUtime=6.36 cores=0-3,8-11
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 19483 0 -1 4202560 662 0 0 0 591 45 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335373498792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=10162692 CPUtime=6.66 cores=0-3,8-11
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 19483 0 -1 4202560 634 0 0 0 623 43 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335243635240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=10162692 CPUtime=6.14 cores=0-3,8-11
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 19483 0 -1 4202560 962 0 0 0 564 50 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335242582184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=10162692 CPUtime=5.94 cores=0-3,8-11
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 19483 0 -1 4202560 629 0 0 0 550 44 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335241529640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=10162692 CPUtime=6.53 cores=0-3,8-11
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 19483 0 -1 4202560 745 0 0 0 603 50 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335240477608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=10162692 CPUtime=6.68 cores=0-3,8-11
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 19483 0 -1 4202560 745 0 0 0 622 46 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140335239425064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=10162692 CPUtime=6.41 cores=0-3,8-11
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 19483 0 -1 4202560 583 0 0 0 604 37 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334902274728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=10162692 CPUtime=6.47 cores=0-3,8-11
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 19483 0 -1 4202560 664 0 0 0 598 49 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334901222184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=10162692 CPUtime=5.99 cores=0-3,8-11
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 19483 0 -1 4202560 580 0 0 0 561 38 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334900169128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=10162692 CPUtime=6.19 cores=0-3,8-11
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 19483 0 -1 4202560 670 0 0 0 571 48 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334899116584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=10162692 CPUtime=6.1 cores=0-3,8-11
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 19483 0 -1 4202560 689 0 0 0 558 52 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334898063528 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=10162692 CPUtime=6.4 cores=0-3,8-11
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 19483 0 -1 4202560 624 0 0 0 597 43 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334897010984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=10162692 CPUtime=6.21 cores=0-3,8-11
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 19483 0 -1 4202560 726 0 0 0 580 41 0 0 20 0 27 0 13528209 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334895958952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=10162692 CPUtime=4.92 cores=0-3,8-11
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 19483 0 -1 4202560 3190 0 0 0 488 4 0 0 20 0 27 0 13528210 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334878497768 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334877443576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334876390920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334875339152 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22993] ppid=22970 vsize=10162692 CPUtime=1.91 cores=0-3,8-11
/proc/22973/task/22993/stat : 22993 (java) S 22970 22973 19483 0 -1 4202560 13875 0 0 0 189 2 0 0 20 0 27 0 13528212 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334874286520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22994] ppid=22970 vsize=10162692 CPUtime=1.82 cores=0-3,8-11
/proc/22973/task/22994/stat : 22994 (java) S 22970 22973 19483 0 -1 4202560 10746 0 0 0 180 2 0 0 20 0 27 0 13528212 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334873233464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22995] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22995/stat : 22995 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334872181112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22996] ppid=22970 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/22973/task/22996/stat : 22996 (java) S 22970 22973 19483 0 -1 4202560 47 0 0 0 18 16 0 0 20 0 27 0 13528212 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334871129288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22997] ppid=22970 vsize=10162692 CPUtime=803.65 cores=0-3,8-11
/proc/22973/task/22997/stat : 22997 (java) R 22970 22973 19483 0 -1 4202560 61 0 0 0 80353 12 0 0 20 0 27 0 13528308 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334869974208 140335255479021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22998] ppid=22970 vsize=10162692 CPUtime=803.64 cores=0-3,8-11
/proc/22973/task/22998/stat : 22998 (java) R 22970 22973 19483 0 -1 4202560 1531 0 0 0 80321 43 0 0 20 0 27 0 13528308 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334868921792 140335255427880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22999] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22999/stat : 22999 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334867871144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=23000] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/23000/stat : 23000 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 989840 33554432000 1073741824 1073778376 140735916818256 140334866818088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1703.75
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+869.001 s]
/proc/loadavg: 3.88 4.13 4.11 16/311 23242
/proc/meminfo: memFree=24129780/32872528 swapFree=7036/7036
[pid=22973] ppid=22970 vsize=10162692 CPUtime=1800.56 cores=0-3,8-11
/proc/22973/stat : 22973 (java) S 22970 22973 19483 0 -1 4202496 42243 0 1 0 179398 658 0 0 20 0 27 0 13528207 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140735916809392 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/22973/statm: 2540673 999571 2300 9 0 2531350 0
[pid=22973/tid=22974] ppid=22970 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/22973/task/22974/stat : 22974 (java) S 22970 22973 19483 0 -1 4202560 2550 0 1 0 93 6 0 0 20 0 27 0 13528208 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335401046616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=10162692 CPUtime=6.69 cores=0-3,8-11
/proc/22973/task/22976/stat : 22976 (java) R 22970 22973 19483 0 -1 4202560 669 0 0 0 624 45 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335373498920 216808590471 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=10162692 CPUtime=7.01 cores=0-3,8-11
/proc/22973/task/22977/stat : 22977 (java) R 22970 22973 19483 0 -1 4202560 639 0 0 0 657 44 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335243635120 140335407554959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=10162692 CPUtime=6.39 cores=0-3,8-11
/proc/22973/task/22978/stat : 22978 (java) R 22970 22973 19483 0 -1 4202560 965 0 0 0 588 51 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335242582312 216808590471 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=10162692 CPUtime=6.42 cores=0-3,8-11
/proc/22973/task/22979/stat : 22979 (java) R 22970 22973 19483 0 -1 4202560 633 0 0 0 598 44 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335241529480 216808590471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=10162692 CPUtime=7.01 cores=0-3,8-11
/proc/22973/task/22980/stat : 22980 (java) R 22970 22973 19483 0 -1 4202560 750 0 0 0 650 51 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335240477784 216808590471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=10162692 CPUtime=6.99 cores=0-3,8-11
/proc/22973/task/22981/stat : 22981 (java) R 22970 22973 19483 0 -1 4202560 748 0 0 0 653 46 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140335239425240 216808590471 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=10162692 CPUtime=6.71 cores=0-3,8-11
/proc/22973/task/22982/stat : 22982 (java) R 22970 22973 19483 0 -1 4202560 584 0 0 0 634 37 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334902274856 216808590471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=10162692 CPUtime=6.79 cores=0-3,8-11
/proc/22973/task/22983/stat : 22983 (java) R 22970 22973 19483 0 -1 4202560 667 0 0 0 630 49 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334901222184 216808590471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=10162692 CPUtime=6.34 cores=0-3,8-11
/proc/22973/task/22984/stat : 22984 (java) R 22970 22973 19483 0 -1 4202560 584 0 0 0 596 38 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334900169304 140335407554944 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=10162692 CPUtime=6.5 cores=0-3,8-11
/proc/22973/task/22985/stat : 22985 (java) R 22970 22973 19483 0 -1 4202560 675 0 0 0 602 48 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334899116712 216808590471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=10162692 CPUtime=6.35 cores=0-3,8-11
/proc/22973/task/22986/stat : 22986 (java) R 22970 22973 19483 0 -1 4202560 690 0 0 0 583 52 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334898063704 140335405222101 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=10162692 CPUtime=6.64 cores=0-3,8-11
/proc/22973/task/22987/stat : 22987 (java) R 22970 22973 19483 0 -1 4202560 628 0 0 0 621 43 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334897011112 216808590471 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=10162692 CPUtime=6.78 cores=0-3,8-11
/proc/22973/task/22988/stat : 22988 (java) R 22970 22973 19483 0 -1 4202560 730 0 0 0 636 42 0 0 20 0 27 0 13528209 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334895959128 216808590471 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=10162692 CPUtime=4.92 cores=0-3,8-11
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 19483 0 -1 4202560 3198 0 0 0 488 4 0 0 20 0 27 0 13528210 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334878496648 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334877443576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 13528210 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334876390920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334875339152 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=22973/tid=22993] ppid=22970 vsize=10162692 CPUtime=1.91 cores=0-3,8-11
/proc/22973/task/22993/stat : 22993 (java) S 22970 22973 19483 0 -1 4202560 13875 0 0 0 189 2 0 0 20 0 27 0 13528212 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334874286520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22994] ppid=22970 vsize=10162692 CPUtime=1.82 cores=0-3,8-11
/proc/22973/task/22994/stat : 22994 (java) S 22970 22973 19483 0 -1 4202560 10746 0 0 0 180 2 0 0 20 0 27 0 13528212 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334873233464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22995] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22995/stat : 22995 (java) S 22970 22973 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 13528212 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334872181112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=22973/tid=22996] ppid=22970 vsize=10162692 CPUtime=0.36 cores=0-3,8-11
/proc/22973/task/22996/stat : 22996 (java) S 22970 22973 19483 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 27 0 13528212 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334871129288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22997] ppid=22970 vsize=10162692 CPUtime=849.66 cores=0-3,8-11
/proc/22973/task/22997/stat : 22997 (java) S 22970 22973 19483 0 -1 4202560 65 0 0 0 84954 12 0 0 20 0 27 0 13528308 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334869975208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22973/tid=22998] ppid=22970 vsize=10162692 CPUtime=849.65 cores=0-3,8-11
/proc/22973/task/22998/stat : 22998 (java) S 22970 22973 19483 0 -1 4202560 1531 0 0 0 84922 43 0 0 20 0 27 0 13528308 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334868921096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22973/tid=22999] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/22999/stat : 22999 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334867871144 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=22973/tid=23000] ppid=22970 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/22973/task/23000/stat : 23000 (java) S 22970 22973 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 13528309 10406596608 999571 33554432000 1073741824 1073778376 140735916818256 140334866818088 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 10162692

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22973 sig 9
??? kill -22973 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22973 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=568944
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=991937
# CPU time returned by wait4() is 1796.56
# while last known CPU time is 1800.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 869.102
CPU time (s): 1800.56
CPU user time (s): 1793.98
CPU system time (s): 6.58
CPU usage (%): 207.175
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.57
system time used= 6.99194
maximum resident set size= 3998404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24560
involuntary context switches= 27134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42387 second user time and 9.66753 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-17 00:07:16
IDJOB=4097948
IDBENCH=107830
IDSOLVER=2543
FILE ID=node132/4097948-1466114836
RUNJOBID= node132-1466112166-19499
PBS_JOBID= 19904121
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_13.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097948-1466114836/watcher-4097948-1466114836 -o /tmp/evaluation-result-4097948-1466114836/solver-4097948-1466114836 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466112166-19499 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097948-1466114836.opb

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

MD5SUM BENCH= 33399b9fd213ab3fb29f26b2f1270bc6
RANDOM SEED=982536385

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		: 2666.768
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	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.56
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		: 2666.768
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.56
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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:        29556112 kB
Buffers:           47424 kB
Cached:           119820 kB
SwapCached:          584 kB
Active:          2483520 kB
Inactive:          92784 kB
Active(anon):    2409976 kB
Inactive(anon):     1504 kB
Active(file):      73544 kB
Inactive(file):    91280 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:              4400 kB
Writeback:             0 kB
AnonPages:       2525332 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             573732 kB
SReclaimable:      13604 kB
SUnreclaim:       560128 kB
KernelStack:        2584 kB
PageTables:        10168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2791268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2465792 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= 71728 MiB
End job on node132 at 2016-06-17 00:21:45