Trace number 4100802

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.13 896.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-lotfi.opb
MD5SUM76d897d8437070b9cbeb866c2620c3bc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527485
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4100802-1466211534.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.11/0.54	c ... done. Wall clock time 0.409s.
1.11/0.54	c declared #vars     9240
1.11/0.54	c #constraints  240
1.11/0.54	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.11/0.54	c constraints type 
1.11/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.11/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 239
1.11/0.54	c 240 constraints processed.
1.11/0.54	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.11/0.54	c constraints type 
1.11/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.11/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 239
1.11/0.54	c 240 constraints processed.
1.11/0.54	c objective function length is 240 literals
3.46/1.35	c cleaning 2500 clauses out of 5003 with flag 10694/5003
10.73/4.65	c cleaning 4248 clauses out of 8500 with flag 25931/11000
14.62/6.52	c cleaning 5619 clauses out of 11253 with flag 42579/18001
20.89/9.38	c cleaning 6817 clauses out of 13634 with flag 62122/26001
24.81/11.29	c cleaning 7902 clauses out of 15816 with flag 82495/35000
28.11/12.88	c cleaning 8949 clauses out of 17918 with flag 112848/45004
32.20/14.87	c cleaning 9974 clauses out of 19966 with flag 137438/56001
36.60/17.06	c cleaning 10988 clauses out of 21991 with flag 167477/68000
41.60/19.56	c cleaning 11993 clauses out of 24004 with flag 199134/81001
48.32/22.85	c cleaning 12998 clauses out of 26011 with flag 230364/95001
56.12/26.77	c cleaning 13996 clauses out of 28012 with flag 270473/110000
64.03/30.68	c cleaning 14999 clauses out of 30016 with flag 313227/126000
73.24/35.24	c cleaning 0 clauses out of 5000 with flag 0/5000
73.86/35.46	c cleaning 16001 clauses out of 32018 with flag 360658/143001
83.84/40.34	c cleaning 17001 clauses out of 34017 with flag 410218/161001
94.54/45.61	c cleaning 17999 clauses out of 36019 with flag 461461/180004
103.41/50.05	c cleaning 19001 clauses out of 38016 with flag 507565/200000
121.46/59.08	c cleaning 19994 clauses out of 40016 with flag 587494/221001
143.90/70.26	c cleaning 20997 clauses out of 42021 with flag 681367/243000
167.61/82.01	c cleaning 21993 clauses out of 44025 with flag 798674/266001
192.68/94.40	c cleaning 0 clauses out of 11001 with flag 0/11001
194.48/95.34	c cleaning 23001 clauses out of 46033 with flag 930045/290002
216.12/106.18	c cleaning 24002 clauses out of 48030 with flag 1056180/315000
240.01/118.07	c cleaning 25000 clauses out of 50030 with flag 1189924/341002
267.51/131.73	c cleaning 26000 clauses out of 52029 with flag 1319767/368001
295.65/145.74	c cleaning 26999 clauses out of 54028 with flag 1463256/396000
327.17/161.46	c cleaning 27995 clauses out of 56029 with flag 1612669/425000
358.92/177.26	c cleaning 29005 clauses out of 58037 with flag 1770172/455003
395.04/195.43	c cleaning 29995 clauses out of 60030 with flag 1914060/486001
427.46/211.59	c cleaning 31004 clauses out of 62036 with flag 2066658/518002
462.79/229.17	c cleaning 31998 clauses out of 64030 with flag 2214448/551000
491.70/243.50	c cleaning 0 clauses out of 18000 with flag 0/18000
498.72/247.02	c cleaning 33002 clauses out of 66034 with flag 2386187/585002
535.10/265.18	c cleaning 33995 clauses out of 68033 with flag 2570037/620003
573.47/284.22	c cleaning 34997 clauses out of 70038 with flag 2739078/656003
613.89/304.36	c cleaning 36003 clauses out of 72038 with flag 2930132/693000
653.10/324.17	c cleaning 37001 clauses out of 74037 with flag 3117768/731002
676.99/336.09	c cleaning 37988 clauses out of 76034 with flag 3253062/770000
698.05/346.57	c cleaning 38999 clauses out of 78047 with flag 3386914/810001
741.66/368.22	c cleaning 40001 clauses out of 80048 with flag 3597690/851001
787.43/391.08	c cleaning 41003 clauses out of 82046 with flag 3811313/893000
837.09/415.73	c cleaning 42002 clauses out of 84044 with flag 4033906/936001
871.66/432.98	c cleaning 0 clauses out of 26000 with flag 0/26000
887.52/440.82	c cleaning 42998 clauses out of 86041 with flag 4251104/980000
937.81/465.86	c cleaning 44001 clauses out of 88047 with flag 4485649/1025004
990.90/492.69	c cleaning 45008 clauses out of 90044 with flag 4733654/1071002
1040.91/517.57	c cleaning 46000 clauses out of 92034 with flag 4986073/1118000
1094.38/544.11	c cleaning 46996 clauses out of 94034 with flag 5219067/1166000
1146.67/570.12	c cleaning 48008 clauses out of 96040 with flag 5483408/1215002
1178.26/585.89	c cleaning 49003 clauses out of 98031 with flag 5647711/1265001
1230.11/611.66	c cleaning 50004 clauses out of 100028 with flag 5752230/1316001
1273.54/633.29	c cleaning 51002 clauses out of 102024 with flag 5857735/1368001
1336.84/664.75	c cleaning 0 clauses out of 35002 with flag 0/35002
1339.83/666.25	c cleaning 51997 clauses out of 104021 with flag 5966610/1421000
1386.84/689.68	c cleaning 53004 clauses out of 106024 with flag 6076296/1475000
1450.56/721.85	c cleaning 54000 clauses out of 108021 with flag 6187492/1530001
1517.77/755.23	c cleaning 55006 clauses out of 110026 with flag 6302460/1586006
1578.83/785.64	c cleaning 55999 clauses out of 112018 with flag 6420474/1643004
1593.50/792.94	c cleaning 0 clauses out of 45000 with flag 0/45000
1641.81/817.55	c cleaning 56996 clauses out of 114015 with flag 6540359/1701000
1696.21/844.67	c cleaning 58007 clauses out of 116023 with flag 6675046/1760004
1737.81/865.80	c cleaning 59003 clauses out of 118012 with flag 6814975/1820000
1776.61/885.04	c cleaning 59995 clauses out of 120012 with flag 6952309/1881003
1800.13/896.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.70	c starts		: 1459
1800.13/896.70	c conflicts		: 1934078
1800.13/896.70	c decisions		: 4162479
1800.13/896.70	c propagations		: 167815637
1800.13/896.70	c inspects		: 8044611001
1800.13/896.70	c shortcuts		: 0
1800.13/896.70	c learnt literals	: 0
1800.13/896.70	c learnt binary clauses	: 6
1800.13/896.70	c learnt ternary clauses	: 11
1800.13/896.70	c learnt constraints	: 1934078
1800.13/896.70	c ignored constraints	: 0
1800.13/896.70	c root simplifications	: 0
1800.13/896.70	c removed literals (reason simplification)	: 4349164
1800.13/896.70	c reason swapping (by a shorter reason)	: 0
1800.13/896.70	c Calls to reduceDB	: 57
1800.13/896.70	c Number of update (reduction) of LBD	: 299134
1800.13/896.70	c Imported unit clauses	: 0
1800.13/896.70	c number of reductions to clauses (during analyze)	: 0
1800.13/896.70	c number of learned constraints concerned by reduction	: 0
1800.13/896.70	c number of learning phase by resolution	: 0
1800.13/896.70	c number of learning phase by cutting planes	: 0
1800.13/896.70	c speed (assignments/second)	: 187264.9775704689
1800.13/896.70	c non guided choices	27582
1800.13/896.73	c learnt constraints type 
1800.13/896.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.13/896.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113086
1800.13/896.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.73	c starts		: 62
1800.13/896.73	c conflicts		: 50930
1800.13/896.73	c decisions		: 136505
1800.13/896.73	c propagations		: 1062682
1800.13/896.73	c inspects		: 879031418
1800.13/896.73	c shortcuts		: 0
1800.13/896.73	c learnt literals	: 0
1800.13/896.73	c learnt binary clauses	: 0
1800.13/896.73	c learnt ternary clauses	: 0
1800.13/896.73	c learnt constraints	: 50930
1800.13/896.73	c ignored constraints	: 0
1800.13/896.73	c root simplifications	: 0
1800.13/896.73	c removed literals (reason simplification)	: 0
1800.13/896.73	c reason swapping (by a shorter reason)	: 0
1800.13/896.73	c Calls to reduceDB	: 6
1800.13/896.73	c Number of update (reduction) of LBD	: 0
1800.13/896.73	c Imported unit clauses	: 0
1800.13/896.73	c number of reductions to clauses (during analyze)	: 0
1800.13/896.73	c number of learned constraints concerned by reduction	: 0
1800.13/896.73	c number of learning phase by resolution	: 0
1800.13/896.73	c number of learning phase by cutting planes	: 0
1800.13/896.73	c speed (assignments/second)	: 1185.8172647741476
1800.13/896.73	c non guided choices	3354
1800.13/896.75	c learnt constraints type 
1800.13/896.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5157
1800.13/896.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 45773
1800.13/896.75	s UNKNOWN
1800.13/896.75	c Total wall clock time (in seconds): 896.623

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-4100802-1466211534/watcher-4100802-1466211534 -o /tmp/evaluation-result-4100802-1466211534/solver-4100802-1466211534 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100802-1466211534.opb 

pid=18469
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.25 4.19 4.18 4/197 18472
/proc/meminfo: memFree=26076316/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18472/stat : 18472 (java) D 18469 18472 15709 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23201818 2560000 46 33554432000 1073741824 1073778376 140735290379584 140735290376712 217401355559 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/18472/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.25 4.19 4.18 4/197 18472
/proc/meminfo: memFree=26076316/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 4309 0 1 0 7 0 0 0 20 0 18 0 23201818 9787879424 5437 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2389619 5439 2090 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 4.25 4.19 4.18 4/197 18472
/proc/meminfo: memFree=26076316/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 4765 0 1 0 23 1 0 0 20 0 18 0 23201818 9787879424 6850 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2389619 6850 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300184 s]
/proc/loadavg: 4.25 4.19 4.18 4/197 18472
/proc/meminfo: memFree=26076316/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 10243 0 1 0 51 1 0 0 20 0 18 0 23201818 9787879424 11587 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2389619 11587 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.25 4.19 4.18 4/197 18472
/proc/meminfo: memFree=26076316/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 16504 0 1 0 176 3 0 0 20 0 22 0 23201818 10060525568 25555 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 25555 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.25 4.19 4.18 5/219 18494
/proc/meminfo: memFree=25947152/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 17583 0 1 0 398 7 0 0 20 0 22 0 23201818 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 49417 2281 9 0 2446860 0
[pid=18472/tid=18474] ppid=18469 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/18472/task/18474/stat : 18474 (java) S 18469 18472 15709 0 -1 4202560 2481 0 1 0 48 2 0 0 20 0 22 0 23201819 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818901549944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18475] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18475/stat : 18475 (java) S 18469 18472 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23201820 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818840280104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18476] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18476/stat : 18476 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818839227304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18477] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/18472/task/18487/stat : 18487 (java) S 18469 18472 15709 0 -1 4202560 8464 0 0 0 72 2 0 0 20 0 22 0 23201825 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818720864696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18488] ppid=18469 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/18472/task/18488/stat : 18488 (java) R 18469 18472 15709 0 -1 4202560 5146 0 0 0 86 0 0 0 20 0 22 0 23201825 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818719798768 139818908556446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18489] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18489/stat : 18489 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818718759288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18490] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18490/stat : 18490 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818717706696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18491] ppid=18469 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/18472/task/18491/stat : 18491 (java) R 18469 18472 15709 0 -1 4202560 25 0 0 0 91 0 0 0 20 0 22 0 23201872 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818716652872 139818841961786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18492] ppid=18469 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/18472/task/18492/stat : 18492 (java) R 18469 18472 15709 0 -1 4202560 57 0 0 0 88 1 0 0 20 0 22 0 23201872 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818715598280 139818842147503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18493] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18493/stat : 18493 (java) S 18469 18472 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23201874 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818714547624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18494] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18494/stat : 18494 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201875 10060525568 49417 33554432000 1073741824 1073778376 140736588603920 139818713494824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.25 4.19 4.18 6/219 18494
/proc/meminfo: memFree=25856856/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=7.69 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 20241 0 1 0 759 10 0 0 20 0 22 0 23201818 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 56764 2285 9 0 2446860 0
[pid=18472/tid=18474] ppid=18469 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/18472/task/18474/stat : 18474 (java) S 18469 18472 15709 0 -1 4202560 2481 0 1 0 48 2 0 0 20 0 22 0 23201819 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818901549944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18475] ppid=18469 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18472/task/18475/stat : 18475 (java) S 18469 18472 15709 0 -1 4202560 64 0 0 0 3 0 0 0 20 0 22 0 23201820 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818840280104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18476] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18476/stat : 18476 (java) S 18469 18472 15709 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818839227304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18477] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 163 0 0 0 0 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 141 0 0 0 2 2 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 22 0 23201821 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/18472/task/18487/stat : 18487 (java) S 18469 18472 15709 0 -1 4202560 8467 0 0 0 78 2 0 0 20 0 22 0 23201825 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818720864696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18488] ppid=18469 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18472/task/18488/stat : 18488 (java) S 18469 18472 15709 0 -1 4202560 7365 0 0 0 119 0 0 0 20 0 22 0 23201825 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818719811896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18489] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18489/stat : 18489 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818718759288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18490] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18490/stat : 18490 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818717706696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18491] ppid=18469 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/18472/task/18491/stat : 18491 (java) R 18469 18472 15709 0 -1 4202560 27 0 0 0 247 0 0 0 20 0 22 0 23201872 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818716652888 139818841961812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18492] ppid=18469 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/18472/task/18492/stat : 18492 (java) R 18469 18472 15709 0 -1 4202560 60 0 0 0 244 1 0 0 20 0 22 0 23201872 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818715597616 139818842215058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18493] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18493/stat : 18493 (java) S 18469 18472 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23201874 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818714547624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18494] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18494/stat : 18494 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201875 10060525568 56764 33554432000 1073741824 1073778376 140736588603920 139818713494824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.31 4.21 4.18 5/219 18494
/proc/meminfo: memFree=25718968/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=14.22 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 20537 0 1 0 1409 13 0 0 20 0 22 0 23201818 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 91031 2285 9 0 2446860 0
[pid=18472/tid=18474] ppid=18469 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/18472/task/18474/stat : 18474 (java) S 18469 18472 15709 0 -1 4202560 2481 0 1 0 48 2 0 0 20 0 22 0 23201819 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818901549944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18475] ppid=18469 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18472/task/18475/stat : 18475 (java) S 18469 18472 15709 0 -1 4202560 77 0 0 0 4 0 0 0 20 0 22 0 23201820 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818840280104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18476] ppid=18469 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18472/task/18476/stat : 18476 (java) S 18469 18472 15709 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818839227304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18477] ppid=18469 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 177 0 0 0 2 0 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 83 0 0 0 5 1 0 0 20 0 22 0 23201821 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 91031 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=0.81 cores=0,2,4,6

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

/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 705 0 0 0 229 18 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 733 0 0 0 227 19 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 690 0 0 0 229 18 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 1085 0 0 0 218 22 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 771 0 0 0 232 18 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 1048 0 0 0 242 21 0 0 20 0 22 0 23201821 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 3436 0 0 0 514 19 0 0 20 0 22 0 23201822 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/18472/task/18487/stat : 18487 (java) S 18469 18472 15709 0 -1 4202560 10247 0 0 0 174 2 0 0 20 0 22 0 23201825 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818720864696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18488] ppid=18469 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/18472/task/18488/stat : 18488 (java) S 18469 18472 15709 0 -1 4202560 14833 0 0 0 176 2 0 0 20 0 22 0 23201825 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818719811896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18489] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18489/stat : 18489 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818718759288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18490] ppid=18469 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18472/task/18490/stat : 18490 (java) S 18469 18472 15709 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23201825 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818717706696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18491] ppid=18469 vsize=9824732 CPUtime=868.7 cores=0,2,4,6
/proc/18472/task/18491/stat : 18491 (java) R 18469 18472 15709 0 -1 4202560 495 0 0 0 86851 19 0 0 20 0 22 0 23201872 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818716651568 139818842007724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18492] ppid=18469 vsize=9824732 CPUtime=868.61 cores=0,2,4,6
/proc/18472/task/18492/stat : 18492 (java) R 18469 18472 15709 0 -1 4202560 2403 0 0 0 86804 57 0 0 20 0 22 0 23201872 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818715597968 139818841687934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18493] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18493/stat : 18493 (java) S 18469 18472 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23201874 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818714547624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18494] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18494/stat : 18494 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201875 10060525568 798847 33554432000 1073741824 1073778376 140736588603920 139818713494824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1771.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.701 s]
/proc/loadavg: 4.21 4.19 4.18 5/220 18609
/proc/meminfo: memFree=21315652/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 42097 0 1 0 179760 253 0 0 20 0 22 0 23201818 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 855449 2294 9 0 2446860 0
[pid=18472/tid=18474] ppid=18469 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/18472/task/18474/stat : 18474 (java) S 18469 18472 15709 0 -1 4202560 2500 0 1 0 51 3 0 0 20 0 22 0 23201819 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818901549944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18475] ppid=18469 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/18472/task/18475/stat : 18475 (java) S 18469 18472 15709 0 -1 4202560 756 0 0 0 238 19 0 0 20 0 22 0 23201820 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818840280104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18476] ppid=18469 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/18472/task/18476/stat : 18476 (java) S 18469 18472 15709 0 -1 4202560 554 0 0 0 227 17 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818839227304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18477] ppid=18469 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 712 0 0 0 234 18 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 789 0 0 0 236 22 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 714 0 0 0 236 20 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 1135 0 0 0 227 24 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 786 0 0 0 234 19 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 1105 0 0 0 249 24 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 3533 0 0 0 514 19 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/18472/task/18487/stat : 18487 (java) S 18469 18472 15709 0 -1 4202560 10247 0 0 0 174 2 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818720864696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18488] ppid=18469 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/18472/task/18488/stat : 18488 (java) S 18469 18472 15709 0 -1 4202560 14833 0 0 0 176 2 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818719811896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18489] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18489/stat : 18489 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818718759288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18490] ppid=18469 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18472/task/18490/stat : 18490 (java) S 18469 18472 15709 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818717706696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18491] ppid=18469 vsize=9824732 CPUtime=882.89 cores=0,2,4,6
/proc/18472/task/18491/stat : 18491 (java) R 18469 18472 15709 0 -1 4202560 499 0 0 0 88270 19 0 0 20 0 22 0 23201872 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818716650768 139818842061038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18492] ppid=18469 vsize=9824732 CPUtime=882.8 cores=0,2,4,6
/proc/18472/task/18492/stat : 18492 (java) R 18469 18472 15709 0 -1 4202560 2614 0 0 0 88222 58 0 0 20 0 22 0 23201872 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818715598688 139818842236493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18493] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18493/stat : 18493 (java) S 18469 18472 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23201874 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818714547624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18494] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18494/stat : 18494 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201875 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818713494824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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 18472 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.701 s]
/proc/loadavg: 4.21 4.19 4.18 5/220 18609
/proc/meminfo: memFree=21315652/32872528 swapFree=1534436/1655032
[pid=18472] ppid=18469 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/18472/stat : 18472 (java) S 18469 18472 15709 0 -1 4202496 42097 0 1 0 179760 253 0 0 20 0 22 0 23201818 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 140736588595056 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18472/statm: 2456183 855449 2294 9 0 2446860 0
[pid=18472/tid=18474] ppid=18469 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/18472/task/18474/stat : 18474 (java) S 18469 18472 15709 0 -1 4202560 2500 0 1 0 51 3 0 0 20 0 22 0 23201819 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818901549944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18475] ppid=18469 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/18472/task/18475/stat : 18475 (java) S 18469 18472 15709 0 -1 4202560 756 0 0 0 238 19 0 0 20 0 22 0 23201820 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818840280104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18476] ppid=18469 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/18472/task/18476/stat : 18476 (java) S 18469 18472 15709 0 -1 4202560 554 0 0 0 227 17 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818839227304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18477] ppid=18469 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/18472/task/18477/stat : 18477 (java) S 18469 18472 15709 0 -1 4202560 712 0 0 0 234 18 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818838174504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18478] ppid=18469 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/18472/task/18478/stat : 18478 (java) S 18469 18472 15709 0 -1 4202560 789 0 0 0 236 22 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818837121704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18479] ppid=18469 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/18472/task/18479/stat : 18479 (java) S 18469 18472 15709 0 -1 4202560 714 0 0 0 236 20 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818740431400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18480] ppid=18469 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/18472/task/18480/stat : 18480 (java) S 18469 18472 15709 0 -1 4202560 1135 0 0 0 227 24 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818739378600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18481] ppid=18469 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/18472/task/18481/stat : 18481 (java) S 18469 18472 15709 0 -1 4202560 786 0 0 0 234 19 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818738325800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18482] ppid=18469 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/18472/task/18482/stat : 18482 (java) S 18469 18472 15709 0 -1 4202560 1105 0 0 0 249 24 0 0 20 0 22 0 23201821 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818737273000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18483] ppid=18469 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/18472/task/18483/stat : 18483 (java) S 18469 18472 15709 0 -1 4202560 3533 0 0 0 514 19 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818725075944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18484] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18484/stat : 18484 (java) S 18469 18472 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818724022008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18485] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18485/stat : 18485 (java) S 18469 18472 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201822 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818722969096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18486] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18486/stat : 18486 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818721917584 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18487] ppid=18469 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/18472/task/18487/stat : 18487 (java) S 18469 18472 15709 0 -1 4202560 10247 0 0 0 174 2 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818720864696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18488] ppid=18469 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/18472/task/18488/stat : 18488 (java) S 18469 18472 15709 0 -1 4202560 14833 0 0 0 176 2 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818719811896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18489] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18489/stat : 18489 (java) S 18469 18472 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818718759288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18472/tid=18490] ppid=18469 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18472/task/18490/stat : 18490 (java) S 18469 18472 15709 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23201825 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818717706696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18491] ppid=18469 vsize=9824732 CPUtime=882.89 cores=0,2,4,6
/proc/18472/task/18491/stat : 18491 (java) R 18469 18472 15709 0 -1 4202560 499 0 0 0 88270 19 0 0 20 0 22 0 23201872 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818716650768 139818842061038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18472/tid=18492] ppid=18469 vsize=9824732 CPUtime=882.8 cores=0,2,4,6
/proc/18472/task/18492/stat : 18492 (java) R 18469 18472 15709 0 -1 4202560 2614 0 0 0 88222 58 0 0 20 0 22 0 23201872 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818715598688 139818842236493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18472/tid=18493] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18493/stat : 18493 (java) S 18469 18472 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23201874 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818714547624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18472/tid=18494] ppid=18469 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18472/task/18494/stat : 18494 (java) S 18469 18472 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201875 10060525568 855449 33554432000 1073741824 1073778376 140736588603920 139818713494824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18472 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=309375
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=12542
# CPU time returned by wait4() is 1796.32
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.77
CPU time (s): 1800.13
CPU user time (s): 1797.6
CPU system time (s): 2.53
CPU usage (%): 200.735
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.31
system time used= 3.01254
maximum resident set size= 3421912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42138
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26983
involuntary context switches= 37965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.53016 second user time and 7.61584 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 02:58:54
IDJOB=4100802
IDBENCH=1663
IDSOLVER=2543
FILE ID=node122/4100802-1466211534
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 76d897d8437070b9cbeb866c2620c3bc
RANDOM SEED=761761852

node122.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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.53
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26076464 kB
Buffers:          125548 kB
Cached:          1622028 kB
SwapCached:            0 kB
Active:          2733216 kB
Inactive:        1662008 kB
Active(anon):    2650200 kB
Inactive(anon):       60 kB
Active(file):      83016 kB
Inactive(file):  1661948 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       4345052 kB
Mapped:            21152 kB
Shmem:               204 kB
Slab:             608108 kB
SReclaimable:      51960 kB
SUnreclaim:       556148 kB
KernelStack:        1808 kB
PageTables:        12932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4905424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2736128 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= 71740 MiB
End job on node122 at 2016-06-18 03:13:51