Trace number 4085743

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 1797.14

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUM517c70a04642760d1320984a69d9942b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-256
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 98472
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 147174
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	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-4085743-1465294236.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
1.56/0.91	c ... done. Wall clock time 0.789s.
1.56/0.91	c declared #vars     40451
1.56/0.91	c #constraints  40950
1.56/0.91	c constraints type 
1.56/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.56/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.56/0.91	c org.sat4j.specs.Constr$1 => 1
1.56/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.56/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.56/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.56/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.56/0.91	c 40950 constraints processed.
1.56/0.91	c objective function length is 28908 literals
7.46/6.35	c cleaning 2488 clauses out of 4984 with flag 14857/5000
14.12/12.51	c cleaning 4248 clauses out of 8496 with flag 33568/11000
21.32/19.79	c cleaning 5619 clauses out of 11248 with flag 55419/18000
29.23/27.64	c cleaning 6814 clauses out of 13629 with flag 80013/26000
37.74/36.10	c cleaning 7906 clauses out of 15817 with flag 110815/35002
46.44/44.80	c cleaning 8951 clauses out of 17909 with flag 142863/45000
55.64/54.05	c cleaning 9970 clauses out of 19958 with flag 177074/56000
65.93/64.37	c cleaning 10987 clauses out of 21988 with flag 220577/68000
76.63/75.04	c cleaning 11998 clauses out of 24002 with flag 266644/81001
87.86/86.20	c cleaning 12988 clauses out of 25975 with flag 318414/95000
98.67/97.01	c cleaning 13992 clauses out of 27987 with flag 380984/110000
110.16/108.51	c cleaning 14995 clauses out of 29996 with flag 447925/126001
122.67/121.04	c cleaning 15996 clauses out of 32000 with flag 521056/143000
136.86/135.24	c cleaning 17002 clauses out of 34004 with flag 603267/161000
151.16/149.52	c cleaning 17998 clauses out of 36002 with flag 685348/180000
166.28/164.58	c cleaning 18996 clauses out of 38005 with flag 768368/200001
182.58/180.86	c cleaning 19998 clauses out of 40009 with flag 855599/221001
199.88/198.13	c cleaning 20996 clauses out of 42010 with flag 947427/243000
218.06/216.30	c cleaning 22001 clauses out of 44014 with flag 1040303/266000
237.06/235.39	c cleaning 23001 clauses out of 46013 with flag 1141976/290000
256.65/254.96	c cleaning 24002 clauses out of 48012 with flag 1248509/315000
277.45/275.73	c cleaning 25003 clauses out of 50011 with flag 1357869/341001
298.85/297.15	c cleaning 26001 clauses out of 52007 with flag 1472455/368000
321.14/319.40	c cleaning 27000 clauses out of 54006 with flag 1591592/396000
343.88/342.00	c cleaning 28002 clauses out of 56007 with flag 1716203/425001
367.20/365.33	c cleaning 28998 clauses out of 58004 with flag 1839554/455000
390.78/388.95	c cleaning 29996 clauses out of 60007 with flag 1957618/486001
413.47/411.60	c cleaning 31002 clauses out of 62011 with flag 2072185/518001
438.18/436.33	c cleaning 31999 clauses out of 64008 with flag 2189697/551000
463.67/461.84	c cleaning 33003 clauses out of 66010 with flag 2307021/585001
488.97/487.10	c cleaning 33992 clauses out of 68006 with flag 2434018/620000
516.67/514.81	c cleaning 35005 clauses out of 70015 with flag 2560464/656001
545.76/543.98	c cleaning 35994 clauses out of 72009 with flag 2698937/693000
574.96/573.14	c cleaning 36999 clauses out of 74011 with flag 2848630/731000
601.66/599.83	c cleaning 38000 clauses out of 76012 with flag 2991219/770000
628.35/626.57	c cleaning 39003 clauses out of 78012 with flag 3138378/810000
655.45/653.65	c cleaning 39996 clauses out of 80010 with flag 3317353/851001
683.55/681.79	c cleaning 41003 clauses out of 82014 with flag 3508478/893001
713.25/711.43	c cleaning 41999 clauses out of 84011 with flag 3697390/936001
742.25/740.26	c cleaning 42999 clauses out of 86011 with flag 3880010/980000
774.74/772.76	c cleaning 44003 clauses out of 88012 with flag 4071659/1025000
807.02/805.00	c cleaning 45002 clauses out of 90010 with flag 4283715/1071001
840.83/838.89	c cleaning 45994 clauses out of 92006 with flag 4473451/1118000
876.83/874.80	c cleaning 47001 clauses out of 94013 with flag 4659556/1166001
914.64/912.62	c cleaning 47998 clauses out of 96011 with flag 4876344/1215000
952.64/950.62	c cleaning 49006 clauses out of 98015 with flag 5088539/1265002
991.35/989.33	c cleaning 50003 clauses out of 100007 with flag 5303174/1316000
1031.24/1029.20	c cleaning 50995 clauses out of 102005 with flag 5533319/1368001
1071.25/1069.29	c cleaning 52005 clauses out of 104009 with flag 5760728/1421000
1112.18/1109.78	c cleaning 53001 clauses out of 106005 with flag 6017366/1475001
1153.19/1150.79	c cleaning 53994 clauses out of 108003 with flag 6269914/1530000
1196.09/1193.67	c cleaning 55003 clauses out of 110009 with flag 6514050/1586000
1241.99/1239.54	c cleaning 55996 clauses out of 112007 with flag 6771891/1643001
1286.00/1283.55	c cleaning 57001 clauses out of 114011 with flag 7035916/1701001
1335.22/1332.73	c cleaning 58005 clauses out of 116010 with flag 7296779/1760001
1384.13/1381.61	c cleaning 58998 clauses out of 118005 with flag 7567379/1820001
1432.44/1429.90	c cleaning 59994 clauses out of 120006 with flag 7852979/1881000
1481.54/1479.06	c cleaning 60999 clauses out of 122012 with flag 8125704/1943000
1531.85/1529.33	c cleaning 61995 clauses out of 124013 with flag 8412201/2006000
1582.55/1580.08	c cleaning 63005 clauses out of 126020 with flag 8718415/2070002
1634.54/1632.03	c cleaning 64000 clauses out of 128014 with flag 9020895/2135001
1687.86/1685.36	c cleaning 65001 clauses out of 130013 with flag 9321396/2201000
1739.77/1737.21	c cleaning 66004 clauses out of 132012 with flag 9640639/2268000
1790.96/1788.08	c cleaning 66998 clauses out of 134000 with flag 9926079/2336000
1800.06/1797.10	c starts		: 381
1800.06/1797.10	c conflicts		: 2349681
1800.06/1797.10	c decisions		: 3008206
1800.06/1797.10	c propagations		: 1656515377
1800.06/1797.10	c inspects		: 4926910392
1800.06/1797.10	c shortcuts		: 0
1800.06/1797.10	c learnt literals	: 57
1800.06/1797.10	c learnt binary clauses	: 695
1800.06/1797.10	c learnt ternary clauses	: 471
1800.06/1797.10	c learnt constraints	: 2349624
1800.06/1797.10	c ignored constraints	: 0
1800.06/1797.10	c root simplifications	: 0
1800.06/1797.10	c removed literals (reason simplification)	: 0
1800.06/1797.10	c reason swapping (by a shorter reason)	: 0
1800.06/1797.10	c Calls to reduceDB	: 64
1800.06/1797.10	c Number of update (reduction) of LBD	: 101129
1800.06/1797.10	c Imported unit clauses	: 0
1800.06/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.10	c number of learned constraints concerned by reduction	: 0
1800.06/1797.10	c number of learning phase by resolution	: 0
1800.06/1797.10	c number of learning phase by cutting planes	: 0
1800.06/1797.10	c speed (assignments/second)	: 922268.6858586594
1800.06/1797.10	c non guided choices	343
1800.06/1797.10	c timeout
1800.06/1797.13	c learnt constraints type 
1800.06/1797.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 695
1800.06/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79988
1800.06/1797.13	s UNKNOWN
1800.06/1797.13	c Total wall clock time (in seconds): 1797.003

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-4085743-1465294236/watcher-4085743-1465294236 -o /tmp/evaluation-result-4085743-1465294236/solver-4085743-1465294236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085743-1465294236.opb 

pid=14849
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.12 2.19 2.17 3/195 14852
/proc/meminfo: memFree=27338464/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14852/stat : 14852 (java) D 14849 14852 9389 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 111357064 2560000 46 33554432000 1073741824 1073778376 140734740989424 140734740986552 259103223079 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/14852/statm: 625 46 37 9 0 29 0

[startup+0.100113 s]
/proc/loadavg: 2.12 2.19 2.17 3/195 14852
/proc/meminfo: memFree=27338464/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 4236 0 1 0 7 0 0 0 20 0 18 0 111357064 9787879424 5356 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2389619 5363 2068 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 2.12 2.19 2.17 3/195 14852
/proc/meminfo: memFree=27338464/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 4966 0 1 0 26 1 0 0 20 0 18 0 111357064 9787879424 6929 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2389619 6929 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300311 s]
/proc/loadavg: 2.12 2.19 2.17 3/195 14852
/proc/meminfo: memFree=27338464/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 6009 0 1 0 46 1 0 0 20 0 18 0 111357064 9787879424 10904 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2389619 10904 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700254 s]
/proc/loadavg: 2.12 2.19 2.17 3/195 14852
/proc/meminfo: memFree=27338464/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 8194 0 1 0 120 5 0 0 20 0 18 0 111357064 9787879424 44488 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2389619 44488 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.12 2.19 2.17 4/214 14871
/proc/meminfo: memFree=27165456/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 13340 0 1 0 258 6 0 0 20 0 19 0 111357064 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 45127 2278 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 2473 0 1 0 139 3 0 0 20 0 19 0 111357066 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832682715728 139832542917224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 111357068 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) R 14849 14852 9389 0 -1 4202560 6225 0 0 0 62 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832435485624 139832686233601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) R 14849 14852 9389 0 -1 4202560 3244 0 0 0 43 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832434432824 139832688674971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.11 2.19 2.17 3/214 14871
/proc/meminfo: memFree=27165456/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 13342 0 1 0 419 6 0 0 20 0 19 0 111357064 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 45127 2278 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 2474 0 1 0 298 3 0 0 20 0 19 0 111357066 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832682715456 139832542942367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111357068 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) S 14849 14852 9389 0 -1 4202560 6225 0 0 0 63 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832435485624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) S 14849 14852 9389 0 -1 4202560 3244 0 0 0 44 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832434432824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 45127 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.11 2.19 2.17 3/214 14871
/proc/meminfo: memFree=27164204/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 13344 0 1 0 740 6 0 0 20 0 19 0 111357064 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 45120 2279 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 2475 0 1 0 617 3 0 0 20 0 19 0 111357066 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832682717304 139832542920411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 111357067 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111357068 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) S 14849 14852 9389 0 -1 4202560 6225 0 0 0 63 0 0 0 20 0 19 0 111357071 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832435485624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) S 14849 14852 9389 0 -1 4202560 3245 0 0 0 45 0 0 0 20 0 19 0 111357071 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832434432824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 45120 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040


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

[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 335996 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/214 14981
/proc/meminfo: memFree=26742572/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=1784.86 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 23345 0 1 0 178395 91 0 0 20 0 19 0 111357064 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 355452 2293 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=1776.99 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 3305 0 1 0 177658 41 0 0 20 0 19 0 111357066 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832682708672 139832542787992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 157 0 0 0 8 7 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 135 0 0 0 10 8 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 146 0 0 0 10 8 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 128 0 0 0 8 6 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 108 0 0 0 8 6 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 231 0 0 0 14 10 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 132 0 0 0 8 7 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 178 0 0 0 7 5 0 0 20 0 19 0 111357067 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 702 0 0 0 16 0 0 0 20 0 19 0 111357068 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) S 14849 14852 9389 0 -1 4202560 6230 0 0 0 69 0 0 0 20 0 19 0 111357071 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832435485624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) S 14849 14852 9389 0 -1 4202560 10533 0 0 0 90 2 0 0 20 0 19 0 111357071 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832434432824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 111357071 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 355452 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.07 2.16 2.17 4/214 14981
/proc/meminfo: memFree=26527716/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 24267 0 1 0 179891 115 0 0 20 0 19 0 111357064 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 409214 2293 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=1791.61 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 3306 0 1 0 179120 41 0 0 20 0 19 0 111357066 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832682708672 139832542920436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 231 0 0 0 12 9 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 211 0 0 0 17 12 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 194 0 0 0 14 10 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 177 0 0 0 11 9 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 144 0 0 0 11 8 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 282 0 0 0 18 12 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 186 0 0 0 11 10 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 217 0 0 0 10 6 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 1196 0 0 0 16 0 0 0 20 0 19 0 111357068 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) S 14849 14852 9389 0 -1 4202560 6230 0 0 0 69 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832435485624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) S 14849 14852 9389 0 -1 4202560 10533 0 0 0 90 2 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832434432824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14852 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.07 2.16 2.17 4/214 14981
/proc/meminfo: memFree=26527716/32872528 swapFree=16700/1645768
[pid=14852] ppid=14849 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14852/stat : 14852 (java) S 14849 14852 9389 0 -1 4202496 24267 0 1 0 179891 115 0 0 20 0 19 0 111357064 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 140733217639840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14852/statm: 2406260 409214 2293 9 0 2396937 0
[pid=14852/tid=14854] ppid=14849 vsize=9625040 CPUtime=1791.61 cores=1,3,5,7
/proc/14852/task/14854/stat : 14854 (java) R 14849 14852 9389 0 -1 4202560 3306 0 1 0 179120 41 0 0 20 0 19 0 111357066 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832682708672 139832542920436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14855] ppid=14849 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14852/task/14855/stat : 14855 (java) S 14849 14852 9389 0 -1 4202560 231 0 0 0 12 9 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832660818472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14856] ppid=14849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14852/task/14856/stat : 14856 (java) S 14849 14852 9389 0 -1 4202560 211 0 0 0 17 12 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832458209704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14857] ppid=14849 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14852/task/14857/stat : 14857 (java) S 14849 14852 9389 0 -1 4202560 194 0 0 0 14 10 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832457156904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14858] ppid=14849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/14852/task/14858/stat : 14858 (java) S 14849 14852 9389 0 -1 4202560 177 0 0 0 11 9 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832456104104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14859] ppid=14849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14852/task/14859/stat : 14859 (java) S 14849 14852 9389 0 -1 4202560 144 0 0 0 11 8 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832455052328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14852/tid=14860] ppid=14849 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14852/task/14860/stat : 14860 (java) S 14849 14852 9389 0 -1 4202560 282 0 0 0 18 12 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832453999528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14861] ppid=14849 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14852/task/14861/stat : 14861 (java) S 14849 14852 9389 0 -1 4202560 186 0 0 0 11 10 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832452946728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14862] ppid=14849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14852/task/14862/stat : 14862 (java) S 14849 14852 9389 0 -1 4202560 217 0 0 0 10 6 0 0 20 0 19 0 111357067 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832451893928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14863] ppid=14849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14852/task/14863/stat : 14863 (java) S 14849 14852 9389 0 -1 4202560 1196 0 0 0 16 0 0 0 20 0 19 0 111357068 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832439695848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14864] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14864/stat : 14864 (java) S 14849 14852 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832438641912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14865] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14865/stat : 14865 (java) S 14849 14852 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111357069 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832437589000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14866] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14866/stat : 14866 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832436537488 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14867] ppid=14849 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14852/task/14867/stat : 14867 (java) S 14849 14852 9389 0 -1 4202560 6230 0 0 0 69 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832435485624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14852/tid=14868] ppid=14849 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14852/task/14868/stat : 14868 (java) S 14849 14852 9389 0 -1 4202560 10533 0 0 0 90 2 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832434432824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14869] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14869/stat : 14869 (java) S 14849 14852 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832433380216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14852/tid=14870] ppid=14849 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14852/task/14870/stat : 14870 (java) S 14849 14852 9389 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 111357071 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832432327624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14852/tid=14871] ppid=14849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14852/task/14871/stat : 14871 (java) S 14849 14852 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111357162 9856040960 409214 33554432000 1073741824 1073778376 140733217648704 139832431174824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14852 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=351217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=510770
# CPU time returned by wait4() is 1795.86
# 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): 1797.14
CPU time (s): 1800.06
CPU user time (s): 1798.91
CPU system time (s): 1.15
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.51077
maximum resident set size= 1636972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24300
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= 38246
involuntary context switches= 10429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7814 second user time and 12.3971 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 12:10:36
IDJOB=4085743
IDBENCH=90800
IDSOLVER=2546
FILE ID=node124/4085743-1465294236
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085743-1465294236/watcher-4085743-1465294236 -o /tmp/evaluation-result-4085743-1465294236/solver-4085743-1465294236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085743-1465294236.opb

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

MD5SUM BENCH= 517c70a04642760d1320984a69d9942b
RANDOM SEED=1993818485

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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.707
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:        27338620 kB
Buffers:          122420 kB
Cached:           242924 kB
SwapCached:          824 kB
Active:          2892272 kB
Inactive:         254932 kB
Active(anon):    2783108 kB
Inactive(anon):     1252 kB
Active(file):     109164 kB
Inactive(file):   253680 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              3476 kB
Writeback:             0 kB
AnonPages:       4426888 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             601612 kB
SReclaimable:      45524 kB
SUnreclaim:       556088 kB
KernelStack:        1592 kB
PageTables:        12536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4959476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4331520 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= 71720 MiB
End job on node124 at 2016-06-07 12:40:33