Trace number 4085755

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1796.74

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX60_K67_cod2.opb
MD5SUMaa70ac3194742d51f6e4056a79ed9e8c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13964
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 243591
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 243591
Number of bits of the biggest sum of numbers18
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4085755-1465290099.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
1.23/0.76	c ... done. Wall clock time 0.639s.
1.23/0.76	c declared #vars     40937
1.23/0.76	c #constraints  41436
1.23/0.76	c constraints type 
1.23/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36984
1.23/0.76	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.23/0.76	c org.sat4j.specs.Constr$1 => 1
1.23/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.23/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.23/0.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.23/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.23/0.76	c 41436 constraints processed.
1.23/0.76	c objective function length is 438 literals
8.67/7.54	c cleaning 2466 clauses out of 4999 with flag 25394/5000
15.83/14.66	c cleaning 4266 clauses out of 8534 with flag 60292/11001
22.14/20.95	c cleaning 5628 clauses out of 11267 with flag 91911/18000
27.24/26.01	c cleaning 6818 clauses out of 13639 with flag 124706/26002
31.65/30.50	c cleaning 7909 clauses out of 15819 with flag 161915/35000
36.75/35.53	c cleaning 8954 clauses out of 17910 with flag 210437/45000
42.35/41.12	c cleaning 9972 clauses out of 19956 with flag 275275/56000
47.95/46.78	c cleaning 10988 clauses out of 21985 with flag 348890/68001
53.74/52.56	c cleaning 11999 clauses out of 23997 with flag 418705/81001
60.15/58.91	c cleaning 12991 clauses out of 25997 with flag 511335/95000
66.95/65.70	c cleaning 13998 clauses out of 28007 with flag 622490/110001
74.14/72.96	c cleaning 15002 clauses out of 30008 with flag 740319/126000
82.45/81.25	c cleaning 15996 clauses out of 32006 with flag 888526/143000
90.74/89.59	c cleaning 17000 clauses out of 34010 with flag 1026818/161000
99.14/97.92	c cleaning 18003 clauses out of 36010 with flag 1177000/180000
108.23/106.91	c cleaning 18997 clauses out of 38008 with flag 1340680/200001
117.13/115.82	c cleaning 20000 clauses out of 40010 with flag 1484248/221000
127.13/125.85	c cleaning 20996 clauses out of 42010 with flag 1651882/243000
137.33/136.04	c cleaning 22005 clauses out of 44014 with flag 1804752/266000
148.22/146.93	c cleaning 22997 clauses out of 46009 with flag 1982380/290000
160.32/159.09	c cleaning 24001 clauses out of 48012 with flag 2119304/315000
172.52/171.22	c cleaning 25001 clauses out of 50013 with flag 2298264/341002
186.22/184.99	c cleaning 25986 clauses out of 52010 with flag 2463173/368000
199.51/198.23	c cleaning 27012 clauses out of 54026 with flag 2612445/396002
215.42/214.18	c cleaning 27999 clauses out of 56012 with flag 2750392/425000
228.51/227.29	c cleaning 29002 clauses out of 58013 with flag 2878547/455000
240.77/239.32	c cleaning 30001 clauses out of 60012 with flag 3004590/486001
251.18/249.73	c cleaning 31001 clauses out of 62010 with flag 3138476/518000
262.77/261.39	c cleaning 32002 clauses out of 64009 with flag 3269575/551000
275.06/273.68	c cleaning 32993 clauses out of 66007 with flag 3404111/585000
287.17/285.73	c cleaning 33996 clauses out of 68015 with flag 3549839/620001
300.96/299.56	c cleaning 35003 clauses out of 70018 with flag 3703769/656000
315.46/314.05	c cleaning 36000 clauses out of 72015 with flag 3836218/693000
330.06/328.68	c cleaning 37007 clauses out of 74015 with flag 3980168/731000
347.86/346.41	c cleaning 38001 clauses out of 76010 with flag 4148589/770002
364.96/363.53	c cleaning 39001 clauses out of 78007 with flag 4267644/810000
382.47/381.01	c cleaning 39997 clauses out of 80006 with flag 4394709/851000
401.27/399.87	c cleaning 41001 clauses out of 82010 with flag 4554132/893001
420.67/419.27	c cleaning 42004 clauses out of 84009 with flag 4772314/936001
440.07/438.33	c cleaning 42993 clauses out of 86004 with flag 4949181/980000
458.88/457.13	c cleaning 44004 clauses out of 88012 with flag 5120858/1025001
479.38/477.67	c cleaning 45001 clauses out of 90007 with flag 5311642/1071000
499.58/497.88	c cleaning 45996 clauses out of 92007 with flag 5503039/1118001
520.49/518.77	c cleaning 47000 clauses out of 94011 with flag 5694463/1166001
541.59/539.89	c cleaning 48002 clauses out of 96010 with flag 5888631/1215000
564.30/562.52	c cleaning 49000 clauses out of 98009 with flag 6100798/1265001
585.90/584.16	c cleaning 50004 clauses out of 100008 with flag 6313627/1316000
608.30/606.50	c cleaning 50996 clauses out of 102007 with flag 6556073/1368003
632.31/630.55	c cleaning 51999 clauses out of 104009 with flag 6817695/1421001
657.90/655.87	c cleaning 52996 clauses out of 106009 with flag 7106671/1475000
681.49/679.45	c cleaning 53994 clauses out of 108013 with flag 7405428/1530000
703.91/701.81	c cleaning 55010 clauses out of 110019 with flag 7720719/1586000
730.20/728.20	c cleaning 56003 clauses out of 112011 with flag 8032188/1643002
755.31/753.27	c cleaning 57000 clauses out of 114007 with flag 8270009/1701001
782.51/780.48	c cleaning 58001 clauses out of 116006 with flag 8457940/1760000
810.32/808.26	c cleaning 58994 clauses out of 118006 with flag 8671658/1820001
836.03/833.98	c cleaning 59998 clauses out of 120012 with flag 8931739/1881001
857.82/855.73	c cleaning 61002 clauses out of 122015 with flag 9176734/1943002
879.94/877.89	c cleaning 62004 clauses out of 124011 with flag 9418872/2006000
903.75/901.60	c cleaning 62995 clauses out of 126008 with flag 9669899/2070001
927.75/925.66	c cleaning 64002 clauses out of 128013 with flag 9934740/2135001
952.16/950.05	c cleaning 65001 clauses out of 130010 with flag 10220532/2201000
976.06/973.97	c cleaning 65988 clauses out of 132009 with flag 10463581/2268000
999.77/997.69	c cleaning 67005 clauses out of 134023 with flag 10769345/2336002
1027.18/1024.57	c cleaning 68000 clauses out of 136016 with flag 11122199/2405000
1053.68/1051.06	c cleaning 69005 clauses out of 138016 with flag 11457554/2475000
1081.29/1078.69	c cleaning 70001 clauses out of 140012 with flag 11845826/2546001
1106.49/1103.84	c cleaning 71002 clauses out of 142010 with flag 12142355/2618000
1135.30/1132.69	c cleaning 71998 clauses out of 144008 with flag 12555992/2691000
1161.50/1158.80	c cleaning 72999 clauses out of 146010 with flag 12875753/2765000
1191.01/1188.38	c cleaning 74003 clauses out of 148011 with flag 13151499/2840000
1223.00/1220.35	c cleaning 75000 clauses out of 150009 with flag 13445197/2916001
1251.80/1249.11	c cleaning 76003 clauses out of 152008 with flag 13736779/2993000
1280.51/1277.80	c cleaning 76986 clauses out of 154007 with flag 14023819/3071002
1310.82/1308.18	c cleaning 78007 clauses out of 156021 with flag 14328808/3150002
1343.72/1341.08	c cleaning 78995 clauses out of 158012 with flag 14701099/3230000
1381.31/1378.00	c cleaning 80002 clauses out of 160017 with flag 15111779/3311000
1428.52/1425.22	c cleaning 81004 clauses out of 162016 with flag 15591847/3393001
1474.12/1470.82	c cleaning 82000 clauses out of 164011 with flag 16082650/3476000
1513.82/1510.53	c cleaning 82992 clauses out of 166011 with flag 16504925/3560000
1554.32/1551.02	c cleaning 84006 clauses out of 168020 with flag 16990055/3645001
1592.63/1589.36	c cleaning 85000 clauses out of 170013 with flag 17427238/3731000
1633.54/1630.25	c cleaning 86001 clauses out of 172014 with flag 17983637/3818001
1680.95/1677.63	c cleaning 86996 clauses out of 174012 with flag 18507834/3906000
1718.14/1714.82	c cleaning 88005 clauses out of 176016 with flag 18855287/3995000
1760.25/1756.99	c cleaning 89004 clauses out of 178011 with flag 19178384/4085000
1800.06/1796.70	c starts		: 2095
1800.06/1796.70	c conflicts		: 4168765
1800.06/1796.70	c decisions		: 5939658
1800.06/1796.70	c propagations		: 4232891046
1800.06/1796.70	c inspects		: 10724954655
1800.06/1796.70	c shortcuts		: 0
1800.06/1796.70	c learnt literals	: 3
1800.06/1796.70	c learnt binary clauses	: 1536
1800.06/1796.70	c learnt ternary clauses	: 1085
1800.06/1796.70	c learnt constraints	: 4168762
1800.06/1796.70	c ignored constraints	: 0
1800.06/1796.70	c root simplifications	: 0
1800.06/1796.70	c removed literals (reason simplification)	: 0
1800.06/1796.70	c reason swapping (by a shorter reason)	: 0
1800.06/1796.70	c Calls to reduceDB	: 86
1800.06/1796.70	c Number of update (reduction) of LBD	: 293674
1800.06/1796.70	c Imported unit clauses	: 0
1800.06/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.70	c number of learned constraints concerned by reduction	: 0
1800.06/1796.70	c number of learning phase by resolution	: 0
1800.06/1796.70	c number of learning phase by cutting planes	: 0
1800.06/1796.70	c speed (assignments/second)	: 2356955.147097719
1800.06/1796.70	c non guided choices	221
1800.06/1796.71	c timeout
1800.06/1796.73	c learnt constraints type 
1800.06/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1536
1800.06/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171237
1800.06/1796.73	s UNKNOWN
1800.06/1796.73	c Total wall clock time (in seconds): 1796.606

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-4085755-1465290099/watcher-4085755-1465290099 -o /tmp/evaluation-result-4085755-1465290099/solver-4085755-1465290099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085755-1465290099.opb 

pid=19650
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: 2.25 2.28 2.22 3/197 19653
/proc/meminfo: memFree=29525324/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19653/stat : 19653 (java) R 19650 19653 15085 0 -1 4202496 673 0 0 0 0 0 0 0 20 0 1 0 110941974 23793664 323 33554432000 1073741824 1073778376 140733580871136 140733580860200 215115414067 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 5809 338 260 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.25 2.28 2.22 3/197 19653
/proc/meminfo: memFree=29525324/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 4396 0 1 0 7 0 0 0 20 0 18 0 110941974 9787879424 5492 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2389619 5493 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.20025 s]
/proc/loadavg: 2.25 2.28 2.22 3/197 19653
/proc/meminfo: memFree=29525324/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 5053 0 1 0 24 1 0 0 20 0 18 0 110941974 9787879424 6865 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2389619 6865 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.25 2.28 2.22 3/197 19653
/proc/meminfo: memFree=29525324/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 5970 0 1 0 46 1 0 0 20 0 18 0 110941974 9787879424 8966 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2389619 8966 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.25 2.28 2.22 3/197 19653
/proc/meminfo: memFree=29525324/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 7136 0 1 0 118 5 0 0 20 0 18 0 110941974 9787879424 45307 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2389619 45307 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50089 s]
/proc/loadavg: 2.25 2.28 2.22 3/216 19672
/proc/meminfo: memFree=29347344/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 9758 0 1 0 245 6 0 0 20 0 19 0 110941974 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 46437 2276 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 2458 0 1 0 137 3 0 0 20 0 19 0 110941975 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888772534344 139888645897846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 110941977 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2729 0 0 0 44 0 0 0 20 0 19 0 110941980 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 3159 0 0 0 47 0 0 0 20 0 19 0 110941980 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 46437 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.23 2.28 2.22 3/216 19672
/proc/meminfo: memFree=29346724/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 9760 0 1 0 409 6 0 0 20 0 19 0 110941974 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 46438 2276 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 2459 0 1 0 296 4 0 0 20 0 19 0 110941975 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888772534760 139888645857103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 110941977 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2729 0 0 0 44 0 0 0 20 0 19 0 110941980 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 3159 0 0 0 50 0 0 0 20 0 19 0 110941980 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 46438 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.23 2.28 2.22 3/216 19672
/proc/meminfo: memFree=29346940/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 11020 0 1 0 740 6 0 0 20 0 19 0 110941974 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 46244 2280 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 2462 0 1 0 615 4 0 0 20 0 19 0 110941975 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888772534504 139888645917076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110941976 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 110941977 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2729 0 0 0 45 0 0 0 20 0 19 0 110941980 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 4416 0 0 0 62 0 0 0 20 0 19 0 110941980 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 46244 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040


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

[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/215 19783
/proc/meminfo: memFree=25927116/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=1785.66 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 16023 0 1 0 178403 163 0 0 20 0 19 0 110941974 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 486273 2293 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=1776.72 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 3293 0 1 0 177630 42 0 0 20 0 19 0 110941975 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888772525760 139888646075329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 375 0 0 0 13 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 550 0 0 0 34 28 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 351 0 0 0 10 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 470 0 0 0 28 24 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 241 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 278 0 0 0 14 10 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 238 0 0 0 14 13 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 247 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 110941977 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2733 0 0 0 53 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 4585 0 0 0 68 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 103 0 0 0 20 24 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.25 2.20 2.18 3/215 19783
/proc/meminfo: memFree=25659640/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 16023 0 1 0 179843 163 0 0 20 0 19 0 110941974 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 486273 2293 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=1791.08 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 3293 0 1 0 179066 42 0 0 20 0 19 0 110941975 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888772525760 139888646075329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 375 0 0 0 13 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 550 0 0 0 34 28 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 351 0 0 0 10 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 470 0 0 0 28 24 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 241 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 278 0 0 0 14 10 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 238 0 0 0 14 13 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 247 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 110941977 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2733 0 0 0 53 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 4585 0 0 0 68 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 103 0 0 0 21 24 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19653 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.25 2.20 2.18 3/215 19783
/proc/meminfo: memFree=25659640/32872528 swapFree=20720/1686580
[pid=19653] ppid=19650 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/19653/stat : 19653 (java) S 19650 19653 15085 0 -1 4202496 16023 0 1 0 179843 163 0 0 20 0 19 0 110941974 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 140733580862272 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19653/statm: 2406260 486273 2293 9 0 2396937 0
[pid=19653/tid=19655] ppid=19650 vsize=9625040 CPUtime=1791.08 cores=1,3,5,7
/proc/19653/task/19655/stat : 19655 (java) R 19650 19653 15085 0 -1 4202560 3293 0 1 0 179066 42 0 0 20 0 19 0 110941975 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888772525760 139888646075329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19656] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19656/stat : 19656 (java) S 19650 19653 15085 0 -1 4202560 375 0 0 0 13 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888616581544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19657] ppid=19650 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19653/task/19657/stat : 19657 (java) S 19650 19653 15085 0 -1 4202560 550 0 0 0 34 28 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888615529000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19658] ppid=19650 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19653/task/19658/stat : 19658 (java) S 19650 19653 15085 0 -1 4202560 351 0 0 0 10 11 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888614475944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19659] ppid=19650 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19653/task/19659/stat : 19659 (java) S 19650 19653 15085 0 -1 4202560 470 0 0 0 28 24 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888613423400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19660] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19660/stat : 19660 (java) S 19650 19653 15085 0 -1 4202560 241 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888612371368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19661] ppid=19650 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19653/task/19661/stat : 19661 (java) S 19650 19653 15085 0 -1 4202560 278 0 0 0 14 10 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888611318824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19662] ppid=19650 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19653/task/19662/stat : 19662 (java) S 19650 19653 15085 0 -1 4202560 238 0 0 0 14 13 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888610265768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19653/tid=19663] ppid=19650 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19653/task/19663/stat : 19663 (java) S 19650 19653 15085 0 -1 4202560 247 0 0 0 16 12 0 0 20 0 19 0 110941976 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888609213224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19664] ppid=19650 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19653/task/19664/stat : 19664 (java) S 19650 19653 15085 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 110941977 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888596801896 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19665] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19665/stat : 19665 (java) S 19650 19653 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888595748216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19666] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19666/stat : 19666 (java) S 19650 19653 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110941978 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888594695048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19667] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19667/stat : 19667 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888593643792 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19668] ppid=19650 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19653/task/19668/stat : 19668 (java) S 19650 19653 15085 0 -1 4202560 2733 0 0 0 53 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888592591672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19653/tid=19669] ppid=19650 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19653/task/19669/stat : 19669 (java) S 19650 19653 15085 0 -1 4202560 4585 0 0 0 68 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888591539128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19670] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19670/stat : 19670 (java) S 19650 19653 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888590486264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19653/tid=19671] ppid=19650 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19653/task/19671/stat : 19671 (java) S 19650 19653 15085 0 -1 4202560 103 0 0 0 21 24 0 0 20 0 19 0 110941980 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888589433928 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19653/tid=19672] ppid=19650 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19653/task/19672/stat : 19672 (java) S 19650 19653 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110942053 9856040960 486273 33554432000 1073741824 1073778376 140733580871136 139888588330024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19653 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=829296
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=19692
# CPU time returned by wait4() is 1795.85
# 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): 1796.74
CPU time (s): 1800.06
CPU user time (s): 1798.43
CPU system time (s): 1.63
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.01969
maximum resident set size= 1945208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16057
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38248
involuntary context switches= 10572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0203 second user time and 13.075 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 11:01:39
IDJOB=4085755
IDBENCH=90392
IDSOLVER=2546
FILE ID=node135/4085755-1465290099
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX60_K67_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085755-1465290099/watcher-4085755-1465290099 -o /tmp/evaluation-result-4085755-1465290099/solver-4085755-1465290099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085755-1465290099.opb

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

MD5SUM BENCH= aa70ac3194742d51f6e4056a79ed9e8c
RANDOM SEED=472610442

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        29525604 kB
Buffers:          129936 kB
Cached:           235572 kB
SwapCached:         1764 kB
Active:           647412 kB
Inactive:         276784 kB
Active(anon):     559976 kB
Inactive(anon):     1376 kB
Active(file):      87436 kB
Inactive(file):   275408 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              3352 kB
Writeback:             0 kB
AnonPages:       2263604 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             602120 kB
SReclaimable:      45660 kB
SUnreclaim:       556460 kB
KernelStack:        1656 kB
PageTables:         8816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2406756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2228224 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= 71728 MiB
End job on node135 at 2016-06-07 11:31:36