Trace number 4115902

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.02 895.769

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-1.opb
MD5SUMeb4d42496bf658b7317f257e580ff894
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 variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4115902-1466942459.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.03/0.51	c ... done. Wall clock time 0.397s.
1.03/0.51	c declared #vars     4288
1.03/0.51	c #constraints  10784
1.03/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.51	c org.sat4j.specs.Constr$1 => 888
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.51	c 10784 constraints processed.
1.03/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.51	c org.sat4j.specs.Constr$1 => 888
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.03/0.51	c 10784 constraints processed.
4.09/1.36	c cleaning 2488 clauses out of 4998 with flag 16112/5000
6.08/2.05	c cleaning 4237 clauses out of 8511 with flag 37604/11001
7.71/2.84	c cleaning 5630 clauses out of 11273 with flag 64790/18000
9.37/3.69	c cleaning 6800 clauses out of 13643 with flag 100010/26000
11.45/4.65	c cleaning 7902 clauses out of 15843 with flag 139498/35000
13.92/5.80	c cleaning 8945 clauses out of 17941 with flag 184392/45000
16.60/7.14	c cleaning 9987 clauses out of 19996 with flag 238010/56000
19.40/8.55	c cleaning 11001 clauses out of 22009 with flag 297249/68000
22.69/10.17	c cleaning 11992 clauses out of 24009 with flag 361899/81001
26.29/11.93	c cleaning 12985 clauses out of 26016 with flag 433207/95000
30.43/13.97	c cleaning 13998 clauses out of 28033 with flag 512821/110002
32.83/15.16	c cleaning 0 clauses out of 5000 with flag 0/5000
34.93/16.07	c cleaning 15011 clauses out of 30035 with flag 600728/126002
39.82/18.39	c cleaning 15978 clauses out of 32022 with flag 696613/143000
44.82/20.88	c cleaning 17013 clauses out of 34045 with flag 795983/161001
50.30/23.59	c cleaning 17978 clauses out of 36032 with flag 903498/180001
55.90/26.38	c cleaning 19006 clauses out of 38054 with flag 1022997/200001
62.29/29.52	c cleaning 19993 clauses out of 40047 with flag 1145819/221000
68.99/32.90	c cleaning 21010 clauses out of 42054 with flag 1271446/243000
76.39/36.52	c cleaning 21987 clauses out of 44046 with flag 1405025/266002
84.12/40.35	c cleaning 23005 clauses out of 46057 with flag 1547626/290000
92.13/44.31	c cleaning 23977 clauses out of 48053 with flag 1696470/315001
100.83/48.62	c cleaning 24992 clauses out of 50076 with flag 1853875/341001
109.63/53.10	c cleaning 26017 clauses out of 52083 with flag 2015545/368000
118.83/57.64	c cleaning 27013 clauses out of 54066 with flag 2188385/396000
129.18/62.75	c cleaning 27989 clauses out of 56054 with flag 2365302/425001
139.86/68.05	c cleaning 28979 clauses out of 58064 with flag 2545778/455000
150.86/73.54	c cleaning 30032 clauses out of 60085 with flag 2737567/486000
162.56/79.39	c cleaning 31012 clauses out of 62054 with flag 2933165/518001
174.84/85.44	c cleaning 31996 clauses out of 64041 with flag 3137192/551000
188.12/92.01	c cleaning 32995 clauses out of 66046 with flag 3347456/585001
202.63/99.30	c cleaning 33979 clauses out of 68050 with flag 3561932/620000
211.63/103.74	c cleaning 0 clauses out of 11000 with flag 0/11000
218.57/107.57	c cleaning 34990 clauses out of 70071 with flag 3785227/656000
233.82/115.12	c cleaning 35989 clauses out of 72081 with flag 4013531/693000
250.10/123.26	c cleaning 37035 clauses out of 74092 with flag 4245224/731000
267.08/131.73	c cleaning 37988 clauses out of 76058 with flag 4491843/770001
285.28/140.80	c cleaning 39003 clauses out of 78071 with flag 4739373/810002
303.96/150.01	c cleaning 39976 clauses out of 80066 with flag 4995015/851000
323.67/159.84	c cleaning 41008 clauses out of 82091 with flag 5252668/893001
343.80/169.87	c cleaning 42005 clauses out of 84082 with flag 5521529/936000
364.53/180.16	c cleaning 42996 clauses out of 86078 with flag 5795094/980001
385.27/190.48	c cleaning 44023 clauses out of 88081 with flag 6074347/1025000
406.18/200.85	c cleaning 44998 clauses out of 90058 with flag 6362447/1071000
428.08/211.71	c cleaning 46023 clauses out of 92060 with flag 6660134/1118000
451.76/223.55	c cleaning 47008 clauses out of 94038 with flag 6957923/1166001
475.57/235.40	c cleaning 48005 clauses out of 96029 with flag 7263798/1215000
501.46/248.20	c cleaning 48988 clauses out of 98024 with flag 7572093/1265000
526.41/260.65	c cleaning 49991 clauses out of 100036 with flag 7896272/1316000
553.56/274.05	c cleaning 50955 clauses out of 102045 with flag 8219840/1368000
581.09/287.73	c cleaning 52038 clauses out of 104090 with flag 8552511/1421000
609.97/302.63	c cleaning 52987 clauses out of 106055 with flag 8890292/1475003
638.88/317.05	c cleaning 53999 clauses out of 108066 with flag 9230491/1530001
669.75/332.47	c cleaning 55021 clauses out of 110067 with flag 9576277/1586001
700.56/347.72	c cleaning 55983 clauses out of 112046 with flag 9929594/1643001
732.47/363.63	c cleaning 57023 clauses out of 114062 with flag 10289105/1701000
765.34/379.99	c cleaning 58001 clauses out of 116039 with flag 10657575/1760000
798.79/396.56	c cleaning 58982 clauses out of 118038 with flag 11033487/1820000
834.48/414.22	c cleaning 60004 clauses out of 120056 with flag 11412223/1881000
873.35/433.55	c cleaning 61006 clauses out of 122052 with flag 11793875/1943000
910.93/452.23	c cleaning 62005 clauses out of 124046 with flag 12181680/2006000
914.91/454.25	c cleaning 0 clauses out of 18001 with flag 0/18001
949.45/471.47	c cleaning 62977 clauses out of 126041 with flag 12577564/2070000
987.85/490.59	c cleaning 63995 clauses out of 128064 with flag 12983497/2135000
1027.25/510.17	c cleaning 65016 clauses out of 130069 with flag 13393846/2201000
1068.51/530.64	c cleaning 65970 clauses out of 132055 with flag 13809057/2268002
1108.77/550.63	c cleaning 66992 clauses out of 134085 with flag 14230592/2336002
1146.36/569.44	c cleaning 67983 clauses out of 136091 with flag 14662233/2405000
1185.55/588.91	c cleaning 69042 clauses out of 138108 with flag 15094142/2475000
1231.27/611.56	c cleaning 70035 clauses out of 140069 with flag 15533348/2546003
1273.87/632.71	c cleaning 70985 clauses out of 142032 with flag 15977867/2618001
1319.09/656.13	c cleaning 71984 clauses out of 144046 with flag 16434078/2691000
1364.41/678.70	c cleaning 72985 clauses out of 146064 with flag 16897049/2765002
1405.02/698.99	c cleaning 74007 clauses out of 148077 with flag 17362500/2840000
1447.01/719.90	c cleaning 75013 clauses out of 150070 with flag 17831054/2916000
1493.94/743.37	c cleaning 76012 clauses out of 152058 with flag 18304295/2993001
1538.93/765.83	c cleaning 76973 clauses out of 154045 with flag 18791712/3071000
1583.74/788.25	c cleaning 78003 clauses out of 156073 with flag 19279958/3150001
1637.23/814.88	c cleaning 79007 clauses out of 158069 with flag 19770592/3230000
1693.38/842.67	c cleaning 80015 clauses out of 160062 with flag 20269526/3311000
1747.37/869.57	c cleaning 81003 clauses out of 162049 with flag 20771659/3393002
1800.02/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.70	c starts		: 23053
1800.02/895.70	c conflicts		: 3475543
1800.02/895.70	c decisions		: 30734531
1800.02/895.70	c propagations		: 461095456
1800.02/895.70	c inspects		: 9390609434
1800.02/895.70	c shortcuts		: 0
1800.02/895.70	c learnt literals	: 2
1800.02/895.70	c learnt binary clauses	: 50
1800.02/895.70	c learnt ternary clauses	: 636
1800.02/895.70	c learnt constraints	: 3475541
1800.02/895.70	c ignored constraints	: 0
1800.02/895.70	c root simplifications	: 0
1800.02/895.70	c removed literals (reason simplification)	: 2758038
1800.02/895.70	c reason swapping (by a shorter reason)	: 0
1800.02/895.70	c Calls to reduceDB	: 78
1800.02/895.70	c Number of update (reduction) of LBD	: 762072
1800.02/895.70	c Imported unit clauses	: 0
1800.02/895.70	c number of reductions to clauses (during analyze)	: 0
1800.02/895.70	c number of learned constraints concerned by reduction	: 0
1800.02/895.70	c number of learning phase by resolution	: 0
1800.02/895.70	c number of learning phase by cutting planes	: 0
1800.02/895.70	c speed (assignments/second)	: 515086.8607430908
1800.02/895.70	c non guided choices	19007
1800.02/895.73	c learnt constraints type 
1800.02/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.02/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163537
1800.02/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.73	c starts		: 45
1800.02/895.73	c conflicts		: 20591
1800.02/895.73	c decisions		: 78250
1800.02/895.73	c propagations		: 2423232
1800.02/895.73	c inspects		: 640917335
1800.02/895.73	c shortcuts		: 0
1800.02/895.73	c learnt literals	: 0
1800.02/895.73	c learnt binary clauses	: 0
1800.02/895.73	c learnt ternary clauses	: 0
1800.02/895.73	c learnt constraints	: 20590
1800.02/895.73	c ignored constraints	: 0
1800.02/895.73	c root simplifications	: 0
1800.02/895.73	c removed literals (reason simplification)	: 0
1800.02/895.73	c reason swapping (by a shorter reason)	: 0
1800.02/895.73	c Calls to reduceDB	: 3
1800.02/895.73	c Number of update (reduction) of LBD	: 0
1800.02/895.73	c Imported unit clauses	: 0
1800.02/895.73	c number of reductions to clauses (during analyze)	: 0
1800.02/895.73	c number of learned constraints concerned by reduction	: 0
1800.02/895.73	c number of learning phase by resolution	: 0
1800.02/895.73	c number of learning phase by cutting planes	: 0
1800.02/895.73	c speed (assignments/second)	: 2706.8957235589087
1800.02/895.73	c non guided choices	336
1800.02/895.74	c learnt constraints type 
1800.02/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 40
1800.02/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20550
1800.02/895.74	s UNKNOWN
1800.02/895.74	c Total wall clock time (in seconds): 895.627

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

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

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


[startup+0 s]
/proc/loadavg: 4.10 4.14 4.01 6/198 20597
/proc/meminfo: memFree=31171540/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20597/stat : 20597 (java) R 20594 20597 20053 0 -1 4202496 1140 0 0 0 0 0 0 0 20 0 1 0 27285436 23793664 791 33554432000 1073741824 1073778376 140737334218640 140737334207704 140264975142889 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 5809 807 602 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 4.10 4.14 4.01 6/198 20597
/proc/meminfo: memFree=31171540/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 4472 0 1 0 9 1 0 0 20 0 18 0 27285436 9787879424 5590 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2389619 5593 2129 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.207229 s]
/proc/loadavg: 4.10 4.14 4.01 6/198 20597
/proc/meminfo: memFree=31171540/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 4768 0 1 0 25 1 0 0 20 0 18 0 27285436 9787879424 6318 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2389619 6318 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 4.10 4.14 4.01 6/198 20597
/proc/meminfo: memFree=31171540/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 5791 0 1 0 48 2 0 0 20 0 18 0 27285436 9787879424 8450 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2389619 8450 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.10 4.14 4.01 6/198 20597
/proc/meminfo: memFree=31171540/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 12890 0 1 0 168 4 0 0 20 0 22 0 27285436 10060525568 22684 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 22684 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.17 4.15 4.02 7/220 20619
/proc/meminfo: memFree=30946384/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 22449 0 1 0 460 8 0 0 20 0 22 0 27285436 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 48079 2292 9 0 2446860 0
[pid=20597/tid=20598] ppid=20594 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/20597/task/20598/stat : 20598 (java) S 20594 20597 20053 0 -1 4202560 2536 0 1 0 47 2 0 0 20 0 22 0 27285437 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264968618872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 20053 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264812263848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264811211304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27285438 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/20597/task/20612/stat : 20612 (java) R 20594 20597 20053 0 -1 4202560 8851 0 0 0 115 1 0 0 20 0 22 0 27285441 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264788486968 140264971524184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 20053 0 -1 4202560 9655 0 0 0 105 2 0 0 20 0 22 0 27285442 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264787434424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264786381560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264785329224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/20597/task/20616/stat : 20616 (java) R 20594 20597 20053 0 -1 4202560 18 0 0 0 93 0 0 0 20 0 22 0 27285488 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264784273624 140264909094655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20617] ppid=20594 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/20597/task/20617/stat : 20617 (java) R 20594 20597 20053 0 -1 4202560 74 0 0 0 91 0 0 0 20 0 22 0 27285488 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264783221128 140264909172507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20618] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20618/stat : 20618 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264782168872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20619] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20619/stat : 20619 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 48079 33554432000 1073741824 1073778376 140737334218640 140264781116328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.17 4.15 4.02 5/220 20642
/proc/meminfo: memFree=30743404/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 23208 0 1 0 821 16 0 0 20 0 22 0 27285436 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 87510 2292 9 0 2446860 0
[pid=20597/tid=20598] ppid=20594 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/20597/task/20598/stat : 20598 (java) S 20594 20597 20053 0 -1 4202560 2537 0 1 0 47 2 0 0 20 0 22 0 27285437 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264968618872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 20053 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264812263848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264811211304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 27285438 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 20053 0 -1 4202560 9256 0 0 0 145 2 0 0 20 0 22 0 27285441 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264788486968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 20053 0 -1 4202560 9657 0 0 0 113 2 0 0 20 0 22 0 27285442 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264787434424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264786381560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264785329224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20597/task/20616/stat : 20616 (java) R 20594 20597 20053 0 -1 4202560 22 0 0 0 241 0 0 0 20 0 22 0 27285488 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264784272120 140264909137510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20617] ppid=20594 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20597/task/20617/stat : 20617 (java) R 20594 20597 20053 0 -1 4202560 122 0 0 0 238 2 0 0 20 0 22 0 27285488 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264783220288 140264909316561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20618] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20618/stat : 20618 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264782168872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20619] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20619/stat : 20619 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 87510 33554432000 1073741824 1073778376 140737334218640 140264781116328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.16 4.15 4.02 5/220 20642
/proc/meminfo: memFree=30062544/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=14.92 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 24253 0 1 0 1466 26 0 0 20 0 22 0 27285436 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 154835 2292 9 0 2446860 0
[pid=20597/tid=20598] ppid=20594 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/20597/task/20598/stat : 20598 (java) S 20594 20597 20053 0 -1 4202560 2537 0 1 0 47 2 0 0 20 0 22 0 27285437 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264968618872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 20053 0 -1 4202560 169 0 0 0 6 2 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264812263848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 20053 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264811211304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 142 0 0 0 4 0 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 205 0 0 0 8 4 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 157 0 0 0 6 0 0 0 20 0 22 0 27285438 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 154835 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.47 cores=0,2,4,6

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

/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 683 0 0 0 215 18 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 732 0 0 0 242 19 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 536 0 0 0 258 17 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 690 0 0 0 262 18 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 602 0 0 0 223 17 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 780 0 0 0 255 16 0 0 20 0 22 0 27285438 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 2712 0 0 0 373 6 0 0 20 0 22 0 27285439 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 20053 0 -1 4202560 9257 0 0 0 150 2 0 0 20 0 22 0 27285441 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264788486968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 20053 0 -1 4202560 14125 0 0 0 172 3 0 0 20 0 22 0 27285442 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264787434424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264786381560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 20053 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 27285442 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264785329224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9824732 CPUtime=870.09 cores=0,2,4,6
/proc/20597/task/20616/stat : 20616 (java) R 20594 20597 20053 0 -1 4202560 74 0 0 0 86995 14 0 0 20 0 22 0 27285488 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264784272096 140264909044310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20617] ppid=20594 vsize=9824732 CPUtime=870.07 cores=0,2,4,6
/proc/20597/task/20617/stat : 20617 (java) R 20594 20597 20053 0 -1 4202560 1529 0 0 0 86957 50 0 0 20 0 22 0 27285488 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264783220128 140264909253052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20618] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20618/stat : 20618 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264782168872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20619] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20619/stat : 20619 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 953513 33554432000 1073741824 1073778376 140737334218640 140264781116328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.08
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.22 4.26 4.15 5/219 20730
/proc/meminfo: memFree=23634200/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 36964 0 1 0 179787 215 0 0 20 0 22 0 27285436 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 967343 2301 9 0 2446860 0
[pid=20597/tid=20598] ppid=20594 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/20597/task/20598/stat : 20598 (java) S 20594 20597 20053 0 -1 4202560 2543 0 1 0 49 4 0 0 20 0 22 0 27285437 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264968618872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 20053 0 -1 4202560 699 0 0 0 239 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264812263848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 20053 0 -1 4202560 605 0 0 0 242 20 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264811211304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 687 0 0 0 217 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 740 0 0 0 243 20 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 544 0 0 0 261 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 714 0 0 0 268 19 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 605 0 0 0 224 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 807 0 0 0 262 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 2718 0 0 0 373 7 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 20053 0 -1 4202560 9257 0 0 0 150 2 0 0 20 0 22 0 27285441 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264788486968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 20053 0 -1 4202560 14125 0 0 0 172 3 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264787434424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264786381560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 20053 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264785329224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9824732 CPUtime=883.35 cores=0,2,4,6
/proc/20597/task/20616/stat : 20616 (java) R 20594 20597 20053 0 -1 4202560 74 0 0 0 88321 14 0 0 20 0 22 0 27285488 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264784272896 140264909094354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20617] ppid=20594 vsize=9824732 CPUtime=883.32 cores=0,2,4,6
/proc/20597/task/20617/stat : 20617 (java) R 20594 20597 20053 0 -1 4202560 1530 0 0 0 88282 50 0 0 20 0 22 0 27285488 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264783219312 140264909077744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20618] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20618/stat : 20618 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264782168872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20619] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20619/stat : 20619 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264781116328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 20597 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.22 4.26 4.15 5/219 20730
/proc/meminfo: memFree=23634200/32872528 swapFree=681168/738400
[pid=20597] ppid=20594 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/20597/stat : 20597 (java) S 20594 20597 20053 0 -1 4202496 36964 0 1 0 179787 215 0 0 20 0 22 0 27285436 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140737334209776 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20597/statm: 2456183 967343 2301 9 0 2446860 0
[pid=20597/tid=20598] ppid=20594 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/20597/task/20598/stat : 20598 (java) S 20594 20597 20053 0 -1 4202560 2543 0 1 0 49 4 0 0 20 0 22 0 27285437 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264968618872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 20053 0 -1 4202560 699 0 0 0 239 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264812263848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 20053 0 -1 4202560 605 0 0 0 242 20 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264811211304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 20053 0 -1 4202560 687 0 0 0 217 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264810158248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 20053 0 -1 4202560 740 0 0 0 243 20 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264809105704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 20053 0 -1 4202560 544 0 0 0 261 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264808053672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 20053 0 -1 4202560 714 0 0 0 268 19 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264807001128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 20053 0 -1 4202560 605 0 0 0 224 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264805948072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 20053 0 -1 4202560 807 0 0 0 262 18 0 0 20 0 22 0 27285438 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264804895528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 20053 0 -1 4202560 2718 0 0 0 373 7 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264792697192 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264791643512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27285439 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264790590344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285441 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264789539088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 20053 0 -1 4202560 9257 0 0 0 150 2 0 0 20 0 22 0 27285441 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264788486968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 20053 0 -1 4202560 14125 0 0 0 172 3 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264787434424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264786381560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 20053 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 27285442 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264785329224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9824732 CPUtime=883.35 cores=0,2,4,6
/proc/20597/task/20616/stat : 20616 (java) R 20594 20597 20053 0 -1 4202560 74 0 0 0 88321 14 0 0 20 0 22 0 27285488 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264784272896 140264909094354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20597/tid=20617] ppid=20594 vsize=9824732 CPUtime=883.32 cores=0,2,4,6
/proc/20597/task/20617/stat : 20617 (java) R 20594 20597 20053 0 -1 4202560 1530 0 0 0 88282 50 0 0 20 0 22 0 27285488 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264783219312 140264909077744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20618] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20618/stat : 20618 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264782168872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20597/tid=20619] ppid=20594 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20597/task/20619/stat : 20619 (java) S 20594 20597 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27285489 10060525568 967343 33554432000 1073741824 1073778376 140737334218640 140264781116328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20597 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=449354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=631599
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.769
CPU time (s): 1800.02
CPU user time (s): 1797.87
CPU system time (s): 2.15
CPU usage (%): 200.947
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.6316
maximum resident set size= 3869488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36997
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= 23613
involuntary context switches= 24506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39318 second user time and 7.47386 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 14:00:59
IDJOB=4115902
IDBENCH=109403
IDSOLVER=2543
FILE ID=node112/4115902-1466942459
RUNJOBID= node112-1466939767-20069
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115902-1466942459/watcher-4115902-1466942459 -o /tmp/evaluation-result-4115902-1466942459/solver-4115902-1466942459 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115902-1466942459.opb

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

MD5SUM BENCH= eb4d42496bf658b7317f257e580ff894
RANDOM SEED=1269534099

node112.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.959
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.91
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.959
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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.56
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.959
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.959
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.959
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.959
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:        31173852 kB
Buffers:            6140 kB
Cached:           145672 kB
SwapCached:         1712 kB
Active:           125384 kB
Inactive:         132004 kB
Active(anon):     105268 kB
Inactive(anon):     2540 kB
Active(file):      20116 kB
Inactive(file):   129464 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098656 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:        785832 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565504 kB
SReclaimable:       8900 kB
SUnreclaim:       556604 kB
KernelStack:        1784 kB
PageTables:         5588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1430248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71688 MiB
End job on node112 at 2016-06-26 14:15:55