Trace number 4096152

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1799.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-25.opb
MD5SUM34bbe99f3d049dcee0a41ec8b43bcb49
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4096152-1466103529.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.015s.
0.09/0.13	c declared #vars     101
0.09/0.13	c #constraints  100
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.09/0.13	c 100 constraints processed.
0.66/0.43	c cleaning 2495 clauses out of 5000 with flag 22669/5000
1.04/0.71	c cleaning 4250 clauses out of 8505 with flag 51488/11000
1.34/1.09	c cleaning 5627 clauses out of 11258 with flag 89284/18003
1.95/1.61	c cleaning 6806 clauses out of 13629 with flag 132336/26001
2.57/2.27	c cleaning 7903 clauses out of 15823 with flag 183748/35001
3.36/3.07	c cleaning 8956 clauses out of 17919 with flag 243725/45000
4.36/4.02	c cleaning 9977 clauses out of 19963 with flag 313395/56000
5.46/5.14	c cleaning 10989 clauses out of 21987 with flag 391062/68001
6.75/6.46	c cleaning 11990 clauses out of 23997 with flag 475114/81000
8.25/7.99	c cleaning 12999 clauses out of 26007 with flag 573988/95000
10.05/9.74	c cleaning 14002 clauses out of 28010 with flag 674553/110002
11.95/11.69	c cleaning 15001 clauses out of 30007 with flag 776348/126001
14.15/13.83	c cleaning 15994 clauses out of 32005 with flag 888655/143000
16.65/16.31	c cleaning 17003 clauses out of 34014 with flag 1013225/161003
19.36/19.00	c cleaning 18000 clauses out of 36011 with flag 1140298/180003
22.26/21.94	c cleaning 18996 clauses out of 38008 with flag 1272366/200000
25.56/25.23	c cleaning 19997 clauses out of 40013 with flag 1413369/221001
29.16/28.83	c cleaning 21000 clauses out of 42017 with flag 1561265/243002
33.06/32.78	c cleaning 21999 clauses out of 44015 with flag 1718650/266000
37.36/37.01	c cleaning 23007 clauses out of 46017 with flag 1878425/290001
41.86/41.50	c cleaning 23995 clauses out of 48009 with flag 2044250/315000
46.96/46.63	c cleaning 24994 clauses out of 50014 with flag 2215168/341000
52.36/52.09	c cleaning 25999 clauses out of 52021 with flag 2390119/368001
58.36/58.04	c cleaning 27003 clauses out of 54021 with flag 2573444/396000
64.46/64.15	c cleaning 28004 clauses out of 56020 with flag 2773032/425002
70.87/70.54	c cleaning 29004 clauses out of 58015 with flag 2969071/455001
77.97/77.67	c cleaning 30001 clauses out of 60011 with flag 3181389/486001
85.67/85.35	c cleaning 31003 clauses out of 62010 with flag 3400449/518001
94.17/93.83	c cleaning 31997 clauses out of 64006 with flag 3624172/551000
102.87/102.56	c cleaning 32997 clauses out of 66009 with flag 3857325/585000
112.58/112.24	c cleaning 33999 clauses out of 68012 with flag 4116600/620000
123.07/122.79	c cleaning 34995 clauses out of 70013 with flag 4384827/656000
134.07/133.70	c cleaning 36007 clauses out of 72019 with flag 4661865/693001
145.48/145.13	c cleaning 37005 clauses out of 74013 with flag 4923540/731002
158.28/157.98	c cleaning 37994 clauses out of 76006 with flag 5208910/770000
170.58/170.26	c cleaning 39002 clauses out of 78012 with flag 5480722/810000
183.49/183.16	c cleaning 39993 clauses out of 80010 with flag 5755536/851000
198.29/197.90	c cleaning 41001 clauses out of 82018 with flag 6048787/893001
212.49/212.17	c cleaning 41998 clauses out of 84016 with flag 6341429/936000
227.99/227.62	c cleaning 43008 clauses out of 86019 with flag 6650969/980001
245.27/244.85	c cleaning 43999 clauses out of 88011 with flag 6976239/1025001
261.18/260.76	c cleaning 44998 clauses out of 90011 with flag 7278870/1071000
279.67/279.22	c cleaning 46000 clauses out of 92015 with flag 7632805/1118002
295.28/296.29	c cleaning 47003 clauses out of 94013 with flag 7954843/1166000
313.34/314.72	c cleaning 47998 clauses out of 96012 with flag 8278477/1215002
334.38/334.49	c cleaning 48999 clauses out of 98013 with flag 8614445/1265001
337.00/354.68	c cleaning 49998 clauses out of 100013 with flag 8951439/1316000
375.46/375.68	c cleaning 51004 clauses out of 102016 with flag 9306062/1368001
395.53/398.34	c cleaning 52000 clauses out of 104011 with flag 9681400/1421000
420.50/420.34	c cleaning 53001 clauses out of 106012 with flag 10049629/1475001
444.55/444.84	c cleaning 53989 clauses out of 108010 with flag 10406627/1530000
462.27/470.23	c cleaning 55004 clauses out of 110022 with flag 10801393/1586001
494.46/497.69	c cleaning 55999 clauses out of 112018 with flag 11197710/1643001
523.01/526.50	c cleaning 56998 clauses out of 114018 with flag 11584763/1701000
559.68/559.62	c cleaning 58005 clauses out of 116020 with flag 12003755/1760000
590.96/590.85	c cleaning 58996 clauses out of 118015 with flag 12415019/1820000
623.75/623.32	c cleaning 60006 clauses out of 120021 with flag 12823723/1881002
658.26/657.89	c cleaning 61003 clauses out of 122014 with flag 13265309/1943001
694.36/693.94	c cleaning 61999 clauses out of 124010 with flag 13707841/2006000
731.07/730.42	c cleaning 62999 clauses out of 126011 with flag 14136762/2070000
769.77/769.10	c cleaning 64002 clauses out of 128012 with flag 14583055/2135000
806.38/805.72	c cleaning 64996 clauses out of 130010 with flag 15021150/2201000
846.29/845.60	c cleaning 65999 clauses out of 132016 with flag 15475400/2268002
888.92/888.21	c cleaning 67007 clauses out of 134016 with flag 15941849/2336001
933.53/932.82	c cleaning 67993 clauses out of 136008 with flag 16416283/2405000
977.23/976.57	c cleaning 69002 clauses out of 138017 with flag 16916808/2475002
1025.64/1024.99	c cleaning 70001 clauses out of 140013 with flag 17400985/2546000
1075.85/1075.19	c cleaning 71002 clauses out of 142013 with flag 17917630/2618001
1125.66/1124.96	c cleaning 71997 clauses out of 144010 with flag 18406216/2691000
1177.78/1177.07	c cleaning 73002 clauses out of 146017 with flag 18926878/2765004
1234.59/1233.83	c cleaning 74002 clauses out of 148013 with flag 19432206/2840002
1294.60/1293.86	c cleaning 75000 clauses out of 150013 with flag 19935475/2916004
1355.11/1354.38	c cleaning 75998 clauses out of 152009 with flag 20452913/2993000
1417.73/1416.97	c cleaning 77001 clauses out of 154011 with flag 20975437/3071000
1474.67/1473.79	c cleaning 77996 clauses out of 156010 with flag 21510994/3150000
1536.00/1535.04	c cleaning 78998 clauses out of 158015 with flag 22052719/3230001
1602.21/1601.21	c cleaning 80000 clauses out of 160016 with flag 22607419/3311000
1667.23/1666.25	c cleaning 81003 clauses out of 162020 with flag 23170219/3393004
1731.35/1730.32	c cleaning 81998 clauses out of 164013 with flag 23740029/3476000
1800.06/1799.00	c starts		: 2759
1800.06/1799.00	c conflicts		: 3553542
1800.06/1799.00	c timeout
1800.06/1799.00	c decisions		: 4570184
1800.06/1799.00	c propagations		: 69464363
1800.06/1799.00	c inspects		: 38645001396
1800.06/1799.00	c shortcuts		: 0
1800.06/1799.00	c learnt literals	: 0
1800.06/1799.00	c learnt binary clauses	: 0
1800.06/1799.00	c learnt ternary clauses	: 0
1800.06/1799.00	c learnt constraints	: 3553542
1800.06/1799.00	c ignored constraints	: 0
1800.06/1799.00	c root simplifications	: 0
1800.06/1799.00	c removed literals (reason simplification)	: 0
1800.06/1799.00	c reason swapping (by a shorter reason)	: 0
1800.06/1799.00	c Calls to reduceDB	: 79
1800.06/1799.00	c Number of update (reduction) of LBD	: 1241433
1800.06/1799.00	c Imported unit clauses	: 0
1800.06/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.00	c number of learned constraints concerned by reduction	: 0
1800.06/1799.00	c number of learning phase by resolution	: 0
1800.06/1799.00	c number of learning phase by cutting planes	: 0
1800.06/1799.00	c speed (assignments/second)	: 38615.511831859076
1800.06/1799.00	c non guided choices	27
1800.06/1799.03	c learnt constraints type 
1800.06/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159557
1800.06/1799.03	s UNKNOWN
1800.06/1799.03	c Total wall clock time (in seconds): 1798.916

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

pid=18706
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: 2.03 2.03 2.00 3/281 18709
/proc/meminfo: memFree=31814928/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 12397474 94019584 917 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 22954 917 697 9 0 16769 0
[pid=18709/tid=18710] ppid=18706 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) D 18706 18709 17918 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 12397475 94019584 917 33554432000 1073741824 1073778376 140736887907984 140299491180072 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 9 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.03 2.03 2.00 3/281 18709
/proc/meminfo: memFree=31814928/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 23 0 12397474 10133950464 6072 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2474109 6072 2125 9 0 2464786 0
[pid=18709/tid=18710] ppid=18706 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2412 0 1 0 6 0 0 0 20 0 23 0 12397475 10133950464 6072 33554432000 1073741824 1073778376 140736887907984 140299491184344 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200269 s]
/proc/loadavg: 2.03 2.03 2.00 3/281 18709
/proc/meminfo: memFree=31814928/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=0.3 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 6437 0 1 0 29 1 0 0 20 0 24 0 12397474 10202112000 7293 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 7293 2223 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2438 0 1 0 16 0 0 0 20 0 24 0 12397475 10202112000 7293 33554432000 1073741824 1073778376 140736887907984 140299491185280 140299351383624 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9963000

[startup+0.300362 s]
/proc/loadavg: 2.03 2.03 2.00 3/281 18709
/proc/meminfo: memFree=31814928/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=0.5 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 6846 0 1 0 49 1 0 0 20 0 24 0 12397474 10202112000 7367 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 7367 2226 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2438 0 1 0 26 0 0 0 20 0 24 0 12397475 10202112000 7367 33554432000 1073741824 1073778376 140736887907984 140299491184920 140299351765280 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9963000

[startup+0.70026 s]
/proc/loadavg: 2.03 2.03 2.00 3/281 18709
/proc/meminfo: memFree=31814928/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=1.04 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 7857 0 1 0 102 2 0 0 20 0 24 0 12397474 10202112000 7928 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 7928 2240 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=0.66 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2439 0 1 0 66 0 0 0 20 0 24 0 12397475 10202112000 7928 33554432000 1073741824 1073778376 140736887907984 140299491184920 140299351819717 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9963000

[startup+1.50091 s]
/proc/loadavg: 2.03 2.03 2.00 3/305 18733
/proc/meminfo: memFree=31790760/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=1.85 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 7860 0 1 0 183 2 0 0 20 0 24 0 12397474 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 8441 2241 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=1.46 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2441 0 1 0 146 0 0 0 20 0 24 0 12397475 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299491183144 140299351819867 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18712] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18712/stat : 18712 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299334744488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18713] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18713/stat : 18713 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299333691944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18714] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18714/stat : 18714 (java) S 18706 18709 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299332638888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18715] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18715/stat : 18715 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299331586344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18716] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18716/stat : 18716 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299330534312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18717] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18717/stat : 18717 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299329481768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18718] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18718/stat : 18718 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299328428712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18719] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18719/stat : 18719 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299327376168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18720] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18720/stat : 18720 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299326323112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18721] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18721/stat : 18721 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299325270568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18722] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18722/stat : 18722 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299324217512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18723] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18723/stat : 18723 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299323164968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18724] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18724/stat : 18724 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299322112936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18725] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18725/stat : 18725 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397477 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299304651752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18726] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18726/stat : 18726 (java) S 18706 18709 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299303597560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18727] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18727/stat : 18727 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299302544904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18728] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18728/stat : 18728 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299301493136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18729] ppid=18706 vsize=9963000 CPUtime=0.15 cores=0-3,8-11
/proc/18709/task/18729/stat : 18729 (java) S 18706 18709 17918 0 -1 4202560 1880 0 0 0 15 0 0 0 20 0 24 0 12397480 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299300440504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18730] ppid=18706 vsize=9963000 CPUtime=0.18 cores=0-3,8-11
/proc/18709/task/18730/stat : 18730 (java) S 18706 18709 17918 0 -1 4202560 2254 0 0 0 18 0 0 0 20 0 24 0 12397480 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299299387448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18731] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18731/stat : 18731 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299298335096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18732] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18732/stat : 18732 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299297283272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18733] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18733/stat : 18733 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397488 10202112000 8441 33554432000 1073741824 1073778376 140736887907984 140299296130728 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9963000

[startup+3.10092 s]
/proc/loadavg: 2.03 2.03 2.00 3/305 18733
/proc/meminfo: memFree=31786416/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=3.46 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 7863 0 1 0 344 2 0 0 20 0 24 0 12397474 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 8954 2241 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=3.06 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2443 0 1 0 306 0 0 0 20 0 24 0 12397475 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299491176128 140299351819867 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18712] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18712/stat : 18712 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299334744488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18713] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18713/stat : 18713 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299333691944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18714] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18714/stat : 18714 (java) S 18706 18709 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299332638888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18715] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18715/stat : 18715 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299331586344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18716] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18716/stat : 18716 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299330534312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18717] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18717/stat : 18717 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299329481768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18718] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18718/stat : 18718 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299328428712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18719] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18719/stat : 18719 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299327376168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18720] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18720/stat : 18720 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299326323112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18721] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18721/stat : 18721 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299325270568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18722] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18722/stat : 18722 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299324217512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18723] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18723/stat : 18723 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299323164968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18724] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18724/stat : 18724 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299322112936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18725] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18725/stat : 18725 (java) S 18706 18709 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12397477 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299304651752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18726] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18726/stat : 18726 (java) S 18706 18709 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299303597560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18727] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18727/stat : 18727 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299302544904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18728] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18728/stat : 18728 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299301493136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18729] ppid=18706 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18709/task/18729/stat : 18729 (java) S 18706 18709 17918 0 -1 4202560 1881 0 0 0 16 0 0 0 20 0 24 0 12397480 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299300440504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18730] ppid=18706 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/18709/task/18730/stat : 18730 (java) S 18706 18709 17918 0 -1 4202560 2254 0 0 0 19 0 0 0 20 0 24 0 12397480 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299299387448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18731] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18731/stat : 18731 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299298335096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18732] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18732/stat : 18732 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299297283272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18733] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18733/stat : 18733 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397488 10202112000 8954 33554432000 1073741824 1073778376 140736887907984 140299296130728 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9963000

[startup+6.30093 s]
/proc/loadavg: 2.02 2.03 2.00 3/305 18733
/proc/meminfo: memFree=31781628/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=6.65 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 7867 0 1 0 663 2 0 0 20 0 24 0 12397474 10202112000 9963 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 9963 2242 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=6.25 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2446 0 1 0 625 0 0 0 20 0 24 0 12397475 10202112000 9963 33554432000 1073741824 1073778376 140736887907984 140299491176128 140299351812744 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18712] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18712/stat : 18712 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 9963 33554432000 1073741824 1073778376 140736887907984 140299334744488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18713] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18713/stat : 18713 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 9963 33554432000 1073741824 1073778376 140736887907984 140299333691944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18714] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18714/stat : 18714 (java) S 18706 18709 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 12397476 10202112000 9963 33554432000 1073741824 1073778376 140736887907984 140299332638888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18715] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11

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

/proc/18709/task/18720/stat : 18720 (java) S 18706 18709 17918 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299326323112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18721] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18721/stat : 18721 (java) S 18706 18709 17918 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299325270568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18722] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18722/stat : 18722 (java) S 18706 18709 17918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299324217512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18723] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18723/stat : 18723 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299323164968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18724] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18724/stat : 18724 (java) S 18706 18709 17918 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299322112936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18725] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18725/stat : 18725 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397477 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299304651752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18726] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18726/stat : 18726 (java) S 18706 18709 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299303597560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18727] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18727/stat : 18727 (java) S 18706 18709 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299302544904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18728] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18728/stat : 18728 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299301493136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18729] ppid=18706 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18709/task/18729/stat : 18729 (java) S 18706 18709 17918 0 -1 4202560 1881 0 0 0 16 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299300440504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18730] ppid=18706 vsize=9963000 CPUtime=0.21 cores=0-3,8-11
/proc/18709/task/18730/stat : 18730 (java) S 18706 18709 17918 0 -1 4202560 2378 0 0 0 21 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299299387448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18731] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18731/stat : 18731 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299298335096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18732] ppid=18706 vsize=9963000 CPUtime=0.53 cores=0-3,8-11
/proc/18709/task/18732/stat : 18732 (java) S 18706 18709 17918 0 -1 4202560 98 0 0 0 28 25 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299297283272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18733] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18733/stat : 18733 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397488 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299296130728 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1723.34
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 1.21 1.29 1.62 2/275 18832
/proc/meminfo: memFree=31821160/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=1783.36 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 8308 0 1 0 178293 43 0 0 20 0 24 0 12397474 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 52194 2257 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=1777.63 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2508 0 1 0 177733 30 0 0 20 0 24 0 12397475 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299491176128 140299351819872 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18712] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18712/stat : 18712 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299334744488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18713] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18713/stat : 18713 (java) S 18706 18709 17918 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299333691944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18714] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18714/stat : 18714 (java) S 18706 18709 17918 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299332638888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18715] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18715/stat : 18715 (java) S 18706 18709 17918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299331586344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18716] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18716/stat : 18716 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299330534312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18717] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18717/stat : 18717 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299329481768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18718] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18718/stat : 18718 (java) S 18706 18709 17918 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299328428712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18719] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18719/stat : 18719 (java) S 18706 18709 17918 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299327376168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18720] ppid=18706 vsize=9963000 CPUtime=0.04 cores=0-3,8-11
/proc/18709/task/18720/stat : 18720 (java) S 18706 18709 17918 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299326323112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18721] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18721/stat : 18721 (java) S 18706 18709 17918 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299325270568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18722] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18722/stat : 18722 (java) S 18706 18709 17918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299324217512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18723] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18723/stat : 18723 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299323164968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18724] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18724/stat : 18724 (java) S 18706 18709 17918 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299322112936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18725] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18725/stat : 18725 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397477 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299304651752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18726] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18726/stat : 18726 (java) S 18706 18709 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299303597560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18727] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18727/stat : 18727 (java) S 18706 18709 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299302544904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18728] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18728/stat : 18728 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299301493136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18729] ppid=18706 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18709/task/18729/stat : 18729 (java) S 18706 18709 17918 0 -1 4202560 1881 0 0 0 16 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299300440504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18730] ppid=18706 vsize=9963000 CPUtime=0.21 cores=0-3,8-11
/proc/18709/task/18730/stat : 18730 (java) S 18706 18709 17918 0 -1 4202560 2378 0 0 0 21 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299299387448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18731] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18731/stat : 18731 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299298335096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18732] ppid=18706 vsize=9963000 CPUtime=0.55 cores=0-3,8-11
/proc/18709/task/18732/stat : 18732 (java) S 18706 18709 17918 0 -1 4202560 102 0 0 0 29 26 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299297283272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18733] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18733/stat : 18733 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397488 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299296130728 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1783.36
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 1.16 1.27 1.61 2/275 18832
/proc/meminfo: memFree=31821164/32872528 swapFree=7036/7036
[pid=18709] ppid=18706 vsize=9963000 CPUtime=1800.06 cores=0-3,8-11
/proc/18709/stat : 18709 (java) S 18706 18709 17918 0 -1 4202496 8310 0 1 0 179963 43 0 0 20 0 24 0 12397474 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140736887899120 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18709/statm: 2490750 52194 2257 9 0 2481427 0
[pid=18709/tid=18710] ppid=18706 vsize=9963000 CPUtime=1794.29 cores=0-3,8-11
/proc/18709/task/18710/stat : 18710 (java) R 18706 18709 17918 0 -1 4202560 2508 0 1 0 179399 30 0 0 20 0 24 0 12397475 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299491176128 140299351819999 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18709/tid=18712] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18712/stat : 18712 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299334744488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18713] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18713/stat : 18713 (java) S 18706 18709 17918 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299333691944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18714] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18714/stat : 18714 (java) S 18706 18709 17918 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299332638888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18715] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18715/stat : 18715 (java) S 18706 18709 17918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299331586344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18716] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18716/stat : 18716 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299330534312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18717] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18717/stat : 18717 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299329481768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18709/tid=18718] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18718/stat : 18718 (java) S 18706 18709 17918 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299328428712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18719] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18719/stat : 18719 (java) S 18706 18709 17918 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299327376168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18720] ppid=18706 vsize=9963000 CPUtime=0.04 cores=0-3,8-11
/proc/18709/task/18720/stat : 18720 (java) S 18706 18709 17918 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299326323112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18721] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18721/stat : 18721 (java) S 18706 18709 17918 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299325270568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18709/tid=18722] ppid=18706 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18709/task/18722/stat : 18722 (java) S 18706 18709 17918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299324217512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18723] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18723/stat : 18723 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299323164968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18709/tid=18724] ppid=18706 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18709/task/18724/stat : 18724 (java) S 18706 18709 17918 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 24 0 12397476 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299322112936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18725] ppid=18706 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18709/task/18725/stat : 18725 (java) S 18706 18709 17918 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 24 0 12397477 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299304651752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18709/tid=18726] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18726/stat : 18726 (java) S 18706 18709 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299303597560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18727] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18727/stat : 18727 (java) S 18706 18709 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12397478 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299302544904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18728] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18728/stat : 18728 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299301493136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18729] ppid=18706 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18709/task/18729/stat : 18729 (java) S 18706 18709 17918 0 -1 4202560 1881 0 0 0 16 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299300440504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18709/tid=18730] ppid=18706 vsize=9963000 CPUtime=0.21 cores=0-3,8-11
/proc/18709/task/18730/stat : 18730 (java) S 18706 18709 17918 0 -1 4202560 2378 0 0 0 21 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299299387448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18731] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18731/stat : 18731 (java) S 18706 18709 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299298335096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18709/tid=18732] ppid=18706 vsize=9963000 CPUtime=0.56 cores=0-3,8-11
/proc/18709/task/18732/stat : 18732 (java) S 18706 18709 17918 0 -1 4202560 104 0 0 0 30 26 0 0 20 0 24 0 12397480 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299297283272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18709/tid=18733] ppid=18706 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18709/task/18733/stat : 18733 (java) S 18706 18709 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12397488 10202112000 52194 33554432000 1073741824 1073778376 140736887907984 140299296130728 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9963000

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 18709 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 18709 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=80106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=880866
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800.06
CPU user time (s): 1799.63
CPU system time (s): 0.43
CPU usage (%): 100.057
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.880866
maximum resident set size= 208928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32211
involuntary context switches= 2263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6218 second user time and 12.868 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 20:58:49
IDJOB=4096152
IDBENCH=107573
IDSOLVER=2546
FILE ID=node132/4096152-1466103529
RUNJOBID= node132-1466098131-17934
PBS_JOBID= 19904047
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-fixedbandwidth-25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096152-1466103529/watcher-4096152-1466103529 -o /tmp/evaluation-result-4096152-1466103529/solver-4096152-1466103529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466098131-17934 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096152-1466103529.opb

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

MD5SUM BENCH= 34bbe99f3d049dcee0a41ec8b43bcb49
RANDOM SEED=108278640

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:        31815316 kB
Buffers:           38596 kB
Cached:            90544 kB
SwapCached:          568 kB
Active:           249092 kB
Inactive:          82392 kB
Active(anon):     203536 kB
Inactive(anon):     1040 kB
Active(file):      45556 kB
Inactive(file):    81352 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:        219024 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             571916 kB
SReclaimable:      12140 kB
SUnreclaim:       559776 kB
KernelStack:        2336 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     704236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71736 MiB
End job on node132 at 2016-06-16 21:28:48