Trace number 4080269

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 Res+CP PB16? (TO) 1800.09 896.975

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.32	c See www.sat4j.org for details.
0.06/0.33	c version PB16.v20160501
0.06/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.33	c java.vm.version	19.1-b02
0.06/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.33	c sun.arch.data.model	64
0.06/0.33	c java.version		1.6.0_24
0.06/0.33	c os.name		Linux
0.06/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.33	c os.arch		amd64
0.06/0.33	c Free memory 		501472288
0.06/0.33	c Max memory 		7480803328
0.06/0.33	c Total memory 		504102912
0.06/0.33	c Number of processors 	8
0.06/0.37	c Pseudo Boolean Optimization by upper bound
0.06/0.37	c ManyCore solver with 2 solvers running in parallel
0.06/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.37	c --- Begin Solver configuration ---
0.06/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.37	c Learn all clauses as in MiniSAT
0.06/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.37	c Expensive reason simplification
0.06/0.37	c Glucose 2.1 dynamic restart strategy
0.06/0.37	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.06/0.37	c timeout=2147483s
0.06/0.37	c DB Simplification allowed=false
0.06/0.37	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.37	c --- End Solver configuration ---
0.06/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.37	c --- Begin Solver configuration ---
0.06/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.37	c Learn all clauses as in MiniSAT
0.06/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.37	c No reason simplification
0.06/0.37	c Armin Biere (Picosat) restarts strategy
0.06/0.37	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.06/0.37	c timeout=2147483s
0.06/0.37	c DB Simplification allowed=false
0.06/0.37	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.37	c --- End Solver configuration ---
0.06/0.37	c solving HOME/instance-4080269-1465218446.opb
0.06/0.37	c reading problem ... 
0.06/0.37	c  no objective function found
1.58/1.23	c ... done. Wall clock time 0.866s.
1.58/1.23	c declared #vars     1440
1.58/1.23	c #constraints  86400
1.58/1.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.58/1.24	c constraints type 
1.58/1.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.58/1.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.58/1.25	c 86400 constraints processed.
1.58/1.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.58/1.25	c constraints type 
1.58/1.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.58/1.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1.58/1.25	c 86400 constraints processed.
5.60/2.51	c cleaning 2499 clauses out of 5000 with flag 19737/5000
8.02/3.65	c cleaning 4251 clauses out of 8501 with flag 47655/11000
10.70/4.98	c cleaning 5626 clauses out of 11251 with flag 78853/18001
11.31/5.28	c cleaning 0 clauses out of 5000 with flag 0/5000
14.24/6.55	c cleaning 6808 clauses out of 13625 with flag 116750/26001
18.10/8.36	c cleaning 7900 clauses out of 15816 with flag 162931/35000
22.31/10.45	c cleaning 8951 clauses out of 17917 with flag 219076/45001
27.15/12.87	c cleaning 9977 clauses out of 19967 with flag 281342/56002
32.62/15.58	c cleaning 10993 clauses out of 21989 with flag 342452/68001
37.04/17.71	c cleaning 0 clauses out of 11001 with flag 0/11001
38.63/18.54	c cleaning 11989 clauses out of 23998 with flag 417873/81003
45.28/21.81	c cleaning 12997 clauses out of 26006 with flag 497799/95000
52.30/25.39	c cleaning 13997 clauses out of 28011 with flag 583574/110002
60.14/29.23	c cleaning 15003 clauses out of 30014 with flag 674168/126002
68.60/33.46	c cleaning 15996 clauses out of 32010 with flag 766853/143001
78.23/38.24	c cleaning 17004 clauses out of 34015 with flag 876772/161002
88.03/43.17	c cleaning 18004 clauses out of 36011 with flag 985021/180002
96.65/47.44	c cleaning 0 clauses out of 18001 with flag 0/18001
98.63/48.47	c cleaning 18994 clauses out of 38005 with flag 1094959/200000
110.25/54.21	c cleaning 20002 clauses out of 40012 with flag 1210902/221001
122.69/60.41	c cleaning 20994 clauses out of 42010 with flag 1338301/243001
135.95/67.05	c cleaning 21996 clauses out of 44016 with flag 1459863/266001
150.15/74.11	c cleaning 23005 clauses out of 46019 with flag 1602444/290000
164.59/81.39	c cleaning 23995 clauses out of 48014 with flag 1737727/315000
180.01/89.00	c cleaning 25000 clauses out of 50019 with flag 1886985/341000
196.45/97.22	c cleaning 25999 clauses out of 52019 with flag 2041463/368000
214.10/106.04	c cleaning 26997 clauses out of 54021 with flag 2200276/396001
226.72/112.38	c cleaning 0 clauses out of 26000 with flag 0/26000
232.54/115.27	c cleaning 27995 clauses out of 56023 with flag 2378991/425000
251.99/124.99	c cleaning 29007 clauses out of 58029 with flag 2556002/455001
271.81/134.86	c cleaning 29999 clauses out of 60023 with flag 2732583/486002
292.86/145.32	c cleaning 30997 clauses out of 62023 with flag 2912159/518001
315.15/156.44	c cleaning 32002 clauses out of 64025 with flag 3095490/551000
338.26/167.93	c cleaning 33007 clauses out of 66023 with flag 3295213/585000
362.19/179.88	c cleaning 33996 clauses out of 68018 with flag 3481627/620002
387.72/192.56	c cleaning 35006 clauses out of 70021 with flag 3678513/656001
414.82/206.06	c cleaning 35998 clauses out of 72014 with flag 3875954/693000
442.40/219.71	c cleaning 36998 clauses out of 74016 with flag 4093266/731000
470.28/233.66	c cleaning 0 clauses out of 35001 with flag 0/35001
471.08/234.06	c cleaning 38001 clauses out of 76018 with flag 4329109/770000
502.20/249.51	c cleaning 38998 clauses out of 78017 with flag 4610829/810000
534.14/265.47	c cleaning 39998 clauses out of 80019 with flag 4863735/851000
566.61/281.73	c cleaning 41009 clauses out of 82024 with flag 5112675/893003
600.07/298.48	c cleaning 41995 clauses out of 84012 with flag 5368997/936000
634.78/315.80	c cleaning 43002 clauses out of 86019 with flag 5639596/980002
670.73/333.69	c cleaning 43996 clauses out of 88015 with flag 5908700/1025000
708.55/352.42	c cleaning 44997 clauses out of 90021 with flag 6212705/1071002
747.12/371.65	c cleaning 45999 clauses out of 92022 with flag 6510520/1118000
786.92/391.67	c cleaning 46999 clauses out of 94024 with flag 6777477/1166001
827.65/411.98	c cleaning 48008 clauses out of 96024 with flag 7067413/1215000
869.83/432.92	c cleaning 49006 clauses out of 98016 with flag 7369444/1265000
886.53/441.22	c cleaning 0 clauses out of 45000 with flag 0/45000
912.39/454.13	c cleaning 49988 clauses out of 100011 with flag 7659868/1316001
958.05/476.86	c cleaning 51000 clauses out of 102025 with flag 7966692/1368003
1003.98/499.79	c cleaning 51996 clauses out of 104022 with flag 8261435/1421000
1053.21/524.28	c cleaning 53002 clauses out of 106027 with flag 8591573/1475001
1102.95/549.24	c cleaning 54006 clauses out of 108026 with flag 8920400/1530002
1153.57/574.42	c cleaning 54985 clauses out of 110019 with flag 9246098/1586001
1205.58/600.33	c cleaning 56012 clauses out of 112033 with flag 9583174/1643000
1260.15/627.59	c cleaning 57011 clauses out of 114021 with flag 9948298/1701000
1315.64/655.18	c cleaning 57993 clauses out of 116010 with flag 10291584/1760000
1373.87/684.11	c cleaning 58997 clauses out of 118018 with flag 10652274/1820001
1434.71/714.78	c cleaning 59987 clauses out of 120020 with flag 11030346/1881000
1493.11/743.90	c cleaning 61011 clauses out of 122035 with flag 11402010/1943002
1553.72/774.08	c cleaning 61990 clauses out of 124022 with flag 11786004/2006000
1618.35/806.21	c cleaning 62991 clauses out of 126034 with flag 12181478/2070002
1683.20/838.54	c cleaning 63995 clauses out of 128041 with flag 12617571/2135000
1729.78/861.72	c cleaning 0 clauses out of 56000 with flag 0/56000
1749.10/871.31	c cleaning 65011 clauses out of 130046 with flag 13021656/2201000
1800.09/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.90	c starts		: 4892
1800.09/896.90	c conflicts		: 2254410
1800.09/896.90	c decisions		: 3746929
1800.09/896.90	c propagations		: 274671704
1800.09/896.90	c inspects		: 10622159688
1800.09/896.90	c shortcuts		: 0
1800.09/896.90	c learnt literals	: 0
1800.09/896.90	c learnt binary clauses	: 0
1800.09/896.90	c learnt ternary clauses	: 0
1800.09/896.90	c learnt constraints	: 2254410
1800.09/896.90	c ignored constraints	: 0
1800.09/896.90	c root simplifications	: 0
1800.09/896.90	c removed literals (reason simplification)	: 36896019
1800.09/896.90	c reason swapping (by a shorter reason)	: 0
1800.09/896.90	c Calls to reduceDB	: 62
1800.09/896.90	c Number of update (reduction) of LBD	: 906083
1800.09/896.90	c Imported unit clauses	: 0
1800.09/896.90	c number of reductions to clauses (during analyze)	: 0
1800.09/896.90	c number of learned constraints concerned by reduction	: 0
1800.09/896.90	c number of learning phase by resolution	: 0
1800.09/896.90	c number of learning phase by cutting planes	: 0
1800.09/896.90	c speed (assignments/second)	: 306672.00802096346
1800.09/896.90	c non guided choices	214
1800.09/896.93	c learnt constraints type 
1800.09/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118445
1800.09/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.93	c starts		: 76
1800.09/896.93	c conflicts		: 56769
1800.09/896.93	c decisions		: 88079
1800.09/896.93	c propagations		: 6349117
1800.09/896.93	c inspects		: 1372727785
1800.09/896.93	c shortcuts		: 0
1800.09/896.93	c learnt literals	: 0
1800.09/896.93	c learnt binary clauses	: 0
1800.09/896.93	c learnt ternary clauses	: 0
1800.09/896.93	c learnt constraints	: 56768
1800.09/896.93	c ignored constraints	: 0
1800.09/896.93	c root simplifications	: 0
1800.09/896.93	c removed literals (reason simplification)	: 0
1800.09/896.93	c reason swapping (by a shorter reason)	: 0
1800.09/896.93	c Calls to reduceDB	: 7
1800.09/896.93	c Number of update (reduction) of LBD	: 0
1800.09/896.93	c Imported unit clauses	: 0
1800.09/896.93	c number of reductions to clauses (during analyze)	: 0
1800.09/896.93	c number of learned constraints concerned by reduction	: 0
1800.09/896.93	c number of learning phase by resolution	: 0
1800.09/896.93	c number of learning phase by cutting planes	: 0
1800.09/896.93	c speed (assignments/second)	: 7088.607637334358
1800.09/896.93	c non guided choices	214
1800.09/896.95	c learnt constraints type 
1800.09/896.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 50759
1800.09/896.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/896.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6008
1800.09/896.95	s UNKNOWN
1800.09/896.95	c Total wall clock time (in seconds): 896.584

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

pid=31447
running on 4 cores: 1,3,5,7

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: 1.38 1.94 2.04 3/173 31450
/proc/meminfo: memFree=30544568/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/31450/stat : 31450 (java) D 31447 31450 31415 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 103778220 278528 33 33554432000 1073741824 1073778376 140733709906768 140733709903944 266426477863 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/31450/statm: 68 33 25 9 0 25 0

[startup+0.10016 s]
/proc/loadavg: 1.38 1.94 2.04 3/173 31450
/proc/meminfo: memFree=30544568/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/31450/stat : 31450 (java) D 31447 31450 31415 0 -1 4202496 1142 0 20 0 0 0 0 0 20 0 1 0 103778220 23793664 811 33554432000 1073741824 1073778376 140736287975136 140736287965128 140306995898848 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 6 0 0
/proc/31450/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200237 s]
/proc/loadavg: 1.38 1.94 2.04 3/173 31450
/proc/meminfo: memFree=30544568/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 2960 0 30 0 1 1 0 0 20 0 11 0 103778220 9310650368 3610 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2273108 3610 1621 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300223 s]
/proc/loadavg: 1.38 1.94 2.04 3/173 31450
/proc/meminfo: memFree=30544568/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 3299 0 30 0 4 2 0 0 20 0 18 0 103778220 9787879424 4458 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2389619 4458 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 1.38 1.94 2.04 3/173 31450
/proc/meminfo: memFree=30544568/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9558476 CPUtime=0.89 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 11022 0 32 0 85 4 0 0 20 0 18 0 103778220 9787879424 21792 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2389619 21792 2245 9 0 2380296 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 1.51 1.96 2.04 8/212 31496
/proc/meminfo: memFree=30309740/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 13000 0 32 0 250 7 0 0 20 0 22 0 103778220 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2456183 47739 2282 9 0 2446860 0
[pid=31450/tid=31452] ppid=31447 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/31450/task/31452/stat : 31452 (java) S 31447 31450 31415 0 -1 4202560 2489 0 7 0 89 4 0 0 20 0 22 0 103778230 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306991145848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 13 0 0
[pid=31450/tid=31453] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31453/stat : 31453 (java) S 31447 31450 31415 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306834897704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31454] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31454/stat : 31454 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306833844904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31455] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778236 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 103778239 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) R 31447 31450 31415 0 -1 4202560 4740 0 1 0 53 0 0 0 20 0 22 0 103778246 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306811107328 140306995240363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) R 31447 31450 31415 0 -1 4202560 4348 0 1 0 45 2 0 0 20 0 22 0 103778246 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306810054400 140306994750976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 47739 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 1.51 1.96 2.04 10/216 31500
/proc/meminfo: memFree=29962604/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 20559 0 32 0 681 12 0 0 20 0 22 0 103778220 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2456183 86738 2291 9 0 2446860 0
[pid=31450/tid=31452] ppid=31447 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/31450/task/31452/stat : 31452 (java) S 31447 31450 31415 0 -1 4202560 2489 0 7 0 89 4 0 0 20 0 22 0 103778230 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306991145848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 13 0 0
[pid=31450/tid=31453] ppid=31447 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31450/task/31453/stat : 31453 (java) S 31447 31450 31415 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306834897704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31454] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31454/stat : 31454 (java) S 31447 31450 31415 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306833844904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31455] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103778236 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103778239 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) S 31447 31450 31415 0 -1 4202560 8474 0 1 0 95 2 0 0 20 0 22 0 103778246 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306811119800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) S 31447 31450 31415 0 -1 4202560 7942 0 1 0 115 2 0 0 20 0 22 0 103778246 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306810067000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31497] ppid=31447 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/31450/task/31497/stat : 31497 (java) R 31447 31450 31415 0 -1 4202560 21 0 0 0 179 0 0 0 20 0 22 0 103778345 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306806907992 140306863892587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31498] ppid=31447 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/31450/task/31498/stat : 31498 (java) R 31447 31450 31415 0 -1 4202560 87 0 0 0 176 2 0 0 20 0 22 0 103778345 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306805853776 140306864201103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31499] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31499/stat : 31499 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306804803240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31500] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31500/stat : 31500 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 86738 33554432000 1073741824 1073778376 140736287975136 140306803750440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 1.79 2.01 2.06 4/216 31500
/proc/meminfo: memFree=29236740/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9824732 CPUtime=13.84 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 24076 0 32 0 1358 26 0 0 20 0 22 0 103778220 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2456183 161647 2291 9 0 2446860 0
[pid=31450/tid=31452] ppid=31447 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/31450/task/31452/stat : 31452 (java) S 31447 31450 31415 0 -1 4202560 2489 0 7 0 89 4 0 0 20 0 22 0 103778230 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306991145848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 13 0 0
[pid=31450/tid=31453] ppid=31447 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/31450/task/31453/stat : 31453 (java) S 31447 31450 31415 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306834897704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31454] ppid=31447 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/31450/task/31454/stat : 31454 (java) S 31447 31450 31415 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306833844904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31455] ppid=31447 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 103778236 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 103778239 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) S 31447 31450 31415 0 -1 4202560 11401 0 1 0 123 3 0 0 20 0 22 0 103778246 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306811119800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) S 31447 31450 31415 0 -1 4202560 7942 0 1 0 121 2 0 0 20 0 22 0 103778246 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306810067000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 161647 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31497] ppid=31447 vsize=9824732 CPUtime=4.88 cores=1,3,5,7

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

/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 337 0 0 0 248 9 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 300 0 0 0 238 9 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 360 0 0 0 249 7 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 386 0 0 0 251 9 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 281 0 0 0 247 11 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 232 0 0 0 240 8 0 0 20 0 22 0 103778236 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 2137 0 0 0 183 34 0 0 20 0 22 0 103778239 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) S 31447 31450 31415 0 -1 4202560 12795 0 1 0 154 3 0 0 20 0 22 0 103778246 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306811119800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) S 31447 31450 31415 0 -1 4202560 7942 0 1 0 124 2 0 0 20 0 22 0 103778246 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306810067000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 103778246 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31497] ppid=31447 vsize=9824732 CPUtime=870.13 cores=1,3,5,7
/proc/31450/task/31497/stat : 31497 (java) R 31447 31450 31415 0 -1 4202560 368 0 0 0 86996 17 0 0 20 0 22 0 103778345 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306806905904 140306863892582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31498] ppid=31447 vsize=9824732 CPUtime=870.2 cores=1,3,5,7
/proc/31450/task/31498/stat : 31498 (java) R 31447 31450 31415 0 -1 4202560 1790 0 0 0 86966 54 0 0 20 0 22 0 103778345 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306805853808 140306864379173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31499] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31499/stat : 31499 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306804803240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31500] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31500/stat : 31500 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 504655 33554432000 1073741824 1073778376 140736287975136 140306803750440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.2
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.21 4.08 3.37 5/219 31596
/proc/meminfo: memFree=26013360/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 31394 0 32 0 179833 176 0 0 20 0 22 0 103778220 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2456183 503494 2300 9 0 2446860 0
[pid=31450/tid=31452] ppid=31447 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/31450/task/31452/stat : 31452 (java) S 31447 31450 31415 0 -1 4202560 2503 0 7 0 91 6 0 0 20 0 22 0 103778230 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306991145848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 13 0 0
[pid=31450/tid=31453] ppid=31447 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/31450/task/31453/stat : 31453 (java) S 31447 31450 31415 0 -1 4202560 275 0 0 0 256 10 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306834897704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31454] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31454/stat : 31454 (java) S 31447 31450 31415 0 -1 4202560 342 0 0 0 256 7 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306833844904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31455] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 341 0 0 0 254 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 302 0 0 0 242 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 368 0 0 0 253 7 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 387 0 0 0 254 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 285 0 0 0 250 11 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 235 0 0 0 244 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 2161 0 0 0 224 35 0 0 20 0 22 0 103778239 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) S 31447 31450 31415 0 -1 4202560 12795 0 1 0 154 3 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306811119800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) S 31447 31450 31415 0 -1 4202560 7942 0 1 0 124 2 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306810067000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31497] ppid=31447 vsize=9824732 CPUtime=884.16 cores=1,3,5,7
/proc/31450/task/31497/stat : 31497 (java) R 31447 31450 31415 0 -1 4202560 374 0 0 0 88399 17 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306806906656 140306863892582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31498] ppid=31447 vsize=9824732 CPUtime=884.24 cores=1,3,5,7
/proc/31450/task/31498/stat : 31498 (java) R 31447 31450 31415 0 -1 4202560 1790 0 0 0 88370 54 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306805852992 140306864379173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31499] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31499/stat : 31499 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306804803240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31500] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31500/stat : 31500 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306803750440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 31450 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.21 4.08 3.37 5/219 31596
/proc/meminfo: memFree=26013360/32872528 swapFree=14448/1543360
[pid=31450] ppid=31447 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/31450/stat : 31450 (java) S 31447 31450 31415 0 -1 4202496 31394 0 32 0 179833 176 0 0 20 0 22 0 103778220 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140736287966272 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/31450/statm: 2456183 503494 2300 9 0 2446860 0
[pid=31450/tid=31452] ppid=31447 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/31450/task/31452/stat : 31452 (java) S 31447 31450 31415 0 -1 4202560 2503 0 7 0 91 6 0 0 20 0 22 0 103778230 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306991145848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 13 0 0
[pid=31450/tid=31453] ppid=31447 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/31450/task/31453/stat : 31453 (java) S 31447 31450 31415 0 -1 4202560 275 0 0 0 256 10 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306834897704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31454] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31454/stat : 31454 (java) S 31447 31450 31415 0 -1 4202560 342 0 0 0 256 7 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306833844904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31455] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31455/stat : 31455 (java) S 31447 31450 31415 0 -1 4202560 341 0 0 0 254 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306832792616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31456] ppid=31447 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/31450/task/31456/stat : 31456 (java) S 31447 31450 31415 0 -1 4202560 302 0 0 0 242 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306831739816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31457] ppid=31447 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/31450/task/31457/stat : 31457 (java) S 31447 31450 31415 0 -1 4202560 368 0 0 0 253 7 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306830686504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31458] ppid=31447 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/31450/task/31458/stat : 31458 (java) S 31447 31450 31415 0 -1 4202560 387 0 0 0 254 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306829633704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31459] ppid=31447 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/31450/task/31459/stat : 31459 (java) S 31447 31450 31415 0 -1 4202560 285 0 0 0 250 11 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306828581416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31460] ppid=31447 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/31450/task/31460/stat : 31460 (java) S 31447 31450 31415 0 -1 4202560 235 0 0 0 244 9 0 0 20 0 22 0 103778236 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306827528616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31461] ppid=31447 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/31450/task/31461/stat : 31461 (java) S 31447 31450 31415 0 -1 4202560 2161 0 0 0 224 35 0 0 20 0 22 0 103778239 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306815331048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31450/tid=31462] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31462/stat : 31462 (java) S 31447 31450 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306814277112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31463] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31463/stat : 31463 (java) S 31447 31450 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103778241 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306813224712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31464] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31464/stat : 31464 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306812173200 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31465] ppid=31447 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/31450/task/31465/stat : 31465 (java) S 31447 31450 31415 0 -1 4202560 12795 0 1 0 154 3 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306811119800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31466] ppid=31447 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/31450/task/31466/stat : 31466 (java) S 31447 31450 31415 0 -1 4202560 7942 0 1 0 124 2 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306810067000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31467] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31467/stat : 31467 (java) S 31447 31450 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306809014904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31468] ppid=31447 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31450/task/31468/stat : 31468 (java) S 31447 31450 31415 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 103778246 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306807962312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31450/tid=31497] ppid=31447 vsize=9824732 CPUtime=884.16 cores=1,3,5,7
/proc/31450/task/31497/stat : 31497 (java) R 31447 31450 31415 0 -1 4202560 374 0 0 0 88399 17 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306806906656 140306863892582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31498] ppid=31447 vsize=9824732 CPUtime=884.24 cores=1,3,5,7
/proc/31450/task/31498/stat : 31498 (java) R 31447 31450 31415 0 -1 4202560 1790 0 0 0 88370 54 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306805852992 140306864379173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31450/tid=31499] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31499/stat : 31499 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306804803240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31450/tid=31500] ppid=31447 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31450/task/31500/stat : 31500 (java) S 31447 31450 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103778345 10060525568 503494 33554432000 1073741824 1073778376 140736287975136 140306803750440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31450 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=138249
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=267655
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.975
CPU time (s): 1800.09
CPU user time (s): 1798.33
CPU system time (s): 1.76
CPU usage (%): 200.684
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 2.26765
maximum resident set size= 2829520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31436
page faults= 32
swaps= 0
block input operations= 28744
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35992
involuntary context switches= 50668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76482 second user time and 5.44417 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 15:07:26
IDJOB=4080269
IDBENCH=1372
IDSOLVER=2543
FILE ID=node116/4080269-1465218446
RUNJOBID= node116-1465218446-31432
PBS_JOBID= 19843214
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080269-1465218446/watcher-4080269-1465218446 -o /tmp/evaluation-result-4080269-1465218446/solver-4080269-1465218446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31432 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080269-1465218446.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=1143305132

node116.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		: 2667.134
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	: 5334.26
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		: 2667.134
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		: 2667.134
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		: 2667.134
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		: 2667.134
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.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		: 2667.134
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		: 2667.134
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		: 2667.134
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30548088 kB
Buffers:            6764 kB
Cached:            68968 kB
SwapCached:         1444 kB
Active:            50184 kB
Inactive:          31728 kB
Active(anon):       7392 kB
Inactive(anon):     1368 kB
Active(file):      42792 kB
Inactive(file):    30360 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:             10212 kB
Writeback:             0 kB
AnonPages:       1546828 kB
Mapped:             6872 kB
Shmem:                 0 kB
Slab:             564884 kB
SReclaimable:       9032 kB
SUnreclaim:       555852 kB
KernelStack:        1384 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1644796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1531904 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= 71712 MiB
End job on node116 at 2016-06-06 15:22:23