Trace number 4080498

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.06 896.385

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080498-1465266469.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
3.68/2.46	c ... done. Wall clock time 2.339s.
3.68/2.46	c declared #vars     12587
3.68/2.46	c #constraints  284398
3.68/2.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.68/2.46	c constraints type 
3.68/2.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
3.68/2.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
3.68/2.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
3.68/2.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
3.68/2.46	c 284398 constraints processed.
3.68/2.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.68/2.46	c constraints type 
3.68/2.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
3.68/2.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
3.68/2.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
3.68/2.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
3.68/2.46	c 284398 constraints processed.
9.42/4.79	c cleaning 0 clauses out of 5000 with flag 0/5000
13.52/6.64	c cleaning 2476 clauses out of 5000 with flag 74760/5000
17.60/8.66	c cleaning 0 clauses out of 11001 with flag 0/11001
19.21/9.44	c cleaning 4249 clauses out of 8524 with flag 252162/11000
26.92/13.28	c cleaning 5500 clauses out of 11275 with flag 419452/18000
34.51/17.07	c cleaning 6795 clauses out of 13775 with flag 593556/26000
41.77/20.63	c cleaning 0 clauses out of 18002 with flag 0/18002
43.57/21.59	c cleaning 7841 clauses out of 15980 with flag 779703/35000
51.01/25.28	c cleaning 9033 clauses out of 18140 with flag 948733/45001
58.25/28.89	c cleaning 10053 clauses out of 20106 with flag 1106620/56000
66.46/32.96	c cleaning 11025 clauses out of 22053 with flag 1310809/68000
67.25/33.38	c cleaning 0 clauses out of 26000 with flag 0/26000
76.12/37.80	c cleaning 11871 clauses out of 24030 with flag 1474070/81002
85.95/42.63	c cleaning 13039 clauses out of 26158 with flag 1696961/95001
96.98/48.11	c cleaning 13883 clauses out of 28119 with flag 1906914/110001
104.57/51.94	c cleaning 15000 clauses out of 30236 with flag 2111229/126001
113.78/56.52	c cleaning 0 clauses out of 35003 with flag 0/35003
115.57/57.49	c cleaning 16078 clauses out of 32235 with flag 2321113/143000
126.44/62.86	c cleaning 17003 clauses out of 34155 with flag 2555675/161000
136.70/67.91	c cleaning 17914 clauses out of 36148 with flag 2771836/180000
146.50/72.82	c cleaning 19057 clauses out of 38234 with flag 2981291/200000
155.74/77.45	c cleaning 20054 clauses out of 40178 with flag 3183948/221001
167.48/83.30	c cleaning 20949 clauses out of 42123 with flag 3401048/243000
182.76/90.87	c cleaning 22026 clauses out of 44174 with flag 3677389/266000
195.80/97.38	c cleaning 22945 clauses out of 46148 with flag 3931313/290000
206.23/102.58	c cleaning 24071 clauses out of 48203 with flag 4154881/315000
212.48/105.69	c cleaning 0 clauses out of 45000 with flag 0/45000
217.26/108.09	c cleaning 25033 clauses out of 50132 with flag 4401541/341000
230.52/114.63	c cleaning 25981 clauses out of 52098 with flag 4653150/368000
242.53/120.64	c cleaning 26973 clauses out of 54118 with flag 4911232/396001
257.58/128.11	c cleaning 27980 clauses out of 56144 with flag 5188151/425000
273.82/136.23	c cleaning 28880 clauses out of 58164 with flag 5512085/455000
288.53/143.58	c cleaning 30097 clauses out of 60284 with flag 5843860/486000
302.36/150.47	c cleaning 31086 clauses out of 62189 with flag 6138069/518002
318.10/158.29	c cleaning 31971 clauses out of 64101 with flag 6427373/551000
334.81/166.53	c cleaning 32954 clauses out of 66130 with flag 6738116/585000
351.91/175.04	c cleaning 34056 clauses out of 68176 with flag 7054749/620000
368.41/183.29	c cleaning 35025 clauses out of 70122 with flag 7349004/656002
377.02/187.55	c cleaning 0 clauses out of 56000 with flag 0/56000
387.74/192.81	c cleaning 35969 clauses out of 72095 with flag 7640969/693000
407.07/202.42	c cleaning 37015 clauses out of 74128 with flag 7948627/731002
427.04/212.35	c cleaning 38002 clauses out of 76111 with flag 8282478/770000
445.93/221.76	c cleaning 39028 clauses out of 78110 with flag 8596683/810001
469.70/233.57	c cleaning 39940 clauses out of 80081 with flag 9018500/851000
489.80/243.50	c cleaning 41030 clauses out of 82142 with flag 9425888/893001
512.13/254.69	c cleaning 42007 clauses out of 84113 with flag 9792734/936002
538.69/267.83	c cleaning 42934 clauses out of 86104 with flag 10206080/980000
548.12/272.58	c cleaning 0 clauses out of 68000 with flag 0/68000
565.03/280.94	c cleaning 44024 clauses out of 88170 with flag 10667792/1025000
592.25/294.48	c cleaning 45005 clauses out of 90146 with flag 11060876/1071000
618.42/307.48	c cleaning 45999 clauses out of 92141 with flag 11440397/1118000
646.56/321.48	c cleaning 47071 clauses out of 94142 with flag 11797164/1166000
676.10/336.19	c cleaning 48017 clauses out of 96071 with flag 12166602/1215000
703.79/350.12	c cleaning 48987 clauses out of 98054 with flag 12529063/1265000
734.18/365.29	c cleaning 49958 clauses out of 100068 with flag 12912485/1316001
767.31/381.76	c cleaning 51017 clauses out of 102109 with flag 13291188/1368000
801.23/398.65	c cleaning 52017 clauses out of 104092 with flag 13728798/1421000
835.17/415.51	c cleaning 52981 clauses out of 106075 with flag 14120295/1475000
858.68/427.20	c cleaning 0 clauses out of 81001 with flag 0/81001
864.74/430.30	c cleaning 53915 clauses out of 108094 with flag 14532943/1530000
896.86/446.20	c cleaning 55072 clauses out of 110181 with flag 14963642/1586002
930.47/462.98	c cleaning 55957 clauses out of 112107 with flag 15425934/1643000
964.83/480.06	c cleaning 56972 clauses out of 114152 with flag 15953768/1701002
999.81/497.41	c cleaning 57847 clauses out of 116178 with flag 16548145/1760000
1036.30/515.86	c cleaning 59122 clauses out of 118332 with flag 17140214/1820001
1074.06/534.66	c cleaning 60070 clauses out of 120210 with flag 17630283/1881001
1109.62/552.34	c cleaning 60940 clauses out of 122141 with flag 18223454/1943002
1148.78/571.87	c cleaning 61990 clauses out of 124199 with flag 18746121/2006000
1185.39/590.00	c cleaning 63081 clauses out of 126210 with flag 19257956/2070001
1224.74/609.70	c cleaning 64032 clauses out of 128128 with flag 19812132/2135000
1270.28/632.39	c cleaning 65004 clauses out of 130097 with flag 20333251/2201001
1282.11/638.25	c cleaning 0 clauses out of 95001 with flag 0/95001
1316.63/655.40	c cleaning 66028 clauses out of 132092 with flag 20859420/2268000
1365.45/679.78	c cleaning 67001 clauses out of 134067 with flag 21383195/2336003
1409.44/701.60	c cleaning 67986 clauses out of 136063 with flag 21969723/2405000
1456.21/724.93	c cleaning 68846 clauses out of 138077 with flag 22644228/2475000
1500.32/747.12	c cleaning 70082 clauses out of 140231 with flag 23238540/2546000
1548.76/771.29	c cleaning 70982 clauses out of 142149 with flag 23921186/2618000
1600.74/797.19	c cleaning 72068 clauses out of 144168 with flag 24572146/2691001
1649.98/821.70	c cleaning 73022 clauses out of 146100 with flag 25246473/2765001
1703.41/848.24	c cleaning 73991 clauses out of 148077 with flag 25790387/2840000
1753.63/873.23	c cleaning 74982 clauses out of 150087 with flag 26513364/2916001
1786.62/889.60	c cleaning 0 clauses out of 110000 with flag 0/110000
1800.06/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.30	c starts		: 10954
1800.06/896.30	c conflicts		: 2986548
1800.06/896.30	c decisions		: 28251683
1800.06/896.30	c propagations		: 569137344
1800.06/896.30	c inspects		: 9045896067
1800.06/896.30	c shortcuts		: 0
1800.06/896.30	c learnt literals	: 7
1800.06/896.30	c learnt binary clauses	: 1976
1800.06/896.30	c learnt ternary clauses	: 6143
1800.06/896.30	c learnt constraints	: 2986541
1800.06/896.30	c ignored constraints	: 0
1800.06/896.30	c root simplifications	: 0
1800.06/896.30	c removed literals (reason simplification)	: 25034325
1800.06/896.30	c reason swapping (by a shorter reason)	: 0
1800.06/896.30	c Calls to reduceDB	: 72
1800.06/896.30	c Number of update (reduction) of LBD	: 1733299
1800.06/896.30	c Imported unit clauses	: 0
1800.06/896.30	c number of reductions to clauses (during analyze)	: 0
1800.06/896.30	c number of learned constraints concerned by reduction	: 0
1800.06/896.30	c number of learning phase by resolution	: 0
1800.06/896.30	c number of learning phase by cutting planes	: 0
1800.06/896.30	c speed (assignments/second)	: 636742.2230476367
1800.06/896.30	c non guided choices	957699
1800.06/896.35	c learnt constraints type 
1800.06/896.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1976
1800.06/896.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143676
1800.06/896.35	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.35	c starts		: 91
1800.06/896.35	c conflicts		: 110345
1800.06/896.35	c decisions		: 574348
1800.06/896.35	c propagations		: 43598823
1800.06/896.35	c inspects		: 2198867392
1800.06/896.35	c shortcuts		: 0
1800.06/896.35	c learnt literals	: 0
1800.06/896.35	c learnt binary clauses	: 64
1800.06/896.35	c learnt ternary clauses	: 506
1800.06/896.35	c learnt constraints	: 110344
1800.06/896.35	c ignored constraints	: 0
1800.06/896.35	c root simplifications	: 0
1800.06/896.35	c removed literals (reason simplification)	: 0
1800.06/896.35	c reason swapping (by a shorter reason)	: 0
1800.06/896.35	c Calls to reduceDB	: 11
1800.06/896.35	c Number of update (reduction) of LBD	: 0
1800.06/896.35	c Imported unit clauses	: 0
1800.06/896.35	c number of reductions to clauses (during analyze)	: 0
1800.06/896.35	c number of learned constraints concerned by reduction	: 0
1800.06/896.35	c number of learning phase by resolution	: 0
1800.06/896.35	c number of learning phase by cutting planes	: 0
1800.06/896.35	c speed (assignments/second)	: 48775.18730289426
1800.06/896.35	c non guided choices	18375
1800.06/896.36	c learnt constraints type 
1800.06/896.36	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 100986
1800.06/896.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/896.36	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 64
1800.06/896.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9293
1800.06/896.36	s UNKNOWN
1800.06/896.36	c Total wall clock time (in seconds): 896.241

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

pid=9313
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: 4.09 4.23 4.17 4/197 9316
/proc/meminfo: memFree=26886336/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9316/stat : 9316 (java) D 9313 9316 3593 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 108580474 9515008 175 33554432000 1073741824 1073778376 140733341452928 140733341435656 217410519952 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2323 175 133 9 0 71 0

[startup+0.100111 s]
/proc/loadavg: 4.09 4.23 4.17 4/197 9316
/proc/meminfo: memFree=26886336/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 4404 0 1 0 8 2 0 0 20 0 18 0 108580474 9787879424 6042 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 4.09 4.23 4.17 4/197 9316
/proc/meminfo: memFree=26886336/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 4669 0 1 0 22 2 0 0 20 0 18 0 108580474 9787879424 7788 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2389619 7788 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300258 s]
/proc/loadavg: 4.09 4.23 4.17 4/197 9316
/proc/meminfo: memFree=26886336/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 5656 0 1 0 47 2 0 0 20 0 18 0 108580474 9787879424 9873 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2389619 9873 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 4.09 4.23 4.17 4/197 9316
/proc/meminfo: memFree=26886336/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 12902 0 1 0 134 7 0 0 20 0 18 0 108580474 9787879424 45711 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2389619 45711 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 4.09 4.23 4.17 4/215 9334
/proc/meminfo: memFree=26693660/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9558476 CPUtime=2.61 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 14015 0 1 0 247 14 0 0 20 0 18 0 108580474 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2389619 88389 2264 9 0 2380296 0
[pid=9316/tid=9318] ppid=9313 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/9316/task/9318/stat : 9318 (java) R 9313 9316 3593 0 -1 4202560 2541 0 1 0 131 6 0 0 20 0 18 0 108580475 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533821115832 140533693820969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9319] ppid=9313 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9316/task/9319/stat : 9319 (java) S 9313 9316 3593 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533665008168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9320] ppid=9313 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9316/task/9320/stat : 9320 (java) S 9313 9316 3593 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533663955368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9321] ppid=9313 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/9316/task/9321/stat : 9321 (java) S 9313 9316 3593 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533662902568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) S 9313 9316 3593 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533661849768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) S 9313 9316 3593 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533660797992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) S 9313 9316 3593 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533659745192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) S 9313 9316 3593 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533658692392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) S 9313 9316 3593 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 108580476 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533657639592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108580477 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533645228520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108580478 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108580478 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108580480 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5113 0 0 0 40 0 0 0 20 0 18 0 108580480 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 4778 0 0 0 44 0 0 0 20 0 18 0 108580480 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533639965496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108580480 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108580480 9787879424 88389 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 4.09 4.23 4.17 4/215 9334
/proc/meminfo: memFree=26503632/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9824732 CPUtime=5.81 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 16555 0 1 0 554 27 0 0 20 0 22 0 108580474 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2456183 157853 2284 9 0 2446860 0
[pid=9316/tid=9318] ppid=9313 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/9316/task/9318/stat : 9318 (java) S 9313 9316 3593 0 -1 4202560 2593 0 1 0 220 7 0 0 20 0 22 0 108580475 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533821117304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9319] ppid=9313 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9316/task/9319/stat : 9319 (java) R 9313 9316 3593 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533665008048 140533824873672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9320] ppid=9313 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9316/task/9320/stat : 9320 (java) R 9313 9316 3593 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533663955544 140533828012972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9321] ppid=9313 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9316/task/9321/stat : 9321 (java) R 9313 9316 3593 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533662902744 140533823588083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) R 9313 9316 3593 0 -1 4202560 73 0 0 0 9 2 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533661849944 140533824873612 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) R 9313 9316 3593 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533660798168 140533828012972 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) R 9313 9316 3593 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533659745368 140533828012972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) R 9313 9316 3593 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533658692392 140533828012782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) R 9313 9316 3593 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 108580476 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533657639768 140533828015286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108580477 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533645227400 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5202 0 0 0 77 0 0 0 20 0 22 0 108580480 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 6851 0 0 0 80 1 0 0 20 0 22 0 108580480 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533639951368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 157853 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.00 4.21 4.16 5/219 9338
/proc/meminfo: memFree=26146136/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9824732 CPUtime=12.87 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 21123 0 1 0 1245 42 0 0 20 0 22 0 108580474 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2456183 294728 2288 9 0 2446860 0
[pid=9316/tid=9318] ppid=9313 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/9316/task/9318/stat : 9318 (java) S 9313 9316 3593 0 -1 4202560 2593 0 1 0 220 7 0 0 20 0 22 0 108580475 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533821117304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9319] ppid=9313 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9316/task/9319/stat : 9319 (java) R 9313 9316 3593 0 -1 4202560 43 0 0 0 6 3 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533665008344 140533823675530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9320] ppid=9313 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9316/task/9320/stat : 9320 (java) R 9313 9316 3593 0 -1 4202560 44 0 0 0 9 2 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533663955544 140533828012727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9321] ppid=9313 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9316/task/9321/stat : 9321 (java) R 9313 9316 3593 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533662902568 140533824873567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) R 9313 9316 3593 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533661849944 140533823675530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) R 9313 9316 3593 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533660798120 217410473095 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) R 9313 9316 3593 0 -1 4202560 84 0 0 0 17 4 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533659745368 140533828015695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) R 9313 9316 3593 0 -1 4202560 50 0 0 0 9 3 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533658692568 140533823588083 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) R 9313 9316 3593 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 22 0 108580476 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533657639720 217410473095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 485 0 0 0 0 0 0 0 20 0 22 0 108580477 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533645227400 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5206 0 0 0 88 0 0 0 20 0 22 0 108580480 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 10288 0 0 0 113 2 0 0 20 0 22 0 108580480 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533639965496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9335] ppid=9313 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/9316/task/9335/stat : 9335 (java) S 9313 9316 3593 0 -1 4202560 18 0 0 0 366 0 0 0 20 0 22 0 108580721 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533636803384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9336] ppid=9313 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/9316/task/9336/stat : 9336 (java) S 9313 9316 3593 0 -1 4202560 795 0 0 0 359 7 0 0 20 0 22 0 108580721 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533635751368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9337] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9337/stat : 9337 (java) S 9313 9316 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533634700200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9338] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9338/stat : 9338 (java) S 9313 9316 3593 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 294728 33554432000 1073741824 1073778376 140733341452928 140533633647400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.87

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

/proc/9316/task/9321/stat : 9321 (java) S 9313 9316 3593 0 -1 4202560 382 0 0 0 299 8 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533662902568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) S 9313 9316 3593 0 -1 4202560 446 0 0 0 286 8 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533661849768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) S 9313 9316 3593 0 -1 4202560 344 0 0 0 281 7 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533660797992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) S 9313 9316 3593 0 -1 4202560 437 0 0 0 287 10 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533659745192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) S 9313 9316 3593 0 -1 4202560 425 0 0 0 280 10 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533658692392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) S 9313 9316 3593 0 -1 4202560 389 0 0 0 279 8 0 0 20 0 22 0 108580476 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533657639592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 8626 0 0 0 150 37 0 0 20 0 22 0 108580477 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533645228520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5973 0 0 0 116 1 0 0 20 0 22 0 108580480 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 10289 0 0 0 118 2 0 0 20 0 22 0 108580480 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533639965496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 108580480 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9335] ppid=9313 vsize=9824732 CPUtime=868.85 cores=1,3,5,7
/proc/9316/task/9335/stat : 9335 (java) R 9313 9316 3593 0 -1 4202560 131 0 0 0 86871 14 0 0 20 0 22 0 108580721 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533636803280 140533694301269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9336] ppid=9313 vsize=9824732 CPUtime=868.91 cores=1,3,5,7
/proc/9316/task/9336/stat : 9336 (java) R 9313 9316 3593 0 -1 4202560 1824 0 0 0 86846 45 0 0 20 0 22 0 108580721 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533635751344 140533694335676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9316/tid=9337] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9337/stat : 9337 (java) S 9313 9316 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533634700200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9338] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9338/stat : 9338 (java) S 9313 9316 3593 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 529117 33554432000 1073741824 1073778376 140733341452928 140533633647400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.22 4.23 4.18 6/219 9429
/proc/meminfo: memFree=26071584/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 33941 0 1 0 179830 176 0 0 20 0 22 0 108580474 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2456183 525811 2300 9 0 2446860 0
[pid=9316/tid=9318] ppid=9313 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/9316/task/9318/stat : 9318 (java) S 9313 9316 3593 0 -1 4202560 2600 0 1 0 222 10 0 0 20 0 22 0 108580475 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533821117304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9319] ppid=9313 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9316/task/9319/stat : 9319 (java) S 9313 9316 3593 0 -1 4202560 350 0 0 0 265 7 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533665008168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9320] ppid=9313 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9316/task/9320/stat : 9320 (java) S 9313 9316 3593 0 -1 4202560 369 0 0 0 271 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533663955368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9321] ppid=9313 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/9316/task/9321/stat : 9321 (java) S 9313 9316 3593 0 -1 4202560 400 0 0 0 305 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533662902568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) S 9313 9316 3593 0 -1 4202560 446 0 0 0 290 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533661849768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) S 9313 9316 3593 0 -1 4202560 354 0 0 0 288 7 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533660797992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) S 9313 9316 3593 0 -1 4202560 437 0 0 0 292 10 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533659745192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) S 9313 9316 3593 0 -1 4202560 425 0 0 0 286 10 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533658692392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) S 9313 9316 3593 0 -1 4202560 389 0 0 0 285 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533657639592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 8626 0 0 0 150 38 0 0 20 0 22 0 108580477 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533645228520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5973 0 0 0 116 1 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 10289 0 0 0 118 2 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533639965496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9335] ppid=9313 vsize=9824732 CPUtime=882.65 cores=1,3,5,7
/proc/9316/task/9335/stat : 9335 (java) R 9313 9316 3593 0 -1 4202560 134 0 0 0 88251 14 0 0 20 0 22 0 108580721 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533636803376 140533694301470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9336] ppid=9313 vsize=9824732 CPUtime=882.72 cores=1,3,5,7
/proc/9316/task/9336/stat : 9336 (java) R 9313 9316 3593 0 -1 4202560 1828 0 0 0 88227 45 0 0 20 0 22 0 108580721 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533635751280 140533694425997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9337] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9337/stat : 9337 (java) S 9313 9316 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533634700200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9338] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9338/stat : 9338 (java) S 9313 9316 3593 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533633647400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 9316 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.22 4.23 4.18 6/219 9429
/proc/meminfo: memFree=26071584/32872528 swapFree=16080/1655368
[pid=9316] ppid=9313 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/9316/stat : 9316 (java) S 9313 9316 3593 0 -1 4202496 33941 0 1 0 179830 176 0 0 20 0 22 0 108580474 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140733341444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9316/statm: 2456183 525811 2300 9 0 2446860 0
[pid=9316/tid=9318] ppid=9313 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/9316/task/9318/stat : 9318 (java) S 9313 9316 3593 0 -1 4202560 2600 0 1 0 222 10 0 0 20 0 22 0 108580475 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533821117304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9319] ppid=9313 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9316/task/9319/stat : 9319 (java) S 9313 9316 3593 0 -1 4202560 350 0 0 0 265 7 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533665008168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9320] ppid=9313 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9316/task/9320/stat : 9320 (java) S 9313 9316 3593 0 -1 4202560 369 0 0 0 271 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533663955368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9321] ppid=9313 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/9316/task/9321/stat : 9321 (java) S 9313 9316 3593 0 -1 4202560 400 0 0 0 305 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533662902568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9322] ppid=9313 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/9316/task/9322/stat : 9322 (java) S 9313 9316 3593 0 -1 4202560 446 0 0 0 290 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533661849768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9323] ppid=9313 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/9316/task/9323/stat : 9323 (java) S 9313 9316 3593 0 -1 4202560 354 0 0 0 288 7 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533660797992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9324] ppid=9313 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/9316/task/9324/stat : 9324 (java) S 9313 9316 3593 0 -1 4202560 437 0 0 0 292 10 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533659745192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9325] ppid=9313 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9316/task/9325/stat : 9325 (java) S 9313 9316 3593 0 -1 4202560 425 0 0 0 286 10 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533658692392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9326] ppid=9313 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/9316/task/9326/stat : 9326 (java) S 9313 9316 3593 0 -1 4202560 389 0 0 0 285 8 0 0 20 0 22 0 108580476 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533657639592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9327] ppid=9313 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/9316/task/9327/stat : 9327 (java) S 9313 9316 3593 0 -1 4202560 8626 0 0 0 150 38 0 0 20 0 22 0 108580477 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533645228520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9328] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9328/stat : 9328 (java) S 9313 9316 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533644174584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9329] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9329/stat : 9329 (java) S 9313 9316 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108580478 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533643121672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9330] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9330/stat : 9330 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533642070160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9331] ppid=9313 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/9316/task/9331/stat : 9331 (java) S 9313 9316 3593 0 -1 4202560 5973 0 0 0 116 1 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533641018296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9316/tid=9332] ppid=9313 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9316/task/9332/stat : 9332 (java) S 9313 9316 3593 0 -1 4202560 10289 0 0 0 118 2 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533639965496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9333] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9333/stat : 9333 (java) S 9313 9316 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533638912888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9334] ppid=9313 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9316/task/9334/stat : 9334 (java) S 9313 9316 3593 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 108580480 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533637860296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9335] ppid=9313 vsize=9824732 CPUtime=882.65 cores=1,3,5,7
/proc/9316/task/9335/stat : 9335 (java) R 9313 9316 3593 0 -1 4202560 134 0 0 0 88251 14 0 0 20 0 22 0 108580721 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533636803376 140533694301470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9316/tid=9336] ppid=9313 vsize=9824732 CPUtime=882.72 cores=1,3,5,7
/proc/9316/task/9336/stat : 9336 (java) R 9313 9316 3593 0 -1 4202560 1828 0 0 0 88227 45 0 0 20 0 22 0 108580721 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533635751280 140533694425997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9337] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9337/stat : 9337 (java) S 9313 9316 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533634700200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9316/tid=9338] ppid=9313 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9316/task/9338/stat : 9338 (java) S 9313 9316 3593 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108580722 10060525568 525811 33554432000 1073741824 1073778376 140733341452928 140533633647400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.385
CPU time (s): 1800.06
CPU user time (s): 1798.3
CPU system time (s): 1.76
CPU usage (%): 200.813
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 2.16667
maximum resident set size= 2828012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33983
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32874
involuntary context switches= 51955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56285 second user time and 5.85411 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 04:27:49
IDJOB=4080498
IDBENCH=89728
IDSOLVER=2543
FILE ID=node122/4080498-1465266469
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080498-1465266469/watcher-4080498-1465266469 -o /tmp/evaluation-result-4080498-1465266469/solver-4080498-1465266469 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080498-1465266469.opb

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1571501784

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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.79
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.898
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.898
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.54
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.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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		: 2666.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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:        26886864 kB
Buffers:          121016 kB
Cached:           193248 kB
SwapCached:          860 kB
Active:          3404152 kB
Inactive:         178696 kB
Active(anon):    3269568 kB
Inactive(anon):     1632 kB
Active(file):     134584 kB
Inactive(file):   177064 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             12744 kB
Writeback:             0 kB
AnonPages:       4929816 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             601748 kB
SReclaimable:      45420 kB
SUnreclaim:       556328 kB
KernelStack:        1608 kB
PageTables:        13852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5107516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4864000 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= 71696 MiB
End job on node122 at 2016-06-07 04:42:45