Trace number 4096047

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 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-fixedbandwidth-25.opb
MD5SUM108fe8e7d0bc0b8fa57451feb9da4084
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096047-1466101729.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.013s.
0.10/0.13	c declared #vars     101
0.10/0.13	c #constraints  50
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.13	c 50 constraints processed.
0.69/0.45	c cleaning 2496 clauses out of 5001 with flag 22878/5001
1.16/0.73	c cleaning 4250 clauses out of 8504 with flag 62039/11000
1.46/1.07	c cleaning 5613 clauses out of 11254 with flag 105021/18000
1.97/1.51	c cleaning 6807 clauses out of 13641 with flag 161198/26000
2.48/2.07	c cleaning 7913 clauses out of 15835 with flag 228697/35001
3.28/2.84	c cleaning 8951 clauses out of 17922 with flag 310880/45001
4.18/3.71	c cleaning 9976 clauses out of 19974 with flag 396351/56004
5.18/4.78	c cleaning 10996 clauses out of 21996 with flag 482965/68002
6.38/5.93	c cleaning 11997 clauses out of 24001 with flag 582169/81003
7.68/7.22	c cleaning 12998 clauses out of 26003 with flag 682108/95002
9.18/8.75	c cleaning 14001 clauses out of 28006 with flag 804568/110003
10.88/10.44	c cleaning 14997 clauses out of 30002 with flag 940622/126000
12.88/12.44	c cleaning 15997 clauses out of 32006 with flag 1076563/143001
15.08/14.66	c cleaning 16997 clauses out of 34008 with flag 1220057/161000
17.58/17.14	c cleaning 17998 clauses out of 36011 with flag 1368790/180000
20.39/19.92	c cleaning 19000 clauses out of 38016 with flag 1521499/200003
23.18/22.79	c cleaning 19997 clauses out of 40013 with flag 1691915/221000
26.68/26.25	c cleaning 20999 clauses out of 42017 with flag 1866720/243001
30.38/29.96	c cleaning 22006 clauses out of 44019 with flag 2049739/266002
34.59/34.11	c cleaning 22997 clauses out of 46011 with flag 2254524/290000
39.09/38.67	c cleaning 24002 clauses out of 48015 with flag 2458754/315001
43.88/43.43	c cleaning 24997 clauses out of 50013 with flag 2656032/341001
48.78/48.38	c cleaning 25998 clauses out of 52017 with flag 2876391/368002
54.18/53.72	c cleaning 27002 clauses out of 54018 with flag 3087730/396001
60.08/59.66	c cleaning 28002 clauses out of 56015 with flag 3330387/425000
66.28/65.83	c cleaning 28998 clauses out of 58014 with flag 3578643/455001
73.19/72.73	c cleaning 30003 clauses out of 60016 with flag 3819084/486001
80.90/80.44	c cleaning 30998 clauses out of 62012 with flag 4084341/518000
88.39/88.00	c cleaning 31997 clauses out of 64014 with flag 4337557/551000
97.19/96.72	c cleaning 33005 clauses out of 66017 with flag 4607936/585000
106.10/105.61	c cleaning 34002 clauses out of 68015 with flag 4873731/620003
115.30/114.80	c cleaning 34994 clauses out of 70010 with flag 5148982/656000
124.91/124.42	c cleaning 36003 clauses out of 72017 with flag 5419265/693001
136.91/136.50	c cleaning 37001 clauses out of 74013 with flag 5721659/731000
149.10/148.62	c cleaning 37992 clauses out of 76013 with flag 6029175/770001
161.90/161.43	c cleaning 39004 clauses out of 78021 with flag 6346429/810001
176.11/175.66	c cleaning 39995 clauses out of 80017 with flag 6657139/851001
190.51/190.02	c cleaning 41007 clauses out of 82024 with flag 6957863/893003
205.51/205.04	c cleaning 42003 clauses out of 84017 with flag 7287647/936003
221.73/221.23	c cleaning 42996 clauses out of 86011 with flag 7631482/980000
236.01/235.47	c cleaning 43992 clauses out of 88015 with flag 7971021/1025000
251.60/251.04	c cleaning 44995 clauses out of 90023 with flag 8341495/1071000
268.50/267.99	c cleaning 46003 clauses out of 92028 with flag 8708306/1118000
285.61/285.02	c cleaning 47005 clauses out of 94027 with flag 9074384/1166002
302.51/301.90	c cleaning 48005 clauses out of 96020 with flag 9436081/1215000
320.01/319.45	c cleaning 48999 clauses out of 98015 with flag 9823767/1265000
340.12/339.52	c cleaning 50002 clauses out of 100016 with flag 10200546/1316000
360.21/359.67	c cleaning 51000 clauses out of 102014 with flag 10585123/1368000
382.01/381.46	c cleaning 52003 clauses out of 104014 with flag 10962562/1421000
404.43/403.86	c cleaning 52998 clauses out of 106011 with flag 11350570/1475000
429.13/428.59	c cleaning 54003 clauses out of 108014 with flag 11753992/1530001
452.74/452.20	c cleaning 54998 clauses out of 110010 with flag 12155032/1586000
477.93/477.33	c cleaning 56001 clauses out of 112014 with flag 12574085/1643002
503.74/503.19	c cleaning 56998 clauses out of 114011 with flag 12986610/1701000
533.74/533.14	c cleaning 57997 clauses out of 116013 with flag 13441956/1760000
563.45/562.82	c cleaning 59003 clauses out of 118017 with flag 13885735/1820001
594.66/594.10	c cleaning 60004 clauses out of 120015 with flag 14344055/1881002
627.45/626.86	c cleaning 61004 clauses out of 122011 with flag 14844023/1943002
662.67/662.02	c cleaning 61996 clauses out of 124006 with flag 15279276/2006001
693.74/693.05	c cleaning 62992 clauses out of 126009 with flag 15737741/2070000
727.13/726.49	c cleaning 63996 clauses out of 128017 with flag 16206381/2135000
763.24/762.55	c cleaning 65004 clauses out of 130023 with flag 16712134/2201002
798.27/797.55	c cleaning 66000 clauses out of 132018 with flag 17197940/2268001
836.48/835.74	c cleaning 67001 clauses out of 134019 with flag 17691000/2336002
875.40/874.65	c cleaning 68000 clauses out of 136016 with flag 18201949/2405000
915.38/914.63	c cleaning 68997 clauses out of 138016 with flag 18721758/2475000
957.19/956.41	c cleaning 70003 clauses out of 140021 with flag 19252903/2546002
1004.21/1003.43	c cleaning 71006 clauses out of 142019 with flag 19796834/2618003
1050.92/1050.13	c cleaning 71999 clauses out of 144010 with flag 20334070/2691000
1103.53/1102.70	c cleaning 72999 clauses out of 146011 with flag 20897339/2765000
1152.64/1151.85	c cleaning 74001 clauses out of 148013 with flag 21440578/2840001
1205.94/1205.15	c cleaning 74999 clauses out of 150012 with flag 22001643/2916001
1262.96/1262.19	c cleaning 76003 clauses out of 152012 with flag 22586625/2993000
1315.59/1314.57	c cleaning 76995 clauses out of 154011 with flag 23140334/3071002
1370.40/1369.36	c cleaning 77995 clauses out of 156014 with flag 23696386/3150000
1428.42/1427.30	c cleaning 78998 clauses out of 158020 with flag 24303090/3230001
1486.83/1485.78	c cleaning 80001 clauses out of 160022 with flag 24910272/3311001
1551.95/1550.87	c cleaning 81005 clauses out of 162022 with flag 25503991/3393002
1615.26/1614.13	c cleaning 81996 clauses out of 164016 with flag 26071446/3476001
1679.79/1678.70	c cleaning 83005 clauses out of 166021 with flag 26648226/3560002
1749.59/1748.43	c cleaning 83997 clauses out of 168016 with flag 27218727/3645002
1800.00/1798.80	c starts		: 1555
1800.00/1798.80	c conflicts		: 3713894
1800.00/1798.80	c decisions		: 4651344
1800.00/1798.80	c propagations		: 71214119
1800.00/1798.80	c inspects		: 42966468549
1800.00/1798.80	c shortcuts		: 0
1800.00/1798.80	c timeout
1800.00/1798.80	c learnt literals	: 0
1800.00/1798.80	c learnt binary clauses	: 0
1800.00/1798.80	c learnt ternary clauses	: 1
1800.00/1798.80	c learnt constraints	: 3713895
1800.00/1798.80	c ignored constraints	: 0
1800.00/1798.80	c root simplifications	: 0
1800.00/1798.80	c removed literals (reason simplification)	: 0
1800.00/1798.80	c reason swapping (by a shorter reason)	: 0
1800.00/1798.80	c Calls to reduceDB	: 81
1800.00/1798.80	c Number of update (reduction) of LBD	: 1180514
1800.00/1798.80	c Imported unit clauses	: 0
1800.00/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.80	c number of learned constraints concerned by reduction	: 0
1800.00/1798.80	c number of learning phase by resolution	: 0
1800.00/1798.80	c number of learning phase by cutting planes	: 0
1800.00/1798.80	c speed (assignments/second)	: 39592.58798013869
1800.00/1798.80	c non guided choices	24
1800.00/1798.83	c learnt constraints type 
1800.00/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152912
1800.00/1798.83	s UNKNOWN
1800.00/1798.83	c Total wall clock time (in seconds): 1798.716

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

pid=18519
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.00 2.00 2.06 3/281 18522
/proc/meminfo: memFree=31821556/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=89736 CPUtime=0 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 1231 0 0 0 0 0 0 0 20 0 2 0 12217546 91889664 873 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 22434 882 667 9 0 16769 0
[pid=18522/tid=18523] ppid=18519 vsize=91880 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 2 0 12217547 94085120 906 33554432000 1073741824 1073778376 140734203800336 140734203789400 216799474538 0 0 4096 0 0 0 0 -1 9 0 0 0 0 0

[startup+0.100146 s]
/proc/loadavg: 2.00 2.00 2.06 3/281 18522
/proc/meminfo: memFree=31821556/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 4453 0 1 0 8 2 0 0 20 0 23 0 12217546 10133950464 6077 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2474109 6077 2125 9 0 2464786 0
[pid=18522/tid=18523] ppid=18519 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2411 0 1 0 5 1 0 0 20 0 23 0 12217547 10133950464 6077 33554432000 1073741824 1073778376 140734203800336 140269092289440 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200271 s]
/proc/loadavg: 2.00 2.00 2.06 3/281 18522
/proc/meminfo: memFree=31821556/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=0.29 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 7389 0 1 0 27 2 0 0 20 0 24 0 12217546 10202112000 7932 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 7932 2223 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2437 0 1 0 15 1 0 0 20 0 24 0 12217547 10202112000 7932 33554432000 1073741824 1073778376 140734203800336 140269092291200 140268951146093 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9963000

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 2.06 3/281 18522
/proc/meminfo: memFree=31821556/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=0.56 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 8432 0 1 0 53 3 0 0 20 0 24 0 12217546 10202112000 8435 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 8435 2233 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2443 0 1 0 25 1 0 0 20 0 24 0 12217547 10202112000 8435 33554432000 1073741824 1073778376 140734203800336 140269092290744 140268951481324 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9963000

[startup+0.700305 s]
/proc/loadavg: 2.00 2.00 2.06 3/281 18522
/proc/meminfo: memFree=31821556/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=1.16 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 9767 0 1 0 113 3 0 0 20 0 24 0 12217546 10202112000 9061 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 9061 2246 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=0.66 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2444 0 1 0 65 1 0 0 20 0 24 0 12217547 10202112000 9061 33554432000 1073741824 1073778376 140734203800336 140269092290744 140268951572278 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9963000

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 2.06 3/305 18546
/proc/meminfo: memFree=31790624/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=1.97 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 9772 0 1 0 194 3 0 0 20 0 24 0 12217546 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 9576 2248 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=1.46 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2446 0 1 0 145 1 0 0 20 0 24 0 12217547 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140269092282064 140268951520691 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140269070392104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268867152552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268866100264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268865047464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268863994152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268862941352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268861889064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268860836264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268859783976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268858731176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268857678888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268856626088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268855572776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 17918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268838111336 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268837057912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268836005000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268834954000 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18542] ppid=18519 vsize=9963000 CPUtime=0.22 cores=0-3,8-11
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 17918 0 -1 4202560 3170 0 0 0 22 0 0 0 20 0 24 0 12217553 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268833901112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18543] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18543/stat : 18543 (java) S 18519 18522 17918 0 -1 4202560 2868 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268832848824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18544] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18544/stat : 18544 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268831796216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18545] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18545/stat : 18545 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268830743112 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18546] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18546/stat : 18546 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217560 10202112000 9576 33554432000 1073741824 1073778376 140734203800336 140268829688616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9963000

[startup+3.10092 s]
/proc/loadavg: 2.00 2.00 2.06 3/305 18546
/proc/meminfo: memFree=31788384/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=3.58 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 9775 0 1 0 355 3 0 0 20 0 24 0 12217546 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 10601 2248 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=3.05 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2448 0 1 0 304 1 0 0 20 0 24 0 12217547 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140269092282064 140268951572278 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140269070392104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268867152552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268866100264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268865047464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268863994152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268862941352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268861889064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268860836264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268859783976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268858731176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268857678888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268856626088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268855572776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 17918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268838111336 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268837057912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268836005000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268834954000 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18542] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 17918 0 -1 4202560 3171 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268833901112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18543] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18543/stat : 18543 (java) S 18519 18522 17918 0 -1 4202560 2868 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268832848824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18544] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18544/stat : 18544 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268831796216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18545] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18545/stat : 18545 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268830743112 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18546] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18546/stat : 18546 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217560 10202112000 10601 33554432000 1073741824 1073778376 140734203800336 140268829688616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9963000

[startup+6.30094 s]
/proc/loadavg: 2.00 2.00 2.06 3/305 18546
/proc/meminfo: memFree=31783944/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=6.78 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 9779 0 1 0 675 3 0 0 20 0 24 0 12217546 10202112000 11498 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 11498 2249 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=6.25 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2451 0 1 0 624 1 0 0 20 0 24 0 12217547 10202112000 11498 33554432000 1073741824 1073778376 140734203800336 140269092282064 140268951572196 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 11498 33554432000 1073741824 1073778376 140734203800336 140269070392104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 11498 33554432000 1073741824 1073778376 140734203800336 140268867152552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 11498 33554432000 1073741824 1073778376 140734203800336 140268866100264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11

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

/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268859783976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268858731176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 17918 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268857678888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268856626088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268855572776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268838111336 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268837057912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268836005000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268834954000 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18542] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 17918 0 -1 4202560 3171 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268833901112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18543] ppid=18519 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18522/task/18543/stat : 18543 (java) S 18519 18522 17918 0 -1 4202560 2871 0 0 0 26 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268832848824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18544] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18544/stat : 18544 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268831796216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18545] ppid=18519 vsize=9963000 CPUtime=0.59 cores=0-3,8-11
/proc/18522/task/18545/stat : 18545 (java) S 18519 18522 17918 0 -1 4202560 100 0 0 0 35 24 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268830743112 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18546] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18546/stat : 18546 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217560 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268829688616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1723.49
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/305 18662
/proc/meminfo: memFree=31610036/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=1783.5 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 10061 0 1 0 178307 43 0 0 20 0 24 0 12217546 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 52238 2263 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=1777.65 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2512 0 1 0 177734 31 0 0 20 0 24 0 12217547 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140269092282064 140268951572278 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 0 2 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140269070392104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 17918 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268867152552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268866100264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 17918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268865047464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 17918 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268863994152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268862941352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268861889064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268860836264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268859783976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268858731176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 17918 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268857678888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268856626088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268855572776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268838111336 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268837057912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268836005000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268834954000 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18542] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 17918 0 -1 4202560 3171 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268833901112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18543] ppid=18519 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18522/task/18543/stat : 18543 (java) S 18519 18522 17918 0 -1 4202560 2871 0 0 0 26 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268832848824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18544] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18544/stat : 18544 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268831796216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18545] ppid=18519 vsize=9963000 CPUtime=0.61 cores=0-3,8-11
/proc/18522/task/18545/stat : 18545 (java) S 18519 18522 17918 0 -1 4202560 104 0 0 0 35 26 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268830743112 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18546] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18546/stat : 18546 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217560 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268829688616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/305 18662
/proc/meminfo: memFree=31610660/32872528 swapFree=7036/7036
[pid=18522] ppid=18519 vsize=9963000 CPUtime=1800 cores=0-3,8-11
/proc/18522/stat : 18522 (java) S 18519 18522 17918 0 -1 4202496 10061 0 1 0 179957 43 0 0 20 0 24 0 12217546 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140734203791472 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18522/statm: 2490750 52238 2263 9 0 2481427 0
[pid=18522/tid=18523] ppid=18519 vsize=9963000 CPUtime=1794.11 cores=0-3,8-11
/proc/18522/task/18523/stat : 18523 (java) R 18519 18522 17918 0 -1 4202560 2512 0 1 0 179380 31 0 0 20 0 24 0 12217547 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140269092282064 140268951571744 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 0 2 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140269070392104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 17918 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268867152552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268866100264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 17918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268865047464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 17918 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268863994152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268862941352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268861889064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268860836264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268859783976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 17918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268858731176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 17918 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268857678888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 17918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268856626088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 24 0 12217549 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268855572776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268838111336 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268837057912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12217550 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268836005000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268834954000 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18542] ppid=18519 vsize=9963000 CPUtime=0.24 cores=0-3,8-11
/proc/18522/task/18542/stat : 18542 (java) S 18519 18522 17918 0 -1 4202560 3171 0 0 0 24 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268833901112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18522/tid=18543] ppid=18519 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18522/task/18543/stat : 18543 (java) S 18519 18522 17918 0 -1 4202560 2871 0 0 0 26 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268832848824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18544] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18544/stat : 18544 (java) S 18519 18522 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268831796216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18522/tid=18545] ppid=18519 vsize=9963000 CPUtime=0.62 cores=0-3,8-11
/proc/18522/task/18545/stat : 18545 (java) S 18519 18522 17918 0 -1 4202560 104 0 0 0 35 27 0 0 20 0 24 0 12217553 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268830743112 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18546] ppid=18519 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18522/task/18546/stat : 18546 (java) S 18519 18522 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12217560 10202112000 52238 33554432000 1073741824 1073778376 140734203800336 140268829688616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 18522 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 18522 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=50110
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=842871
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800
CPU user time (s): 1799.57
CPU system time (s): 0.43
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 0.842871
maximum resident set size= 209104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38182
involuntary context switches= 2254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0829 second user time and 18.1342 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 20:28:50
IDJOB=4096047
IDBENCH=107558
IDSOLVER=2546
FILE ID=node132/4096047-1466101729
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-geq-fixedbandwidth-25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096047-1466101729/watcher-4096047-1466101729 -o /tmp/evaluation-result-4096047-1466101729/solver-4096047-1466101729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466098131-17934 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096047-1466101729.opb

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

MD5SUM BENCH= 108fe8e7d0bc0b8fa57451feb9da4084
RANDOM SEED=219871207

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:        31821184 kB
Buffers:           36812 kB
Cached:            90400 kB
SwapCached:          568 kB
Active:           246520 kB
Inactive:          79688 kB
Active(anon):     200648 kB
Inactive(anon):     1040 kB
Active(file):      45872 kB
Inactive(file):    78648 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:               564 kB
Writeback:             0 kB
AnonPages:        166252 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             571520 kB
SReclaimable:      12028 kB
SUnreclaim:       559492 kB
KernelStack:        2568 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     704124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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 20:58:48