Trace number 4103338

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.07 894.145

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM44facea850693084b6f9bb62059a35af
Bench CategoryOPT-BIGINT (optimisation, big 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32294
Total number of constraints1133
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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-4103338-1466222179.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.88/0.83	c ... done. Wall clock time 0.706s.
1.88/0.83	c declared #vars     32294
1.88/0.83	c #constraints  1176
1.88/0.83	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.88/0.83	c constraints type 
1.88/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1.88/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
1.88/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1139
1.88/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1.88/0.83	c 1176 constraints processed.
1.88/0.83	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.88/0.83	c constraints type 
1.88/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
1.88/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1.88/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
1.88/0.83	c 1176 constraints processed.
1.88/0.83	c objective function length is 124 literals
9.61/3.94	c cleaning 2496 clauses out of 5002 with flag 10416/5002
16.07/6.85	c cleaning 4252 clauses out of 8504 with flag 22894/11000
22.49/10.05	c cleaning 5626 clauses out of 11252 with flag 37732/18000
29.67/13.65	c cleaning 6812 clauses out of 13627 with flag 54663/26001
38.92/18.00	c cleaning 7909 clauses out of 15819 with flag 73798/35005
48.54/22.83	c cleaning 8949 clauses out of 17905 with flag 95036/45000
59.73/28.44	c cleaning 9970 clauses out of 19956 with flag 118454/56000
71.16/34.17	c cleaning 10993 clauses out of 21986 with flag 143704/68000
84.94/40.72	c cleaning 11993 clauses out of 23994 with flag 171316/81001
99.64/47.95	c cleaning 13002 clauses out of 26003 with flag 201215/95003
115.05/55.66	c cleaning 13999 clauses out of 27998 with flag 233404/110000
132.45/64.31	c cleaning 14999 clauses out of 30000 with flag 267676/126001
152.48/73.98	c cleaning 15998 clauses out of 32001 with flag 304129/143001
172.14/83.77	c cleaning 16994 clauses out of 34002 with flag 342757/161000
193.13/94.24	c cleaning 18002 clauses out of 36010 with flag 383628/180002
217.46/105.99	c cleaning 18996 clauses out of 38009 with flag 426292/200003
241.08/117.79	c cleaning 20005 clauses out of 40010 with flag 471333/221000
267.10/130.77	c cleaning 20997 clauses out of 42007 with flag 518624/243002
293.50/143.92	c cleaning 22003 clauses out of 44009 with flag 567690/266001
321.70/158.07	c cleaning 23004 clauses out of 46007 with flag 618633/290002
352.41/172.88	c cleaning 23994 clauses out of 48003 with flag 672653/315002
382.59/188.00	c cleaning 25001 clauses out of 50008 with flag 728259/341001
415.00/204.20	c cleaning 26002 clauses out of 52008 with flag 786232/368002
448.40/220.82	c cleaning 27001 clauses out of 54005 with flag 846204/396001
485.80/239.52	c cleaning 28001 clauses out of 56005 with flag 908253/425002
525.00/259.16	c cleaning 28993 clauses out of 58003 with flag 972318/455001
565.20/279.20	c cleaning 30005 clauses out of 60011 with flag 1039375/486002
609.36/301.06	c cleaning 30994 clauses out of 62005 with flag 1107857/518001
652.37/322.58	c cleaning 32003 clauses out of 64010 with flag 1178277/551000
699.10/345.59	c cleaning 33003 clauses out of 66007 with flag 1250253/585000
746.68/369.33	c cleaning 34004 clauses out of 68013 with flag 1324491/620009
798.07/394.88	c cleaning 34994 clauses out of 70003 with flag 1401845/656003
848.64/420.22	c cleaning 35999 clauses out of 72006 with flag 1481206/693000
902.16/446.90	c cleaning 36997 clauses out of 74008 with flag 1562592/731001
957.23/474.34	c cleaning 37996 clauses out of 76010 with flag 1646341/770000
1010.84/501.11	c cleaning 39001 clauses out of 78014 with flag 1731982/810000
1071.60/531.54	c cleaning 39997 clauses out of 80017 with flag 1819380/851004
1139.64/565.48	c cleaning 41001 clauses out of 82016 with flag 1909400/893000
1210.05/600.69	c cleaning 42010 clauses out of 84019 with flag 2001768/936004
1281.45/636.20	c cleaning 43001 clauses out of 86006 with flag 2096016/980001
1359.73/675.23	c cleaning 43999 clauses out of 88005 with flag 2192285/1025001
1445.36/717.89	c cleaning 45002 clauses out of 90007 with flag 2290259/1071002
1541.29/765.46	c cleaning 46000 clauses out of 92005 with flag 2390304/1118002
1617.26/803.34	c cleaning 46996 clauses out of 94003 with flag 2492385/1166000
1702.66/845.81	c cleaning 47999 clauses out of 96008 with flag 2596867/1215001
1792.26/890.26	c cleaning 48996 clauses out of 98008 with flag 2703540/1265000
1800.07/894.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.10	c starts		: 4
1800.07/894.10	c conflicts		: 1270248
1800.07/894.10	c decisions		: 1403762
1800.07/894.10	c propagations		: 21640068
1800.07/894.10	c inspects		: 6768934035
1800.07/894.10	c shortcuts		: 0
1800.07/894.10	c learnt literals	: 0
1800.07/894.10	c learnt binary clauses	: 4
1800.07/894.10	c learnt ternary clauses	: 9
1800.07/894.10	c learnt constraints	: 1270248
1800.07/894.10	c ignored constraints	: 0
1800.07/894.10	c root simplifications	: 0
1800.07/894.10	c removed literals (reason simplification)	: 10800348
1800.07/894.10	c reason swapping (by a shorter reason)	: 0
1800.07/894.10	c Calls to reduceDB	: 46
1800.07/894.10	c Number of update (reduction) of LBD	: 165366
1800.07/894.10	c Imported unit clauses	: 0
1800.07/894.10	c number of reductions to clauses (during analyze)	: 0
1800.07/894.10	c number of learned constraints concerned by reduction	: 0
1800.07/894.10	c number of learning phase by resolution	: 0
1800.07/894.10	c number of learning phase by cutting planes	: 0
1800.07/894.10	c speed (assignments/second)	: 24230.149870395977
1800.07/894.10	c non guided choices	2013
1800.07/894.13	c learnt constraints type 
1800.07/894.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.07/894.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54256
1800.07/894.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.13	c starts		: 6
1800.07/894.13	c conflicts		: 1202
1800.07/894.13	c decisions		: 19550
1800.07/894.13	c propagations		: 316195
1800.07/894.13	c inspects		: 10310293
1800.07/894.13	c shortcuts		: 0
1800.07/894.13	c learnt literals	: 0
1800.07/894.13	c learnt binary clauses	: 0
1800.07/894.13	c learnt ternary clauses	: 0
1800.07/894.13	c learnt constraints	: 1202
1800.07/894.13	c ignored constraints	: 0
1800.07/894.13	c root simplifications	: 0
1800.07/894.13	c removed literals (reason simplification)	: 0
1800.07/894.13	c reason swapping (by a shorter reason)	: 0
1800.07/894.13	c Calls to reduceDB	: 0
1800.07/894.13	c Number of update (reduction) of LBD	: 0
1800.07/894.13	c Imported unit clauses	: 0
1800.07/894.13	c number of reductions to clauses (during analyze)	: 0
1800.07/894.13	c number of learned constraints concerned by reduction	: 0
1800.07/894.13	c number of learning phase by resolution	: 0
1800.07/894.13	c number of learning phase by cutting planes	: 0
1800.07/894.13	c speed (assignments/second)	: 354.0306047614622
1800.07/894.13	c non guided choices	0
1800.07/894.13	c learnt constraints type 
1800.07/894.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.07/894.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1201
1800.07/894.13	s UNKNOWN
1800.07/894.13	c Total wall clock time (in seconds): 894.01

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

pid=23857
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.96 4.09 4.19 4/284 23860
/proc/meminfo: memFree=27778620/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=24200 CPUtime=0 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 1224 0 0 0 0 0 0 0 20 0 2 0 24262483 24780800 866 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 4096 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 6050 866 654 9 0 385 0
[pid=23860/tid=23861] ppid=23857 vsize=89736 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) R 23857 23860 15292 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 24262484 91889664 893 33554432000 1073741824 1073778376 140735551881600 140735551870664 216799472935 0 0 4096 0 0 0 0 -1 10 0 0 0 0 0

[startup+0.100137 s]
/proc/loadavg: 3.96 4.09 4.19 4/284 23860
/proc/meminfo: memFree=27778620/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 4512 0 1 0 8 1 0 0 20 0 23 0 24262483 10133950464 5634 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2474109 5634 2126 9 0 2464786 0
[pid=23860/tid=23861] ppid=23857 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) R 23857 23860 15292 0 -1 4202560 2457 0 1 0 5 1 0 0 20 0 23 0 24262484 10133950464 5634 33554432000 1073741824 1073778376 140735551881600 140243775856408 216812021005 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200262 s]
/proc/loadavg: 3.96 4.09 4.19 4/284 23860
/proc/meminfo: memFree=27778620/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=9896436 CPUtime=0.28 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 5151 0 1 0 26 2 0 0 20 0 23 0 24262483 10133950464 7139 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2474109 7139 2216 9 0 2464786 0
[pid=23860/tid=23861] ppid=23857 vsize=9896436 CPUtime=0.16 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) R 23857 23860 15292 0 -1 4202560 2476 0 1 0 15 1 0 0 20 0 23 0 24262484 10133950464 7139 33554432000 1073741824 1073778376 140735551881600 140243775856408 140243647853344 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9896436

[startup+0.300257 s]
/proc/loadavg: 3.96 4.09 4.19 4/284 23860
/proc/meminfo: memFree=27778620/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=9896696 CPUtime=0.55 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 12334 0 1 0 52 3 0 0 20 0 23 0 24262483 10134216704 13414 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2474174 13414 2235 9 0 2464851 0
[pid=23860/tid=23861] ppid=23857 vsize=9896696 CPUtime=0.26 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) R 23857 23860 15292 0 -1 4202560 2480 0 1 0 24 2 0 0 20 0 23 0 24262484 10134216704 13414 33554432000 1073741824 1073778376 140735551881600 140243775856408 140243647752866 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9896696

[startup+0.700317 s]
/proc/loadavg: 3.96 4.09 4.19 4/284 23860
/proc/meminfo: memFree=27778620/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=9896436 CPUtime=1.47 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 16375 0 1 0 141 6 0 0 20 0 23 0 24262483 10133950464 46022 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2474109 46022 2247 9 0 2464786 0
[pid=23860/tid=23861] ppid=23857 vsize=9896436 CPUtime=0.66 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) R 23857 23860 15292 0 -1 4202560 2539 0 1 0 63 3 0 0 20 0 23 0 24262484 10133950464 46022 33554432000 1073741824 1073778376 140735551881600 140243775856408 140243648238012 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9896436

[startup+1.50166 s]
/proc/loadavg: 3.96 4.09 4.19 7/311 23887
/proc/meminfo: memFree=27569740/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=10162692 CPUtime=4.29 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 19151 0 1 0 406 23 0 0 20 0 27 0 24262483 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2540673 54660 2276 9 0 2531350 0
[pid=23860/tid=23861] ppid=23857 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) S 23857 23860 15292 0 -1 4202560 2556 0 1 0 71 3 0 0 20 0 27 0 24262484 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243775861624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23863] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23863/stat : 23863 (java) S 23857 23860 15292 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243619367464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23864] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23864/stat : 23864 (java) S 23857 23860 15292 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243618314664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23865] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23865/stat : 23865 (java) S 23857 23860 15292 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243617261864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23866] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23866/stat : 23866 (java) S 23857 23860 15292 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243616209064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23867] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23867/stat : 23867 (java) S 23857 23860 15292 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243615157288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23868] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23868/stat : 23868 (java) S 23857 23860 15292 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243614104488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23869] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23869/stat : 23869 (java) S 23857 23860 15292 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243613051688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23870] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23870/stat : 23870 (java) S 23857 23860 15292 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243611998888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23871] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23871/stat : 23871 (java) S 23857 23860 15292 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243610946088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23872] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23872/stat : 23872 (java) S 23857 23860 15292 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243609893288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23873] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23873/stat : 23873 (java) S 23857 23860 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243608840488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23874] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23874/stat : 23874 (java) S 23857 23860 15292 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243607787688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23875] ppid=23857 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/23860/task/23875/stat : 23875 (java) S 23857 23860 15292 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 27 0 24262485 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243606735912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23876] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23876/stat : 23876 (java) S 23857 23860 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243589274472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23877] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23877/stat : 23877 (java) S 23857 23860 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243588220536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23878] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23878/stat : 23878 (java) S 23857 23860 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243587167624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23879] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23879/stat : 23879 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243586116112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23880] ppid=23857 vsize=10162692 CPUtime=0.89 cores=0-3,8-11
/proc/23860/task/23880/stat : 23880 (java) R 23857 23860 15292 0 -1 4202560 7848 0 0 0 88 1 0 0 20 0 27 0 24262489 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243585063224 140243781839022 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23881] ppid=23857 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/23860/task/23881/stat : 23881 (java) R 23857 23860 15292 0 -1 4202560 7188 0 0 0 89 1 0 0 20 0 27 0 24262489 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243584010424 140243782836635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23882] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23882/stat : 23882 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243582957816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23883] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23883/stat : 23883 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243581906248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23884] ppid=23857 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/23860/task/23884/stat : 23884 (java) R 23857 23860 15292 0 -1 4202560 19 0 0 0 65 0 0 0 20 0 27 0 24262567 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243580753032 140243648738651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23885] ppid=23857 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/23860/task/23885/stat : 23885 (java) R 23857 23860 15292 0 -1 4202560 29 0 0 0 65 0 0 0 20 0 27 0 24262567 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243579700312 140243648570584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23886] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23886/stat : 23886 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243578647848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23887] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23887/stat : 23887 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 54660 33554432000 1073741824 1073778376 140735551881600 140243577595048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10162692

[startup+3.10111 s]
/proc/loadavg: 3.96 4.09 4.19 5/311 23887
/proc/meminfo: memFree=27532196/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=10162692 CPUtime=7.93 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 19692 0 1 0 753 40 0 0 20 0 27 0 24262483 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2540673 68373 2276 9 0 2531350 0
[pid=23860/tid=23861] ppid=23857 vsize=10162692 CPUtime=0.75 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) S 23857 23860 15292 0 -1 4202560 2556 0 1 0 71 4 0 0 20 0 27 0 24262484 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243775861624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23863] ppid=23857 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/23860/task/23863/stat : 23863 (java) S 23857 23860 15292 0 -1 4202560 77 0 0 0 4 4 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243619367464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23864] ppid=23857 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/23860/task/23864/stat : 23864 (java) S 23857 23860 15292 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243618314664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23865] ppid=23857 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/23860/task/23865/stat : 23865 (java) S 23857 23860 15292 0 -1 4202560 96 0 0 0 4 5 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243617261864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23866] ppid=23857 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/23860/task/23866/stat : 23866 (java) S 23857 23860 15292 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243616209064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23867] ppid=23857 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/23860/task/23867/stat : 23867 (java) S 23857 23860 15292 0 -1 4202560 22 0 0 0 1 3 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243615157288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23868] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23868/stat : 23868 (java) S 23857 23860 15292 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243614104488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23869] ppid=23857 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/23860/task/23869/stat : 23869 (java) S 23857 23860 15292 0 -1 4202560 69 0 0 0 2 4 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243613051688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23870] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23870/stat : 23870 (java) S 23857 23860 15292 0 -1 4202560 70 0 0 0 1 2 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243611998888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23871] ppid=23857 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/23860/task/23871/stat : 23871 (java) S 23857 23860 15292 0 -1 4202560 50 0 0 0 1 3 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243610946088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23872] ppid=23857 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/23860/task/23872/stat : 23872 (java) S 23857 23860 15292 0 -1 4202560 45 0 0 0 1 3 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243609893288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23873] ppid=23857 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/23860/task/23873/stat : 23873 (java) S 23857 23860 15292 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243608840488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23874] ppid=23857 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/23860/task/23874/stat : 23874 (java) S 23857 23860 15292 0 -1 4202560 107 0 0 0 3 3 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243607787688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23875] ppid=23857 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/23860/task/23875/stat : 23875 (java) S 23857 23860 15292 0 -1 4202560 58 0 0 0 1 2 0 0 20 0 27 0 24262485 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243606735912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23876] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23876/stat : 23876 (java) S 23857 23860 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243589274472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23877] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23877/stat : 23877 (java) S 23857 23860 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243588220536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23878] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23878/stat : 23878 (java) S 23857 23860 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243587167624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23879] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23879/stat : 23879 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243586116112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23880] ppid=23857 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/23860/task/23880/stat : 23880 (java) S 23857 23860 15292 0 -1 4202560 7864 0 0 0 98 1 0 0 20 0 27 0 24262489 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243585063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23881] ppid=23857 vsize=10162692 CPUtime=0.95 cores=0-3,8-11
/proc/23860/task/23881/stat : 23881 (java) S 23857 23860 15292 0 -1 4202560 7190 0 0 0 94 1 0 0 20 0 27 0 24262489 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243584010424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23882] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23882/stat : 23882 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243582957816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23883] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23883/stat : 23883 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243581906248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23884] ppid=23857 vsize=10162692 CPUtime=2.19 cores=0-3,8-11
/proc/23860/task/23884/stat : 23884 (java) R 23857 23860 15292 0 -1 4202560 22 0 0 0 219 0 0 0 20 0 27 0 24262567 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243580751000 140243648566837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23885] ppid=23857 vsize=10162692 CPUtime=2.19 cores=0-3,8-11
/proc/23860/task/23885/stat : 23885 (java) R 23857 23860 15292 0 -1 4202560 38 0 0 0 219 0 0 0 20 0 27 0 24262567 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243579696848 140243648570589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23886] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23886/stat : 23886 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243578647848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23887] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23887/stat : 23887 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 68373 33554432000 1073741824 1073778376 140735551881600 140243577595048 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.30109 s]
/proc/loadavg: 3.97 4.09 4.19 5/311 23887
/proc/meminfo: memFree=27357868/32872528 swapFree=7804/7804

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

/proc/23860/task/23880/stat : 23880 (java) S 23857 23860 15292 0 -1 4202560 7928 0 0 0 124 2 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243585063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23881] ppid=23857 vsize=10162692 CPUtime=1.54 cores=0-3,8-11
/proc/23860/task/23881/stat : 23881 (java) S 23857 23860 15292 0 -1 4202560 7269 0 0 0 153 1 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243584010424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23882/stat : 23882 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243582957816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23883] ppid=23857 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/23860/task/23883/stat : 23883 (java) S 23857 23860 15292 0 -1 4202560 51 0 0 0 16 13 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243581906248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23884] ppid=23857 vsize=10162692 CPUtime=874.36 cores=0-3,8-11
/proc/23860/task/23884/stat : 23884 (java) R 23857 23860 15292 0 -1 4202560 726 0 0 0 87417 19 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243580750944 140243648541642 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23885] ppid=23857 vsize=10162692 CPUtime=874.36 cores=0-3,8-11
/proc/23860/task/23885/stat : 23885 (java) R 23857 23860 15292 0 -1 4202560 807 0 0 0 87405 31 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243579698992 140243648570519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23886] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23886/stat : 23886 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243578647848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23887] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23887/stat : 23887 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243577595048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1776.48
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.101 s]
/proc/loadavg: 4.18 4.18 4.14 5/311 24008
/proc/meminfo: memFree=27908064/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=10162692 CPUtime=1800.07 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 34310 0 1 0 179349 658 0 0 20 0 27 0 24262483 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2540673 488407 2292 9 0 2531350 0
[pid=23860/tid=23861] ppid=23857 vsize=10162692 CPUtime=0.78 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) S 23857 23860 15292 0 -1 4202560 2563 0 1 0 74 4 0 0 20 0 27 0 24262484 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243775861624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23863] ppid=23857 vsize=10162692 CPUtime=1.18 cores=0-3,8-11
/proc/23860/task/23863/stat : 23863 (java) S 23857 23860 15292 0 -1 4202560 1312 0 0 0 76 42 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243619367464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23864] ppid=23857 vsize=10162692 CPUtime=1.31 cores=0-3,8-11
/proc/23860/task/23864/stat : 23864 (java) S 23857 23860 15292 0 -1 4202560 1010 0 0 0 84 47 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243618314664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23865] ppid=23857 vsize=10162692 CPUtime=1.17 cores=0-3,8-11
/proc/23860/task/23865/stat : 23865 (java) S 23857 23860 15292 0 -1 4202560 1536 0 0 0 72 45 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243617261864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23866] ppid=23857 vsize=10162692 CPUtime=1.07 cores=0-3,8-11
/proc/23860/task/23866/stat : 23866 (java) S 23857 23860 15292 0 -1 4202560 1290 0 0 0 69 38 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243616209064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23867] ppid=23857 vsize=10162692 CPUtime=1.49 cores=0-3,8-11
/proc/23860/task/23867/stat : 23867 (java) S 23857 23860 15292 0 -1 4202560 694 0 0 0 93 56 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243615157288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23868] ppid=23857 vsize=10162692 CPUtime=1.35 cores=0-3,8-11
/proc/23860/task/23868/stat : 23868 (java) S 23857 23860 15292 0 -1 4202560 676 0 0 0 86 49 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243614104488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23869] ppid=23857 vsize=10162692 CPUtime=1.24 cores=0-3,8-11
/proc/23860/task/23869/stat : 23869 (java) S 23857 23860 15292 0 -1 4202560 779 0 0 0 80 44 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243613051688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23870] ppid=23857 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/23860/task/23870/stat : 23870 (java) S 23857 23860 15292 0 -1 4202560 749 0 0 0 89 58 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243611998888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23871] ppid=23857 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/23860/task/23871/stat : 23871 (java) S 23857 23860 15292 0 -1 4202560 704 0 0 0 80 47 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243610946088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23872] ppid=23857 vsize=10162692 CPUtime=1.36 cores=0-3,8-11
/proc/23860/task/23872/stat : 23872 (java) S 23857 23860 15292 0 -1 4202560 690 0 0 0 88 48 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243609893288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23873] ppid=23857 vsize=10162692 CPUtime=1.54 cores=0-3,8-11
/proc/23860/task/23873/stat : 23873 (java) S 23857 23860 15292 0 -1 4202560 966 0 0 0 95 59 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243608840488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23874] ppid=23857 vsize=10162692 CPUtime=1.18 cores=0-3,8-11
/proc/23860/task/23874/stat : 23874 (java) S 23857 23860 15292 0 -1 4202560 782 0 0 0 79 39 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243607787688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23875] ppid=23857 vsize=10162692 CPUtime=1.16 cores=0-3,8-11
/proc/23860/task/23875/stat : 23875 (java) S 23857 23860 15292 0 -1 4202560 706 0 0 0 75 41 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243606735912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23876] ppid=23857 vsize=10162692 CPUtime=2.64 cores=0-3,8-11
/proc/23860/task/23876/stat : 23876 (java) S 23857 23860 15292 0 -1 4202560 1807 0 0 0 262 2 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243589274472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23877] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23877/stat : 23877 (java) S 23857 23860 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243588220536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23878] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23878/stat : 23878 (java) S 23857 23860 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243587167624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23879] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23879/stat : 23879 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243586116112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23880] ppid=23857 vsize=10162692 CPUtime=1.26 cores=0-3,8-11
/proc/23860/task/23880/stat : 23880 (java) S 23857 23860 15292 0 -1 4202560 7928 0 0 0 124 2 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243585063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23881] ppid=23857 vsize=10162692 CPUtime=1.54 cores=0-3,8-11
/proc/23860/task/23881/stat : 23881 (java) S 23857 23860 15292 0 -1 4202560 7269 0 0 0 153 1 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243584010424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23882/stat : 23882 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243582957816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23883] ppid=23857 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/23860/task/23883/stat : 23883 (java) S 23857 23860 15292 0 -1 4202560 51 0 0 0 16 13 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243581906248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23884] ppid=23857 vsize=10162692 CPUtime=886.12 cores=0-3,8-11
/proc/23860/task/23884/stat : 23884 (java) R 23857 23860 15292 0 -1 4202560 726 0 0 0 88593 19 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243580744080 140243648650133 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23885] ppid=23857 vsize=10162692 CPUtime=886.12 cores=0-3,8-11
/proc/23860/task/23885/stat : 23885 (java) R 23857 23860 15292 0 -1 4202560 807 0 0 0 88580 32 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243579698992 140243648570519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23886] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23886/stat : 23886 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243578647848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23887] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23887/stat : 23887 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243577595048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 23860 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.101 s]
/proc/loadavg: 4.18 4.18 4.14 5/311 24008
/proc/meminfo: memFree=27908064/32872528 swapFree=7804/7804
[pid=23860] ppid=23857 vsize=10162692 CPUtime=1800.07 cores=0-3,8-11
/proc/23860/stat : 23860 (java) S 23857 23860 15292 0 -1 4202496 34310 0 1 0 179349 658 0 0 20 0 27 0 24262483 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140735551872736 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/23860/statm: 2540673 488407 2292 9 0 2531350 0
[pid=23860/tid=23861] ppid=23857 vsize=10162692 CPUtime=0.78 cores=0-3,8-11
/proc/23860/task/23861/stat : 23861 (java) S 23857 23860 15292 0 -1 4202560 2563 0 1 0 74 4 0 0 20 0 27 0 24262484 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243775861624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23863] ppid=23857 vsize=10162692 CPUtime=1.18 cores=0-3,8-11
/proc/23860/task/23863/stat : 23863 (java) S 23857 23860 15292 0 -1 4202560 1312 0 0 0 76 42 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243619367464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23864] ppid=23857 vsize=10162692 CPUtime=1.31 cores=0-3,8-11
/proc/23860/task/23864/stat : 23864 (java) S 23857 23860 15292 0 -1 4202560 1010 0 0 0 84 47 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243618314664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23865] ppid=23857 vsize=10162692 CPUtime=1.17 cores=0-3,8-11
/proc/23860/task/23865/stat : 23865 (java) S 23857 23860 15292 0 -1 4202560 1536 0 0 0 72 45 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243617261864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23866] ppid=23857 vsize=10162692 CPUtime=1.07 cores=0-3,8-11
/proc/23860/task/23866/stat : 23866 (java) S 23857 23860 15292 0 -1 4202560 1290 0 0 0 69 38 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243616209064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23867] ppid=23857 vsize=10162692 CPUtime=1.49 cores=0-3,8-11
/proc/23860/task/23867/stat : 23867 (java) S 23857 23860 15292 0 -1 4202560 694 0 0 0 93 56 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243615157288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23868] ppid=23857 vsize=10162692 CPUtime=1.35 cores=0-3,8-11
/proc/23860/task/23868/stat : 23868 (java) S 23857 23860 15292 0 -1 4202560 676 0 0 0 86 49 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243614104488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23869] ppid=23857 vsize=10162692 CPUtime=1.24 cores=0-3,8-11
/proc/23860/task/23869/stat : 23869 (java) S 23857 23860 15292 0 -1 4202560 779 0 0 0 80 44 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243613051688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23870] ppid=23857 vsize=10162692 CPUtime=1.47 cores=0-3,8-11
/proc/23860/task/23870/stat : 23870 (java) S 23857 23860 15292 0 -1 4202560 749 0 0 0 89 58 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243611998888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23871] ppid=23857 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/23860/task/23871/stat : 23871 (java) S 23857 23860 15292 0 -1 4202560 704 0 0 0 80 47 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243610946088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23872] ppid=23857 vsize=10162692 CPUtime=1.36 cores=0-3,8-11
/proc/23860/task/23872/stat : 23872 (java) S 23857 23860 15292 0 -1 4202560 690 0 0 0 88 48 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243609893288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=23860/tid=23873] ppid=23857 vsize=10162692 CPUtime=1.54 cores=0-3,8-11
/proc/23860/task/23873/stat : 23873 (java) S 23857 23860 15292 0 -1 4202560 966 0 0 0 95 59 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243608840488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23874] ppid=23857 vsize=10162692 CPUtime=1.18 cores=0-3,8-11
/proc/23860/task/23874/stat : 23874 (java) S 23857 23860 15292 0 -1 4202560 782 0 0 0 79 39 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243607787688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23875] ppid=23857 vsize=10162692 CPUtime=1.16 cores=0-3,8-11
/proc/23860/task/23875/stat : 23875 (java) S 23857 23860 15292 0 -1 4202560 706 0 0 0 75 41 0 0 20 0 27 0 24262485 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243606735912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23876] ppid=23857 vsize=10162692 CPUtime=2.64 cores=0-3,8-11
/proc/23860/task/23876/stat : 23876 (java) S 23857 23860 15292 0 -1 4202560 1807 0 0 0 262 2 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243589274472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23860/tid=23877] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23877/stat : 23877 (java) S 23857 23860 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243588220536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23878] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23878/stat : 23878 (java) S 23857 23860 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24262487 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243587167624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23879] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23879/stat : 23879 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243586116112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23880] ppid=23857 vsize=10162692 CPUtime=1.26 cores=0-3,8-11
/proc/23860/task/23880/stat : 23880 (java) S 23857 23860 15292 0 -1 4202560 7928 0 0 0 124 2 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243585063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23881] ppid=23857 vsize=10162692 CPUtime=1.54 cores=0-3,8-11
/proc/23860/task/23881/stat : 23881 (java) S 23857 23860 15292 0 -1 4202560 7269 0 0 0 153 1 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243584010424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23882/stat : 23882 (java) S 23857 23860 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243582957816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23883] ppid=23857 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/23860/task/23883/stat : 23883 (java) S 23857 23860 15292 0 -1 4202560 51 0 0 0 16 13 0 0 20 0 27 0 24262489 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243581906248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=23860/tid=23884] ppid=23857 vsize=10162692 CPUtime=886.12 cores=0-3,8-11
/proc/23860/task/23884/stat : 23884 (java) R 23857 23860 15292 0 -1 4202560 726 0 0 0 88593 19 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243580744080 140243648650133 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=23860/tid=23885] ppid=23857 vsize=10162692 CPUtime=886.12 cores=0-3,8-11
/proc/23860/task/23885/stat : 23885 (java) R 23857 23860 15292 0 -1 4202560 807 0 0 0 88580 32 0 0 20 0 27 0 24262567 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243579698992 140243648570519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23860/tid=23886] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23886/stat : 23886 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243578647848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=23860/tid=23887] ppid=23857 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/23860/task/23887/stat : 23887 (java) S 23857 23860 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24262584 10406596608 488407 33554432000 1073741824 1073778376 140735551881600 140243577595048 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23860 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=942039
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=79923
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.145
CPU time (s): 1800.07
CPU user time (s): 1793.49
CPU system time (s): 6.58
CPU usage (%): 201.317
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.94
system time used= 7.07992
maximum resident set size= 2968692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22796
involuntary context switches= 7810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30489 second user time and 9.72452 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 05:56:19
IDJOB=4103338
IDBENCH=2332
IDSOLVER=2543
FILE ID=node132/4103338-1466222179
RUNJOBID= node132-1466206058-15308
PBS_JOBID= 19918145
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103338-1466222179/watcher-4103338-1466222179 -o /tmp/evaluation-result-4103338-1466222179/solver-4103338-1466222179 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15308 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103338-1466222179.opb

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

MD5SUM BENCH= 44facea850693084b6f9bb62059a35af
RANDOM SEED=691341129

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:        27778652 kB
Buffers:           89196 kB
Cached:           161300 kB
SwapCached:         1776 kB
Active:          4135944 kB
Inactive:         157480 kB
Active(anon):    4043556 kB
Inactive(anon):     1440 kB
Active(file):      92388 kB
Inactive(file):   156040 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:       4091080 kB
Mapped:            15536 kB
Shmem:                 0 kB
Slab:             606104 kB
SReclaimable:      46124 kB
SUnreclaim:       559980 kB
KernelStack:        2384 kB
PageTables:        12244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4369952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3999744 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-18 06:11:13