Trace number 4101058

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.03 887.063

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-cycle.opb
MD5SUM761eaefb829e7d3bf060fd5b86600997
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 16197
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531823
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531823
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101058-1466212499.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
4.34/1.84	c ... done. Wall clock time 1.721s.
4.34/1.84	c declared #vars     84737
4.34/1.84	c #constraints  3176
4.34/1.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.34/1.84	c constraints type 
4.34/1.84	c org.sat4j.specs.Constr$1 => 294
4.34/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2882
4.34/1.84	c 3176 constraints processed.
4.34/1.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.34/1.84	c constraints type 
4.34/1.84	c org.sat4j.specs.Constr$1 => 294
4.34/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2882
4.34/1.84	c 3176 constraints processed.
4.34/1.84	c objective function length is 9240 literals
8.24/3.14	c cleaning 2491 clauses out of 4985 with flag 10325/5002
12.09/4.74	c cleaning 4248 clauses out of 8496 with flag 24062/11018
16.28/6.65	c cleaning 5615 clauses out of 11230 with flag 41302/18000
20.75/8.80	c cleaning 6809 clauses out of 13623 with flag 59109/26008
25.63/11.18	c cleaning 7906 clauses out of 15811 with flag 78526/35005
32.39/14.33	c cleaning 8953 clauses out of 17906 with flag 99345/45006
38.40/17.39	c cleaning 9975 clauses out of 19950 with flag 122809/56003
46.51/21.28	c cleaning 10984 clauses out of 21971 with flag 148669/68000
51.13/23.57	c cleaning 11993 clauses out of 23985 with flag 180913/81001
55.64/25.73	c cleaning 12992 clauses out of 25991 with flag 220838/95000
62.91/29.39	c cleaning 13992 clauses out of 27999 with flag 263222/110000
72.02/33.64	c cleaning 14996 clauses out of 30008 with flag 314673/126001
80.22/37.71	c cleaning 15997 clauses out of 32012 with flag 371318/143001
88.23/41.77	c cleaning 17010 clauses out of 34020 with flag 429941/161006
96.03/45.65	c cleaning 17995 clauses out of 36005 with flag 486411/180001
105.03/50.18	c cleaning 18994 clauses out of 38009 with flag 555637/200000
113.84/54.59	c cleaning 19983 clauses out of 40014 with flag 604581/221000
119.84/57.54	c cleaning 21006 clauses out of 42025 with flag 652094/243000
138.13/66.43	c cleaning 22126 clauses out of 44251 with flag 701982/266233
162.72/78.75	c cleaning 23035 clauses out of 46069 with flag 755412/290177
196.95/95.55	c cleaning 23939 clauses out of 47878 with flag 812100/315021
239.05/116.39	c cleaning 25044 clauses out of 50088 with flag 873634/341170
291.42/142.68	c cleaning 25939 clauses out of 51878 with flag 943889/368004
341.17/167.22	c cleaning 26976 clauses out of 53952 with flag 1011165/396017
385.66/189.28	c cleaning 28029 clauses out of 56058 with flag 1080021/425099
435.75/214.04	c cleaning 28956 clauses out of 57930 with flag 1151319/455000
489.43/240.55	c cleaning 29989 clauses out of 59977 with flag 1225127/486003
544.19/268.25	c cleaning 30991 clauses out of 61985 with flag 1300559/518000
588.40/290.18	c cleaning 0 clauses out of 5000 with flag 0/5000
606.21/298.82	c cleaning 32062 clauses out of 64136 with flag 1382718/551142
665.54/327.91	c cleaning 32948 clauses out of 65936 with flag 1462594/585004
729.21/359.55	c cleaning 34069 clauses out of 68139 with flag 1554011/620155
789.32/389.20	c cleaning 34952 clauses out of 69915 with flag 1646420/656000
846.38/417.44	c cleaning 35975 clauses out of 71964 with flag 1740081/693001
913.62/450.55	c cleaning 36998 clauses out of 73995 with flag 1840626/731007
976.83/481.79	c cleaning 38074 clauses out of 76148 with flag 1941931/770158
1050.64/517.87	c cleaning 39008 clauses out of 78018 with flag 2045342/810102
1121.94/552.76	c cleaning 39967 clauses out of 79936 with flag 2153262/851028
1198.41/590.27	c cleaning 41020 clauses out of 82039 with flag 2264599/893098
1273.56/627.29	c cleaning 42009 clauses out of 84017 with flag 2392809/936096
1338.49/659.34	c cleaning 42958 clauses out of 85917 with flag 2517973/980005
1419.70/699.48	c cleaning 44046 clauses out of 88092 with flag 2641588/1025138
1498.22/739.16	c cleaning 45038 clauses out of 90075 with flag 2762347/1071167
1579.26/779.34	c cleaning 45933 clauses out of 91874 with flag 2895195/1118004
1580.86/780.10	c cleaning 0 clauses out of 11000 with flag 0/11000
1655.11/816.41	c cleaning 46985 clauses out of 93970 with flag 3031837/1166033
1743.04/859.20	c cleaning 47986 clauses out of 95973 with flag 3161889/1215021
1800.03/887.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/887.00	c starts		: 4390
1800.03/887.00	c conflicts		: 1250771
1800.03/887.00	c decisions		: 2354226
1800.03/887.00	c propagations		: 94995324
1800.03/887.00	c inspects		: 5471761391
1800.03/887.00	c shortcuts		: 0
1800.03/887.00	c learnt literals	: 43
1800.03/887.00	c learnt binary clauses	: 41
1800.03/887.00	c learnt ternary clauses	: 40
1800.03/887.00	c learnt constraints	: 1250728
1800.03/887.00	c ignored constraints	: 0
1800.03/887.00	c root simplifications	: 0
1800.03/887.00	c removed literals (reason simplification)	: 36070744
1800.03/887.00	c reason swapping (by a shorter reason)	: 0
1800.03/887.00	c Calls to reduceDB	: 45
1800.03/887.00	c Number of update (reduction) of LBD	: 113051
1800.03/887.00	c Imported unit clauses	: 0
1800.03/887.00	c number of reductions to clauses (during analyze)	: 0
1800.03/887.00	c number of learned constraints concerned by reduction	: 0
1800.03/887.00	c number of learning phase by resolution	: 0
1800.03/887.00	c number of learning phase by cutting planes	: 0
1800.03/887.00	c speed (assignments/second)	: 107338.01349586221
1800.03/887.00	c non guided choices	16718
1800.03/887.03	c learnt constraints type 
1800.03/887.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.03/887.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83697
1800.03/887.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/887.03	c starts		: 22
1800.03/887.03	c conflicts		: 11946
1800.03/887.03	c decisions		: 705716
1800.03/887.03	c propagations		: 4885260
1800.03/887.03	c inspects		: 473345639
1800.03/887.03	c shortcuts		: 0
1800.03/887.03	c learnt literals	: 0
1800.03/887.03	c learnt binary clauses	: 0
1800.03/887.03	c learnt ternary clauses	: 0
1800.03/887.03	c learnt constraints	: 11945
1800.03/887.03	c ignored constraints	: 0
1800.03/887.03	c root simplifications	: 0
1800.03/887.03	c removed literals (reason simplification)	: 0
1800.03/887.03	c reason swapping (by a shorter reason)	: 0
1800.03/887.03	c Calls to reduceDB	: 2
1800.03/887.03	c Number of update (reduction) of LBD	: 0
1800.03/887.03	c Imported unit clauses	: 0
1800.03/887.03	c number of reductions to clauses (during analyze)	: 0
1800.03/887.03	c number of learned constraints concerned by reduction	: 0
1800.03/887.03	c number of learning phase by resolution	: 0
1800.03/887.03	c number of learning phase by cutting planes	: 0
1800.03/887.03	c speed (assignments/second)	: 5520.080271367845
1800.03/887.03	c non guided choices	2016
1800.03/887.03	c learnt constraints type 
1800.03/887.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 152
1800.03/887.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11793
1800.03/887.03	s UNKNOWN
1800.03/887.03	c Total wall clock time (in seconds): 886.915

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

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

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


[startup+0 s]
/proc/loadavg: 4.08 4.22 4.22 4/285 19880
/proc/meminfo: memFree=29135076/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 23294524 94019584 917 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 22954 917 697 9 0 16769 0
[pid=19880/tid=19881] ppid=19877 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) R 19877 19880 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 23294525 94019584 917 33554432000 1073741824 1073778376 140734646949120 140154708327976 216799472935 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0

[startup+0.100098 s]
/proc/loadavg: 4.08 4.22 4.22 4/285 19880
/proc/meminfo: memFree=29135076/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 4506 0 1 0 8 1 0 0 20 0 23 0 23294524 10133950464 5625 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2474109 5625 2126 9 0 2464786 0
[pid=19880/tid=19881] ppid=19877 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) R 19877 19880 15292 0 -1 4202560 2475 0 1 0 6 0 0 0 20 0 23 0 23294525 10133950464 5625 33554432000 1073741824 1073778376 140734646949120 140154708332664 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200332 s]
/proc/loadavg: 4.08 4.22 4.22 4/285 19880
/proc/meminfo: memFree=29135076/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 5093 0 1 0 27 1 0 0 20 0 23 0 23294524 10133950464 7524 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2474109 7524 2217 9 0 2464786 0
[pid=19880/tid=19881] ppid=19877 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) R 19877 19880 15292 0 -1 4202560 2490 0 1 0 16 0 0 0 20 0 23 0 23294525 10133950464 7524 33554432000 1073741824 1073778376 140734646949120 140154708332664 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9896436

[startup+0.300287 s]
/proc/loadavg: 4.08 4.22 4.22 4/285 19880
/proc/meminfo: memFree=29135076/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=9896436 CPUtime=0.5 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 6086 0 1 0 49 1 0 0 20 0 23 0 23294524 10133950464 9548 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2474109 9548 2236 9 0 2464786 0
[pid=19880/tid=19881] ppid=19877 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) R 19877 19880 15292 0 -1 4202560 2494 0 1 0 26 0 0 0 20 0 23 0 23294525 10133950464 9548 33554432000 1073741824 1073778376 140734646949120 140154708332664 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9896436

[startup+0.709914 s]
/proc/loadavg: 4.08 4.22 4.22 4/285 19880
/proc/meminfo: memFree=29135076/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=9896436 CPUtime=1.56 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 16317 0 1 0 146 10 0 0 20 0 23 0 23294524 10133950464 46696 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2474109 46696 2257 9 0 2464786 0
[pid=19880/tid=19881] ppid=19877 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) S 19877 19880 15292 0 -1 4202560 2557 0 1 0 63 3 0 0 20 0 23 0 23294525 10133950464 46696 33554432000 1073741824 1073778376 140734646949120 140154708330792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9896436

[startup+1.50098 s]
/proc/loadavg: 4.08 4.22 4.22 4/308 19903
/proc/meminfo: memFree=28916560/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=9896436 CPUtime=3.24 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 17190 0 1 0 268 56 0 0 20 0 23 0 23294524 10133950464 87123 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2474109 87123 2263 9 0 2464786 0
[pid=19880/tid=19881] ppid=19877 vsize=9896436 CPUtime=1.31 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) R 19877 19880 15292 0 -1 4202560 2595 0 1 0 128 3 0 0 20 0 23 0 23294525 10133950464 87123 33554432000 1073741824 1073778376 140734646949120 140154708324272 140154648587081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19883] ppid=19877 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19880/task/19883/stat : 19883 (java) S 19877 19880 15292 0 -1 4202560 30 0 0 0 3 3 0 0 20 0 23 0 23294526 10133950464 87123 33554432000 1073741824 1073778376 140734646949120 140154552233000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19884] ppid=19877 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/19880/task/19884/stat : 19884 (java) S 19877 19880 15292 0 -1 4202560 96 0 0 0 5 5 0 0 20 0 23 0 23294526 10133950464 87123 33554432000 1073741824 1073778376 140734646949120 140154551180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19885] ppid=19877 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/19880/task/19885/stat : 19885 (java) S 19877 19880 15292 0 -1 4202560 154 0 0 0 6 7 0 0 20 0 23 0 23294526 10133950464 87123 33554432000 1073741824 1073778376 140734646949120 140154550127400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19886] ppid=19877 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19880/task/19886/stat : 19886 (java) S 19877 19880 15292 0 -1 4202560 29 0 0 0 2 4 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154549074600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19887] ppid=19877 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19880/task/19887/stat : 19887 (java) S 19877 19880 15292 0 -1 4202560 78 0 0 0 3 3 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154548021800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19888] ppid=19877 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/19880/task/19888/stat : 19888 (java) S 19877 19880 15292 0 -1 4202560 67 0 0 0 2 3 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154546969000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19889] ppid=19877 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/19880/task/19889/stat : 19889 (java) S 19877 19880 15292 0 -1 4202560 68 0 0 0 3 5 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154545916200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19890] ppid=19877 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/19880/task/19890/stat : 19890 (java) S 19877 19880 15292 0 -1 4202560 81 0 0 0 4 5 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154544863400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19891] ppid=19877 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/19880/task/19891/stat : 19891 (java) S 19877 19880 15292 0 -1 4202560 59 0 0 0 2 3 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154543811624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19892] ppid=19877 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/19880/task/19892/stat : 19892 (java) S 19877 19880 15292 0 -1 4202560 90 0 0 0 3 5 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154542758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19893] ppid=19877 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/19880/task/19893/stat : 19893 (java) S 19877 19880 15292 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154541706024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19894] ppid=19877 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/19880/task/19894/stat : 19894 (java) S 19877 19880 15292 0 -1 4202560 31 0 0 0 2 3 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154540653224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19895] ppid=19877 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/19880/task/19895/stat : 19895 (java) S 19877 19880 15292 0 -1 4202560 31 0 0 0 2 3 0 0 20 0 23 0 23294526 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154539600424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19896] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19896/stat : 19896 (java) S 19877 19880 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 23 0 23294527 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154521925992 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19897] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19897/stat : 19897 (java) S 19877 19880 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 23294527 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154520872056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19898] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19898/stat : 19898 (java) S 19877 19880 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 23294527 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154519819144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19899] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19899/stat : 19899 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23294530 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154518768656 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19900] ppid=19877 vsize=9896436 CPUtime=0.37 cores=4-7,12-15
/proc/19880/task/19900/stat : 19900 (java) S 19877 19880 15292 0 -1 4202560 4825 0 0 0 35 2 0 0 20 0 23 0 23294530 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154517715768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19901] ppid=19877 vsize=9896436 CPUtime=0.39 cores=4-7,12-15
/proc/19880/task/19901/stat : 19901 (java) S 19877 19880 15292 0 -1 4202560 7604 0 0 0 39 0 0 0 20 0 23 0 23294530 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154516662968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19902] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19902/stat : 19902 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23294530 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140154515610360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19903] ppid=19877 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19903/stat : 19903 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23294530 10133950464 87635 33554432000 1073741824 1073778376 140734646949120 140153238580040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 9896436

[startup+3.1017 s]
/proc/loadavg: 3.99 4.20 4.21 5/312 19907
/proc/meminfo: memFree=28728936/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=10162692 CPUtime=8.24 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 20507 0 1 0 707 117 0 0 20 0 27 0 23294524 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2540673 127168 2279 9 0 2531350 0
[pid=19880/tid=19881] ppid=19877 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) S 19877 19880 15292 0 -1 4202560 2630 0 1 0 150 4 0 0 20 0 27 0 23294525 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154708333432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19883] ppid=19877 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19880/task/19883/stat : 19883 (java) S 19877 19880 15292 0 -1 4202560 89 0 0 0 9 7 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154552233000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19884] ppid=19877 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19880/task/19884/stat : 19884 (java) S 19877 19880 15292 0 -1 4202560 132 0 0 0 10 9 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154551180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19885] ppid=19877 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/19880/task/19885/stat : 19885 (java) S 19877 19880 15292 0 -1 4202560 187 0 0 0 11 10 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154550127400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19886] ppid=19877 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/19880/task/19886/stat : 19886 (java) S 19877 19880 15292 0 -1 4202560 75 0 0 0 10 10 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154549074600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19880/tid=19887] ppid=19877 vsize=10162692 CPUtime=0.13 cores=4-7,12-15
/proc/19880/task/19887/stat : 19887 (java) S 19877 19880 15292 0 -1 4202560 106 0 0 0 7 6 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154548021800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19888] ppid=19877 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/19880/task/19888/stat : 19888 (java) S 19877 19880 15292 0 -1 4202560 88 0 0 0 5 6 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154546969000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19889] ppid=19877 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/19880/task/19889/stat : 19889 (java) S 19877 19880 15292 0 -1 4202560 108 0 0 0 8 7 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154545916200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19890] ppid=19877 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19880/task/19890/stat : 19890 (java) S 19877 19880 15292 0 -1 4202560 162 0 0 0 12 11 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154544863400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19891] ppid=19877 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19880/task/19891/stat : 19891 (java) S 19877 19880 15292 0 -1 4202560 117 0 0 0 13 10 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154543811624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19892] ppid=19877 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19880/task/19892/stat : 19892 (java) S 19877 19880 15292 0 -1 4202560 126 0 0 0 8 8 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154542758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19893] ppid=19877 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/19880/task/19893/stat : 19893 (java) S 19877 19880 15292 0 -1 4202560 124 0 0 0 12 8 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154541706024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19894] ppid=19877 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19880/task/19894/stat : 19894 (java) S 19877 19880 15292 0 -1 4202560 77 0 0 0 9 10 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154540653224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19880/tid=19895] ppid=19877 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/19880/task/19895/stat : 19895 (java) S 19877 19880 15292 0 -1 4202560 88 0 0 0 11 9 0 0 20 0 27 0 23294526 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154539600424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19896] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19896/stat : 19896 (java) S 19877 19880 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154521925992 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19897] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19897/stat : 19897 (java) S 19877 19880 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154520872056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19898] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19898/stat : 19898 (java) S 19877 19880 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154519819144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19899] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19899/stat : 19899 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154518768656 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19900] ppid=19877 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19880/task/19900/stat : 19900 (java) S 19877 19880 15292 0 -1 4202560 7140 0 0 0 91 2 0 0 20 0 27 0 23294530 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154517715768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19901] ppid=19877 vsize=10162692 CPUtime=0.8 cores=4-7,12-15
/proc/19880/task/19901/stat : 19901 (java) S 19877 19880 15292 0 -1 4202560 7743 0 0 0 80 0 0 0 20 0 27 0 23294530 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154516662968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19902] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19902/stat : 19902 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140154515610360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19903] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19903/stat : 19903 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140153238580040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19904] ppid=19877 vsize=10162692 CPUtime=1.16 cores=4-7,12-15
/proc/19880/task/19904/stat : 19904 (java) R 19877 19880 15292 0 -1 4202560 27 0 0 0 116 0 0 0 20 0 27 0 23294709 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140153237525176 140154648880171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19905] ppid=19877 vsize=10162692 CPUtime=1.16 cores=4-7,12-15
/proc/19880/task/19905/stat : 19905 (java) R 19877 19880 15292 0 -1 4202560 24 0 0 0 116 0 0 0 20 0 27 0 23294709 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140153236471064 140154648894907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19906] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19906/stat : 19906 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294723 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140153235419944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19907] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19907/stat : 19907 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294727 10406596608 127168 33554432000 1073741824 1073778376 140734646949120 140153234368168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 10162692

[startup+6.30116 s]
/proc/loadavg: 3.99 4.20 4.21 5/312 19907
/proc/meminfo: memFree=28444884/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=10162692 CPUtime=15.65 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 25400 0 1 0 1434 131 0 0 20 0 27 0 23294524 10406596608 188407 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2540673 188407 2283 9 0 2531350 0
[pid=19880/tid=19881] ppid=19877 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) S 19877 19880 15292 0 -1 4202560 2630 0 1 0 150 4 0 0 20 0 27 0 23294525 10406596608 188407 33554432000 1073741824 1073778376 140734646949120 140154708333432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19883] ppid=19877 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19880/task/19883/stat : 19883 (java) S 19877 19880 15292 0 -1 4202560 95 0 0 0 11 8 0 0 20 0 27 0 23294526 10406596608 188407 33554432000 1073741824 1073778376 140734646949120 140154552233000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19884] ppid=19877 vsize=10162692 CPUtime=0.21 cores=4-7,12-15

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

/proc/19880/task/19900/stat : 19900 (java) S 19877 19880 15292 0 -1 4202560 11687 0 0 0 177 3 0 0 20 0 27 0 23294530 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140154517715768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19901] ppid=19877 vsize=10162692 CPUtime=1.8 cores=4-7,12-15
/proc/19880/task/19901/stat : 19901 (java) S 19877 19880 15292 0 -1 4202560 11506 0 0 0 179 1 0 0 20 0 27 0 23294530 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140154516662968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19902] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19902/stat : 19902 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140154515610360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19903] ppid=19877 vsize=10162692 CPUtime=0.4 cores=4-7,12-15
/proc/19880/task/19903/stat : 19903 (java) S 19877 19880 15292 0 -1 4202560 47 0 0 0 20 20 0 0 20 0 27 0 23294530 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140153238580040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19904] ppid=19877 vsize=10162692 CPUtime=810.91 cores=4-7,12-15
/proc/19880/task/19904/stat : 19904 (java) R 19877 19880 15292 0 -1 4202560 160 0 0 0 81075 16 0 0 20 0 27 0 23294709 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140153237516176 140154648920056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19905] ppid=19877 vsize=10162692 CPUtime=810.94 cores=4-7,12-15
/proc/19880/task/19905/stat : 19905 (java) R 19877 19880 15292 0 -1 4202560 1614 0 0 0 81051 43 0 0 20 0 27 0 23294709 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140153236470960 140154648895809 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19906] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19906/stat : 19906 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294723 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140153235419944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19907] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19907/stat : 19907 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294727 10406596608 818777 33554432000 1073741824 1073778376 140734646949120 140153234368168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1666.91
Current children cumulated vsize (KiB) 10162692

[startup+882.312 s]
/proc/loadavg: 4.11 4.05 4.08 5/312 20025
/proc/meminfo: memFree=25552392/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=10162692 CPUtime=1790.04 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 40039 0 1 0 178347 657 0 0 20 0 27 0 23294524 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2540673 879881 2293 9 0 2531350 0
[pid=19880/tid=19881] ppid=19877 vsize=10162692 CPUtime=1.6 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) S 19877 19880 15292 0 -1 4202560 2638 0 1 0 153 7 0 0 20 0 27 0 23294525 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154708333432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19883] ppid=19877 vsize=10162692 CPUtime=2.71 cores=4-7,12-15
/proc/19880/task/19883/stat : 19883 (java) S 19877 19880 15292 0 -1 4202560 615 0 0 0 230 41 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154552233000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19884] ppid=19877 vsize=10162692 CPUtime=2.7 cores=4-7,12-15
/proc/19880/task/19884/stat : 19884 (java) S 19877 19880 15292 0 -1 4202560 817 0 0 0 222 48 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154551180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19885] ppid=19877 vsize=10162692 CPUtime=3.11 cores=4-7,12-15
/proc/19880/task/19885/stat : 19885 (java) S 19877 19880 15292 0 -1 4202560 841 0 0 0 260 51 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154550127400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19886] ppid=19877 vsize=10162692 CPUtime=2.72 cores=4-7,12-15
/proc/19880/task/19886/stat : 19886 (java) S 19877 19880 15292 0 -1 4202560 622 0 0 0 225 47 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154549074600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19887] ppid=19877 vsize=10162692 CPUtime=2.45 cores=4-7,12-15
/proc/19880/task/19887/stat : 19887 (java) S 19877 19880 15292 0 -1 4202560 606 0 0 0 207 38 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154548021800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19888] ppid=19877 vsize=10162692 CPUtime=2.54 cores=4-7,12-15
/proc/19880/task/19888/stat : 19888 (java) S 19877 19880 15292 0 -1 4202560 636 0 0 0 214 40 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154546969000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19889] ppid=19877 vsize=10162692 CPUtime=2.72 cores=4-7,12-15
/proc/19880/task/19889/stat : 19889 (java) S 19877 19880 15292 0 -1 4202560 581 0 0 0 229 43 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154545916200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19890] ppid=19877 vsize=10162692 CPUtime=2.57 cores=4-7,12-15
/proc/19880/task/19890/stat : 19890 (java) S 19877 19880 15292 0 -1 4202560 582 0 0 0 217 40 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154544863400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19891] ppid=19877 vsize=10162692 CPUtime=2.86 cores=4-7,12-15
/proc/19880/task/19891/stat : 19891 (java) S 19877 19880 15292 0 -1 4202560 796 0 0 0 242 44 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154543811624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19892] ppid=19877 vsize=10162692 CPUtime=2.69 cores=4-7,12-15
/proc/19880/task/19892/stat : 19892 (java) S 19877 19880 15292 0 -1 4202560 630 0 0 0 227 42 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154542758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19893] ppid=19877 vsize=10162692 CPUtime=3.11 cores=4-7,12-15
/proc/19880/task/19893/stat : 19893 (java) S 19877 19880 15292 0 -1 4202560 723 0 0 0 258 53 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154541706024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19894] ppid=19877 vsize=10162692 CPUtime=3.1 cores=4-7,12-15
/proc/19880/task/19894/stat : 19894 (java) S 19877 19880 15292 0 -1 4202560 818 0 0 0 254 56 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154540653224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19895] ppid=19877 vsize=10162692 CPUtime=2.52 cores=4-7,12-15
/proc/19880/task/19895/stat : 19895 (java) S 19877 19880 15292 0 -1 4202560 595 0 0 0 210 42 0 0 20 0 27 0 23294526 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154539600424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19896] ppid=19877 vsize=10162692 CPUtime=3.49 cores=4-7,12-15
/proc/19880/task/19896/stat : 19896 (java) S 19877 19880 15292 0 -1 4202560 2249 0 0 0 347 2 0 0 20 0 27 0 23294527 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154521925992 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19897] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19897/stat : 19897 (java) S 19877 19880 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154520872056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19898] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19898/stat : 19898 (java) S 19877 19880 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154519819144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19899] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19899/stat : 19899 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154518768656 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19900] ppid=19877 vsize=10162692 CPUtime=1.8 cores=4-7,12-15
/proc/19880/task/19900/stat : 19900 (java) S 19877 19880 15292 0 -1 4202560 11687 0 0 0 177 3 0 0 20 0 27 0 23294530 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154517715768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19901] ppid=19877 vsize=10162692 CPUtime=1.82 cores=4-7,12-15
/proc/19880/task/19901/stat : 19901 (java) S 19877 19880 15292 0 -1 4202560 11508 0 0 0 181 1 0 0 20 0 27 0 23294530 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154516662968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19902] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19902/stat : 19902 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140154515610360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19903] ppid=19877 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/19880/task/19903/stat : 19903 (java) S 19877 19880 15292 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 27 0 23294530 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140153238580040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19904] ppid=19877 vsize=10162692 CPUtime=870.23 cores=4-7,12-15
/proc/19880/task/19904/stat : 19904 (java) R 19877 19880 15292 0 -1 4202560 161 0 0 0 87006 17 0 0 20 0 27 0 23294709 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140153237522960 140154648880223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19905] ppid=19877 vsize=10162692 CPUtime=870.27 cores=4-7,12-15
/proc/19880/task/19905/stat : 19905 (java) R 19877 19880 15292 0 -1 4202560 1617 0 0 0 86983 44 0 0 20 0 27 0 23294709 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140153236471072 140154648894886 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=19880/tid=19906] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19906/stat : 19906 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294723 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140153235419944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19907] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19907/stat : 19907 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294727 10406596608 879881 33554432000 1073741824 1073778376 140734646949120 140153234368168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+887.001 s]
/proc/loadavg: 4.10 4.05 4.08 5/312 20025
/proc/meminfo: memFree=25546140/32872528 swapFree=7804/7804
[pid=19880] ppid=19877 vsize=10162692 CPUtime=1800.03 cores=4-7,12-15
/proc/19880/stat : 19880 (java) S 19877 19880 15292 0 -1 4202496 40113 0 1 0 179343 660 0 0 20 0 27 0 23294524 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140734646940256 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19880/statm: 2540673 882491 2293 9 0 2531350 0
[pid=19880/tid=19881] ppid=19877 vsize=10162692 CPUtime=1.6 cores=4-7,12-15
/proc/19880/task/19881/stat : 19881 (java) S 19877 19880 15292 0 -1 4202560 2638 0 1 0 153 7 0 0 20 0 27 0 23294525 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154708333432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19883] ppid=19877 vsize=10162692 CPUtime=2.75 cores=4-7,12-15
/proc/19880/task/19883/stat : 19883 (java) S 19877 19880 15292 0 -1 4202560 619 0 0 0 234 41 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154552233000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19884] ppid=19877 vsize=10162692 CPUtime=2.8 cores=4-7,12-15
/proc/19880/task/19884/stat : 19884 (java) S 19877 19880 15292 0 -1 4202560 826 0 0 0 231 49 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154551180200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19880/tid=19885] ppid=19877 vsize=10162692 CPUtime=3.17 cores=4-7,12-15
/proc/19880/task/19885/stat : 19885 (java) S 19877 19880 15292 0 -1 4202560 852 0 0 0 265 52 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154550127400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19886] ppid=19877 vsize=10162692 CPUtime=2.76 cores=4-7,12-15
/proc/19880/task/19886/stat : 19886 (java) S 19877 19880 15292 0 -1 4202560 622 0 0 0 229 47 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154549074600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19887] ppid=19877 vsize=10162692 CPUtime=2.55 cores=4-7,12-15
/proc/19880/task/19887/stat : 19887 (java) S 19877 19880 15292 0 -1 4202560 638 0 0 0 217 38 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154548021800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19888] ppid=19877 vsize=10162692 CPUtime=2.57 cores=4-7,12-15
/proc/19880/task/19888/stat : 19888 (java) S 19877 19880 15292 0 -1 4202560 636 0 0 0 217 40 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154546969000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19889] ppid=19877 vsize=10162692 CPUtime=2.76 cores=4-7,12-15
/proc/19880/task/19889/stat : 19889 (java) S 19877 19880 15292 0 -1 4202560 584 0 0 0 233 43 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154545916200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19890] ppid=19877 vsize=10162692 CPUtime=2.6 cores=4-7,12-15
/proc/19880/task/19890/stat : 19890 (java) S 19877 19880 15292 0 -1 4202560 582 0 0 0 220 40 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154544863400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19891] ppid=19877 vsize=10162692 CPUtime=2.91 cores=4-7,12-15
/proc/19880/task/19891/stat : 19891 (java) S 19877 19880 15292 0 -1 4202560 796 0 0 0 247 44 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154543811624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19892] ppid=19877 vsize=10162692 CPUtime=2.8 cores=4-7,12-15
/proc/19880/task/19892/stat : 19892 (java) S 19877 19880 15292 0 -1 4202560 638 0 0 0 238 42 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154542758824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19893] ppid=19877 vsize=10162692 CPUtime=3.21 cores=4-7,12-15
/proc/19880/task/19893/stat : 19893 (java) S 19877 19880 15292 0 -1 4202560 726 0 0 0 268 53 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154541706024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19894] ppid=19877 vsize=10162692 CPUtime=3.14 cores=4-7,12-15
/proc/19880/task/19894/stat : 19894 (java) S 19877 19880 15292 0 -1 4202560 821 0 0 0 258 56 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154540653224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19880/tid=19895] ppid=19877 vsize=10162692 CPUtime=2.61 cores=4-7,12-15
/proc/19880/task/19895/stat : 19895 (java) S 19877 19880 15292 0 -1 4202560 595 0 0 0 219 42 0 0 20 0 27 0 23294526 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154539600424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19896] ppid=19877 vsize=10162692 CPUtime=3.49 cores=4-7,12-15
/proc/19880/task/19896/stat : 19896 (java) S 19877 19880 15292 0 -1 4202560 2249 0 0 0 347 2 0 0 20 0 27 0 23294527 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154521925992 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19897] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19897/stat : 19897 (java) S 19877 19880 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154520872056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19898] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19898/stat : 19898 (java) S 19877 19880 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23294527 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154519819144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19899] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19899/stat : 19899 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154518768656 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19900] ppid=19877 vsize=10162692 CPUtime=1.8 cores=4-7,12-15
/proc/19880/task/19900/stat : 19900 (java) S 19877 19880 15292 0 -1 4202560 11687 0 0 0 177 3 0 0 20 0 27 0 23294530 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154517715768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19901] ppid=19877 vsize=10162692 CPUtime=1.82 cores=4-7,12-15
/proc/19880/task/19901/stat : 19901 (java) S 19877 19880 15292 0 -1 4202560 11508 0 0 0 181 1 0 0 20 0 27 0 23294530 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154516662968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19880/tid=19902] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19902/stat : 19902 (java) S 19877 19880 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23294530 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140154515610360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19880/tid=19903] ppid=19877 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/19880/task/19903/stat : 19903 (java) S 19877 19880 15292 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 27 0 23294530 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140153238580040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19904] ppid=19877 vsize=10162692 CPUtime=874.8 cores=4-7,12-15
/proc/19880/task/19904/stat : 19904 (java) R 19877 19880 15292 0 -1 4202560 162 0 0 0 87463 17 0 0 20 0 27 0 23294709 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140153237523040 140154648920056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19880/tid=19905] ppid=19877 vsize=10162692 CPUtime=874.83 cores=4-7,12-15
/proc/19880/task/19905/stat : 19905 (java) R 19877 19880 15292 0 -1 4202560 1617 0 0 0 87439 44 0 0 20 0 27 0 23294709 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140153236470960 140154648940507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19880/tid=19906] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19906/stat : 19906 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294723 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140153235419944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19880/tid=19907] ppid=19877 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19880/task/19907/stat : 19907 (java) S 19877 19880 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23294727 10406596608 882491 33554432000 1073741824 1073778376 140734646949120 140153234368168 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 19880 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 19880 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=870050
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=59926
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 887.063
CPU time (s): 1800.03
CPU user time (s): 1793.43
CPU system time (s): 6.6
CPU usage (%): 202.92
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.87
system time used= 7.05993
maximum resident set size= 3568768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40154
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23790
involuntary context switches= 10806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01578 second user time and 9.76351 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 03:14:59
IDJOB=4101058
IDBENCH=1695
IDSOLVER=2543
FILE ID=node132/4101058-1466212499
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-cycle.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101058-1466212499/watcher-4101058-1466212499 -o /tmp/evaluation-result-4101058-1466212499/solver-4101058-1466212499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101058-1466212499.opb

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

MD5SUM BENCH= 761eaefb829e7d3bf060fd5b86600997
RANDOM SEED=160229118

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:        29135884 kB
Buffers:           41432 kB
Cached:            96092 kB
SwapCached:         1804 kB
Active:          2902700 kB
Inactive:          85160 kB
Active(anon):    2852300 kB
Inactive(anon):     1028 kB
Active(file):      50400 kB
Inactive(file):    84132 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              5904 kB
Writeback:             0 kB
AnonPages:       2884248 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             575800 kB
SReclaimable:      16140 kB
SUnreclaim:       559660 kB
KernelStack:        2384 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3068652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2826240 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= 71732 MiB
End job on node132 at 2016-06-18 03:29:46