Trace number 4097643

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1799.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_26.opb
MD5SUMa55fdb4a0457690b1bb3b083134ce68f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.143
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint33
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 59
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.35	c See www.sat4j.org for details.
0.05/0.35	c version PB16.v20160501
0.05/0.35	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.35	c java.vm.version	19.1-b02
0.05/0.35	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.35	c sun.arch.data.model	64
0.05/0.35	c java.version		1.6.0_24
0.05/0.35	c os.name		Linux
0.05/0.35	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.35	c os.arch		amd64
0.05/0.35	c Free memory 		501472288
0.05/0.35	c Max memory 		7480803328
0.05/0.35	c Total memory 		504102912
0.05/0.35	c Number of processors 	8
0.05/0.38	c Pseudo Boolean Optimization by upper bound
0.05/0.38	c --- Begin Solver configuration ---
0.05/0.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.38	c Learn all clauses as in MiniSAT
0.05/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.38	c No reason simplification
0.05/0.38	c Glucose 2.1 dynamic restart strategy
0.05/0.38	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.05/0.38	c timeout=2147483s
0.05/0.38	c DB Simplification allowed=false
0.05/0.38	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.38	c --- End Solver configuration ---
0.05/0.38	c solving HOME/instance-4097643-1466118494.opb
0.05/0.38	c reading problem ... 
0.05/0.39	c  no objective function found
0.59/0.60	c ... done. Wall clock time 0.219s.
0.59/0.60	c declared #vars     1122
0.59/0.60	c #constraints  5322
0.59/0.60	c constraints type 
0.59/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3168
0.59/0.60	c org.sat4j.specs.Constr$1 => 4
0.59/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.59/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.59/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2144
0.59/0.60	c 5322 constraints processed.
1.50/1.25	c cleaning 2498 clauses out of 5000 with flag 27518/5000
2.32/1.90	c cleaning 4249 clauses out of 8504 with flag 55139/11002
3.02/2.67	c cleaning 5626 clauses out of 11254 with flag 82878/18001
4.03/3.67	c cleaning 6811 clauses out of 13627 with flag 118368/26000
5.26/4.82	c cleaning 7906 clauses out of 15816 with flag 155030/35000
6.56/6.19	c cleaning 8952 clauses out of 17910 with flag 197299/45000
8.16/7.73	c cleaning 9976 clauses out of 19958 with flag 242517/56000
9.96/9.52	c cleaning 10988 clauses out of 21983 with flag 294169/68001
11.96/11.54	c cleaning 11991 clauses out of 23995 with flag 344884/81001
14.25/13.83	c cleaning 13000 clauses out of 26004 with flag 408431/95001
16.75/16.33	c cleaning 13997 clauses out of 28003 with flag 478287/110000
19.55/19.13	c cleaning 15003 clauses out of 30008 with flag 553705/126002
22.76/22.38	c cleaning 16001 clauses out of 32003 with flag 641515/143000
26.36/25.95	c cleaning 16998 clauses out of 34002 with flag 726258/161000
30.16/29.79	c cleaning 17995 clauses out of 36004 with flag 811880/180000
34.56/34.14	c cleaning 19001 clauses out of 38009 with flag 903600/200000
39.25/38.82	c cleaning 20000 clauses out of 40009 with flag 997505/221001
43.82/43.34	c cleaning 21000 clauses out of 42012 with flag 1091064/243004
48.12/47.69	c cleaning 22000 clauses out of 44010 with flag 1194365/266002
53.32/52.82	c cleaning 22999 clauses out of 46009 with flag 1297973/290001
58.72/58.23	c cleaning 23998 clauses out of 48009 with flag 1404794/315000
64.51/64.01	c cleaning 25005 clauses out of 50011 with flag 1520175/341000
70.93/70.43	c cleaning 25997 clauses out of 52007 with flag 1642393/368001
77.53/77.02	c cleaning 27002 clauses out of 54010 with flag 1770227/396001
84.72/84.28	c cleaning 28001 clauses out of 56009 with flag 1901795/425002
92.41/91.92	c cleaning 29001 clauses out of 58007 with flag 2038561/455001
100.62/100.16	c cleaning 30000 clauses out of 60005 with flag 2190251/486000
109.31/108.80	c cleaning 30995 clauses out of 62005 with flag 2348164/518000
118.41/117.92	c cleaning 31999 clauses out of 64010 with flag 2497377/551000
128.11/127.68	c cleaning 32998 clauses out of 66011 with flag 2666104/585000
139.01/138.58	c cleaning 34004 clauses out of 68013 with flag 2838604/620000
148.74/148.30	c cleaning 35005 clauses out of 70009 with flag 3007335/656000
159.04/158.57	c cleaning 35994 clauses out of 72004 with flag 3177323/693000
170.23/169.76	c cleaning 37001 clauses out of 74010 with flag 3360957/731000
182.43/181.96	c cleaning 37997 clauses out of 76009 with flag 3563217/770000
195.63/195.20	c cleaning 39003 clauses out of 78012 with flag 3783542/810000
209.44/208.93	c cleaning 39998 clauses out of 80009 with flag 4005652/851000
223.54/223.03	c cleaning 41005 clauses out of 82011 with flag 4231616/893000
238.04/237.60	c cleaning 41995 clauses out of 84006 with flag 4448503/936000
253.94/253.41	c cleaning 43001 clauses out of 86012 with flag 4691097/980001
269.44/268.96	c cleaning 44002 clauses out of 88010 with flag 4941782/1025000
285.94/285.43	c cleaning 44994 clauses out of 90008 with flag 5178239/1071000
303.84/303.33	c cleaning 46001 clauses out of 92015 with flag 5438087/1118001
323.55/323.01	c cleaning 47004 clauses out of 94015 with flag 5707527/1166002
343.15/342.63	c cleaning 48000 clauses out of 96011 with flag 5968114/1215002
363.85/363.33	c cleaning 49001 clauses out of 98009 with flag 6254119/1265000
385.33/384.77	c cleaning 49996 clauses out of 100008 with flag 6545162/1316000
407.25/406.62	c cleaning 51003 clauses out of 102012 with flag 6856382/1368000
429.85/429.22	c cleaning 52000 clauses out of 104011 with flag 7186002/1421002
453.86/453.23	c cleaning 52995 clauses out of 106010 with flag 7534810/1475001
479.05/478.50	c cleaning 54003 clauses out of 108015 with flag 7877959/1530001
505.86/505.20	c cleaning 55001 clauses out of 110011 with flag 8242485/1586000
533.47/532.83	c cleaning 55991 clauses out of 112010 with flag 8587975/1643000
564.76/564.12	c cleaning 57007 clauses out of 114020 with flag 8988071/1701001
596.27/595.68	c cleaning 58003 clauses out of 116012 with flag 9376366/1760000
632.47/631.85	c cleaning 58999 clauses out of 118010 with flag 9801090/1820001
667.68/667.00	c cleaning 59997 clauses out of 120011 with flag 10208646/1881001
707.18/706.53	c cleaning 60999 clauses out of 122013 with flag 10647722/1943000
742.11/741.47	c cleaning 62002 clauses out of 124014 with flag 11076913/2006000
778.30/777.64	c cleaning 63006 clauses out of 126013 with flag 11529856/2070001
813.31/812.69	c cleaning 63996 clauses out of 128008 with flag 11958385/2135002
853.50/852.88	c cleaning 64996 clauses out of 130011 with flag 12422203/2201001
895.01/894.37	c cleaning 66001 clauses out of 132014 with flag 12898477/2268000
939.59/938.92	c cleaning 67001 clauses out of 134013 with flag 13403072/2336000
984.19/983.55	c cleaning 68000 clauses out of 136012 with flag 13906600/2405000
1027.18/1026.52	c cleaning 69001 clauses out of 138012 with flag 14370039/2475000
1073.08/1072.44	c cleaning 70003 clauses out of 140013 with flag 14870849/2546002
1118.22/1117.50	c cleaning 70993 clauses out of 142009 with flag 15343479/2618001
1170.61/1169.99	c cleaning 72004 clauses out of 144015 with flag 15899706/2691000
1226.51/1225.80	c cleaning 73001 clauses out of 146011 with flag 16457560/2765000
1277.59/1276.95	c cleaning 74005 clauses out of 148010 with flag 16962276/2840000
1333.90/1333.21	c cleaning 75000 clauses out of 150007 with flag 17495336/2916002
1396.98/1396.36	c cleaning 75997 clauses out of 152005 with flag 18095030/2993000
1461.67/1461.03	c cleaning 77003 clauses out of 154008 with flag 18672953/3071000
1526.17/1525.53	c cleaning 78002 clauses out of 156007 with flag 19265515/3150002
1592.74/1592.04	c cleaning 78994 clauses out of 158002 with flag 19847181/3230000
1658.15/1657.41	c cleaning 79998 clauses out of 160009 with flag 20439095/3311001
1729.06/1728.36	c cleaning 81001 clauses out of 162013 with flag 21045781/3393003
1800.07/1799.30	c starts		: 672
1800.07/1799.30	c conflicts		: 3469574
1800.07/1799.30	c decisions		: 3911790
1800.07/1799.30	c propagations		: 335252634
1800.07/1799.30	c inspects		: 29023233445
1800.07/1799.30	c shortcuts		: 0
1800.07/1799.30	c learnt literals	: 1
1800.07/1799.30	c learnt binary clauses	: 0
1800.07/1799.30	c learnt ternary clauses	: 31
1800.07/1799.30	c learnt constraints	: 3469573
1800.07/1799.30	c ignored constraints	: 0
1800.07/1799.30	c root simplifications	: 0
1800.07/1799.30	c removed literals (reason simplification)	: 0
1800.07/1799.30	c reason swapping (by a shorter reason)	: 0
1800.07/1799.30	c Calls to reduceDB	: 78
1800.07/1799.30	c Number of update (reduction) of LBD	: 551876
1800.07/1799.30	c Imported unit clauses	: 0
1800.07/1799.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.30	c number of learned constraints concerned by reduction	: 0
1800.07/1799.30	c number of learning phase by resolution	: 0
1800.07/1799.30	c number of learning phase by cutting planes	: 0
1800.07/1799.30	c speed (assignments/second)	: 186386.61974375867
1800.07/1799.30	c non guided choices	129
1800.07/1799.31	c timeout
1800.07/1799.33	c learnt constraints type 
1800.07/1799.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157584
1800.07/1799.33	s UNKNOWN
1800.07/1799.33	c Total wall clock time (in seconds): 1798.946

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-4097643-1466118494/watcher-4097643-1466118494 -o /tmp/evaluation-result-4097643-1466118494/solver-4097643-1466118494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466118494-20277 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097643-1466118494.opb 

pid=20304
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: 1.06 1.58 1.95 3/176 20307
/proc/meminfo: memFree=30304608/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/20307/stat : 20307 (java) D 20304 20307 18398 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 13896542 278528 33 33554432000 1073741824 1073778376 140737226475296 140737226472472 260181159207 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/20307/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 1.06 1.58 1.95 3/176 20307
/proc/meminfo: memFree=30304608/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 1234 0 17 0 0 0 0 0 20 0 2 0 13896542 91889664 894 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 22434 894 678 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 89736

[startup+0.200297 s]
/proc/loadavg: 1.06 1.58 1.95 3/176 20307
/proc/meminfo: memFree=30304608/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 2833 0 23 0 0 1 0 0 20 0 10 0 13896542 9233014784 3478 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2254154 3478 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.300328 s]
/proc/loadavg: 1.06 1.58 1.95 3/176 20307
/proc/meminfo: memFree=30304608/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9558428 CPUtime=0.05 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 3244 0 23 0 3 2 0 0 20 0 18 0 13896542 9787830272 4398 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2389607 4398 1761 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558428

[startup+0.700148 s]
/proc/loadavg: 1.06 1.58 1.95 3/176 20307
/proc/meminfo: memFree=30304608/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 8922 0 25 0 81 3 0 0 20 0 19 0 13896542 9856040960 11930 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 11930 2256 9 0 2396937 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.06 1.58 1.95 2/190 20442
/proc/meminfo: memFree=30253216/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 11532 0 25 0 187 4 0 0 20 0 19 0 13896542 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 11885 2267 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2398 0 6 0 118 2 0 0 20 0 19 0 13896552 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408353288152 140408202518512 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896563 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3436 0 1 0 30 0 0 0 20 0 19 0 13896570 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 4439 0 1 0 35 0 0 0 20 0 19 0 13896570 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 11885 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 1.06 1.58 1.95 3/213 20473
/proc/meminfo: memFree=30214944/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 11533 0 25 0 349 4 0 0 20 0 19 0 13896542 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 12397 2267 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2399 0 6 0 277 2 0 0 20 0 19 0 13896552 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408353279680 140408202529096 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896563 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3436 0 1 0 31 0 0 0 20 0 19 0 13896570 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 4439 0 1 0 37 0 0 0 20 0 19 0 13896570 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 12397 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 1.14 1.58 1.95 5/213 20538
/proc/meminfo: memFree=30214484/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 11697 0 25 0 672 4 0 0 20 0 19 0 13896542 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 13880 2268 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2403 0 6 0 596 2 0 0 20 0 19 0 13896552 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408353279664 140408202516892 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896559 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896563 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3436 0 1 0 32 0 0 0 20 0 19 0 13896570 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 4598 0 1 0 40 0 0 0 20 0 19 0 13896570 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 13880 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.15 3/213 20906
/proc/meminfo: memFree=29802160/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=1783.07 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 14218 0 25 0 178258 49 0 0 20 0 19 0 13896542 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 54601 2282 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=1776.95 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2462 0 6 0 177662 33 0 0 20 0 19 0 13896552 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408353279664 140408202516465 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 177 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 13896563 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3580 0 1 0 34 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 6217 0 1 0 46 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 104 0 0 0 29 31 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.3 s]
/proc/loadavg: 2.19 2.21 2.15 3/213 20906
/proc/meminfo: memFree=29802396/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 14218 0 25 0 179958 49 0 0 20 0 19 0 13896542 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 54601 2282 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=1793.9 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2462 0 6 0 179357 33 0 0 20 0 19 0 13896552 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408353279664 140408202529046 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 177 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 13896563 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3580 0 1 0 34 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 6217 0 1 0 46 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 104 0 0 0 29 31 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

[startup+1799.3 s]
/proc/loadavg: 2.19 2.21 2.15 3/213 20906
/proc/meminfo: memFree=29802396/32872528 swapFree=17100/1797424
[pid=20307] ppid=20304 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 18398 0 -1 4202496 14218 0 25 0 179958 49 0 0 20 0 19 0 13896542 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140737226466432 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/20307/statm: 2406260 54601 2282 9 0 2396937 0
[pid=20307/tid=20310] ppid=20304 vsize=9625040 CPUtime=1793.9 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 18398 0 -1 4202560 2462 0 6 0 179357 33 0 0 20 0 19 0 13896552 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408353279664 140408202529046 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=20307/tid=20312] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 18398 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408325741224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20314] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 18398 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408324688680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20317] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 18398 0 -1 4202560 177 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408323636136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20318] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 18398 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408322583592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20319] ppid=20304 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 18398 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408321530024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20321] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408320477480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20322] ppid=20304 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408190970280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20324] ppid=20304 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20307/task/20324/stat : 20324 (java) S 20304 20307 18398 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 19 0 13896559 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140408189917736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20328] ppid=20304 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20307/task/20328/stat : 20328 (java) S 20304 20307 18398 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 13896563 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407706970728 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20330] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20330/stat : 20330 (java) S 20304 20307 18398 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407705917048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20332] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20332/stat : 20332 (java) S 20304 20307 18398 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896564 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407704864392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20307/tid=20334] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20334/stat : 20334 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407703813136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20336] ppid=20304 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 18398 0 -1 4202560 3580 0 1 0 34 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407702759480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20307/tid=20338] ppid=20304 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20307/task/20338/stat : 20338 (java) S 20304 20307 18398 0 -1 4202560 6217 0 1 0 46 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407701706936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20340] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20340/stat : 20340 (java) S 20304 20307 18398 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407700654584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20307/tid=20342] ppid=20304 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20307/task/20342/stat : 20342 (java) S 20304 20307 18398 0 -1 4202560 104 0 0 0 29 31 0 0 20 0 19 0 13896570 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407699602248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20307/tid=20352] ppid=20304 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20352/stat : 20352 (java) S 20304 20307 18398 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896603 9856040960 54601 33554432000 1073741824 1073778376 140737226475296 140407698548008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20307 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=128099
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=786880
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.34
CPU time (s): 1800.07
CPU user time (s): 1799.58
CPU system time (s): 0.49
CPU usage (%): 100.041
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.13
system time used= 0.78688
maximum resident set size= 218524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14255
page faults= 25
swaps= 0
block input operations= 9016
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38454
involuntary context switches= 23009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1215 second user time and 14.1149 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-17 01:08:14
IDJOB=4097643
IDBENCH=107786
IDSOLVER=2546
FILE ID=node123/4097643-1466118494
RUNJOBID= node123-1466118494-20277
PBS_JOBID= 19904122
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_26.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097643-1466118494/watcher-4097643-1466118494 -o /tmp/evaluation-result-4097643-1466118494/solver-4097643-1466118494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466118494-20277 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097643-1466118494.opb

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

MD5SUM BENCH= a55fdb4a0457690b1bb3b083134ce68f
RANDOM SEED=1018483024

node123.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.791
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.58
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.791
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.791
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.56
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.791
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.57
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.791
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.56
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.791
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.56
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.791
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.56
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.791
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:        30305524 kB
Buffers:           13396 kB
Cached:            47316 kB
SwapCached:         6856 kB
Active:            35880 kB
Inactive:          32496 kB
Active(anon):       3984 kB
Inactive(anon):     6720 kB
Active(file):      31896 kB
Inactive(file):    25776 kB
Unevictable:     1797424 kB
Mlocked:           17100 kB
SwapTotal:      67108856 kB
SwapFree:       67094488 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:       1771260 kB
Mapped:             6952 kB
Shmem:                 0 kB
Slab:             566268 kB
SReclaimable:      10868 kB
SUnreclaim:       555400 kB
KernelStack:        1416 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1893872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1755136 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= 71632 MiB
End job on node123 at 2016-06-17 01:38:14