Trace number 4090087

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.07 895.57

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l100-r099-n1.opb
MD5SUM451a1f13d8211d4ccb0e9ba184e8d373
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5394
Total number of constraints11482
Number of constraints which are clauses9684
Number of constraints which are cardinality constraints (but not clauses)1798
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090087-1466025671.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.69/0.49	c ... done. Wall clock time 0.373s.
0.69/0.49	c declared #vars     5394
0.69/0.49	c #constraints  13280
0.69/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.69/0.49	c constraints type 
0.69/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1798
0.69/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1798
0.69/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9684
0.69/0.49	c 13280 constraints processed.
0.69/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.69/0.49	c constraints type 
0.69/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9684
0.69/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1798
0.69/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1798
0.69/0.49	c 13280 constraints processed.
5.97/2.56	c cleaning 2457 clauses out of 5000 with flag 430348/5000
8.82/3.78	c cleaning 0 clauses out of 5000 with flag 0/5000
9.84/4.11	c cleaning 4264 clauses out of 8544 with flag 711514/11001
13.52/5.84	c cleaning 5639 clauses out of 11282 with flag 873614/18003
18.71/8.26	c cleaning 6810 clauses out of 13641 with flag 1197136/26001
23.60/10.68	c cleaning 7908 clauses out of 15831 with flag 1339011/35001
29.08/13.34	c cleaning 8952 clauses out of 17923 with flag 1490734/45001
35.67/16.61	c cleaning 9968 clauses out of 19970 with flag 1669946/56000
43.11/20.38	c cleaning 10986 clauses out of 22004 with flag 1868298/68002
51.97/24.77	c cleaning 11993 clauses out of 24017 with flag 2091038/81001
61.77/29.63	c cleaning 12996 clauses out of 26023 with flag 2318277/95000
72.82/35.11	c cleaning 14000 clauses out of 28027 with flag 2558237/110000
84.12/40.73	c cleaning 14992 clauses out of 30028 with flag 2822264/126001
97.16/47.29	c cleaning 16010 clauses out of 32035 with flag 3079300/143000
109.96/53.67	c cleaning 17008 clauses out of 34026 with flag 3365339/161001
125.02/61.17	c cleaning 17996 clauses out of 36018 with flag 3711976/180001
126.03/61.67	c cleaning 0 clauses out of 11000 with flag 0/11000
141.49/69.39	c cleaning 19003 clauses out of 38021 with flag 4100898/200000
157.14/77.17	c cleaning 19988 clauses out of 40018 with flag 4451881/221000
173.18/85.12	c cleaning 21007 clauses out of 42031 with flag 4776102/243001
190.05/93.55	c cleaning 22010 clauses out of 44023 with flag 5131319/266000
208.71/102.84	c cleaning 22996 clauses out of 46013 with flag 5537440/290000
228.96/112.97	c cleaning 24001 clauses out of 48018 with flag 5912361/315001
251.25/124.08	c cleaning 25003 clauses out of 50016 with flag 6328383/341000
272.14/134.43	c cleaning 25990 clauses out of 52013 with flag 6784857/368000
296.00/146.33	c cleaning 27001 clauses out of 54026 with flag 7301225/396003
320.09/158.39	c cleaning 27998 clauses out of 56022 with flag 7828395/425000
346.20/171.34	c cleaning 28996 clauses out of 58025 with flag 8329204/455001
379.34/187.86	c cleaning 30007 clauses out of 60029 with flag 8858455/486001
406.71/201.46	c cleaning 31008 clauses out of 62024 with flag 9403119/518003
444.52/220.26	c cleaning 31999 clauses out of 64013 with flag 9976176/551000
483.23/239.80	c cleaning 32993 clauses out of 66014 with flag 10615081/585000
513.16/254.66	c cleaning 34004 clauses out of 68021 with flag 11233804/620000
543.72/269.83	c cleaning 35001 clauses out of 70019 with flag 11886492/656002
576.27/286.06	c cleaning 36004 clauses out of 72020 with flag 12575503/693004
611.83/303.79	c cleaning 36997 clauses out of 74013 with flag 13251911/731001
646.59/321.02	c cleaning 38000 clauses out of 76016 with flag 13904874/770001
680.74/338.06	c cleaning 38992 clauses out of 78015 with flag 14551478/810000
685.97/340.68	c cleaning 0 clauses out of 18000 with flag 0/18000
718.98/357.00	c cleaning 40001 clauses out of 80025 with flag 15241571/851002
759.39/377.18	c cleaning 41008 clauses out of 82022 with flag 16014427/893000
810.35/402.83	c cleaning 42005 clauses out of 84014 with flag 16809621/936000
854.56/424.89	c cleaning 42987 clauses out of 86009 with flag 17578251/980000
897.38/446.14	c cleaning 43996 clauses out of 88022 with flag 18387518/1025000
949.04/471.89	c cleaning 45010 clauses out of 90027 with flag 19197101/1071001
1004.41/499.35	c cleaning 46006 clauses out of 92018 with flag 20065718/1118002
1061.69/527.82	c cleaning 46993 clauses out of 94010 with flag 20976224/1166000
1116.21/554.96	c cleaning 48006 clauses out of 96019 with flag 21846515/1215002
1177.09/585.21	c cleaning 48989 clauses out of 98011 with flag 22888328/1265000
1237.17/615.13	c cleaning 49996 clauses out of 100022 with flag 23890273/1316000
1297.90/645.30	c cleaning 51004 clauses out of 102027 with flag 24910115/1368001
1371.47/682.00	c cleaning 52008 clauses out of 104023 with flag 26017507/1421001
1449.43/721.13	c cleaning 53005 clauses out of 106018 with flag 27129884/1475004
1529.21/760.84	c cleaning 53994 clauses out of 108009 with flag 28268474/1530000
1614.44/803.28	c cleaning 54998 clauses out of 110015 with flag 29396835/1586000
1704.57/848.05	c cleaning 56000 clauses out of 112018 with flag 30501324/1643001
1782.95/887.07	c cleaning 57000 clauses out of 114017 with flag 31660436/1701000
1800.07/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.51	c starts		: 2923
1800.07/895.51	c conflicts		: 1716313
1800.07/895.51	c decisions		: 2831527
1800.07/895.51	c propagations		: 727556019
1800.07/895.51	c inspects		: 9574521171
1800.07/895.51	c shortcuts		: 0
1800.07/895.51	c learnt literals	: 0
1800.07/895.51	c learnt binary clauses	: 0
1800.07/895.51	c learnt ternary clauses	: 4888
1800.07/895.51	c learnt constraints	: 1716313
1800.07/895.51	c ignored constraints	: 0
1800.07/895.51	c root simplifications	: 0
1800.07/895.51	c removed literals (reason simplification)	: 199557162
1800.07/895.51	c reason swapping (by a shorter reason)	: 0
1800.07/895.51	c Calls to reduceDB	: 54
1800.07/895.51	c Number of update (reduction) of LBD	: 799179
1800.07/895.51	c Imported unit clauses	: 0
1800.07/895.51	c number of reductions to clauses (during analyze)	: 0
1800.07/895.51	c number of learned constraints concerned by reduction	: 0
1800.07/895.51	c number of learning phase by resolution	: 0
1800.07/895.51	c number of learning phase by cutting planes	: 0
1800.07/895.51	c speed (assignments/second)	: 812901.000210053
1800.07/895.51	c non guided choices	61156
1800.07/895.53	c learnt constraints type 
1800.07/895.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72331
1800.07/895.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.53	c starts		: 53
1800.07/895.53	c conflicts		: 25455
1800.07/895.53	c decisions		: 430342
1800.07/895.53	c propagations		: 13360896
1800.07/895.53	c inspects		: 1030910480
1800.07/895.53	c shortcuts		: 0
1800.07/895.53	c learnt literals	: 0
1800.07/895.53	c learnt binary clauses	: 0
1800.07/895.53	c learnt ternary clauses	: 3958
1800.07/895.53	c learnt constraints	: 25454
1800.07/895.53	c ignored constraints	: 0
1800.07/895.53	c root simplifications	: 0
1800.07/895.53	c removed literals (reason simplification)	: 0
1800.07/895.53	c reason swapping (by a shorter reason)	: 0
1800.07/895.53	c Calls to reduceDB	: 3
1800.07/895.53	c Number of update (reduction) of LBD	: 0
1800.07/895.53	c Imported unit clauses	: 0
1800.07/895.53	c number of reductions to clauses (during analyze)	: 0
1800.07/895.53	c number of learned constraints concerned by reduction	: 0
1800.07/895.53	c number of learning phase by resolution	: 0
1800.07/895.53	c number of learning phase by cutting planes	: 0
1800.07/895.53	c speed (assignments/second)	: 14927.85836468234
1800.07/895.53	c non guided choices	25537
1800.07/895.55	c learnt constraints type 
1800.07/895.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5930
1800.07/895.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19524
1800.07/895.55	s UNKNOWN
1800.07/895.55	c Total wall clock time (in seconds): 895.433

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-4090087-1466025671/watcher-4090087-1466025671 -o /tmp/evaluation-result-4090087-1466025671/solver-4090087-1466025671 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090087-1466025671.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.03 4.01 4.00 2/193 11102
/proc/meminfo: memFree=31406600/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 4617548 98570240 978 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 24065 978 744 9 0 16771 0
[pid=11102/tid=11103] ppid=11099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4617548 98570240 978 33554432000 1073741824 1073778376 140733851554656 140416709643816 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.03 4.01 4.00 2/193 11102
/proc/meminfo: memFree=31406600/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 4473 0 1 0 9 1 0 0 20 0 18 0 4617548 9787879424 5596 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2389619 5598 2132 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 5767 0 -1 4202560 2441 0 1 0 7 1 0 0 20 0 18 0 4617548 9787879424 5599 33554432000 1073741824 1073778376 140733851554656 140416709647264 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 4.03 4.01 4.00 2/193 11102
/proc/meminfo: memFree=31406600/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 4912 0 1 0 23 1 0 0 20 0 18 0 4617548 9787879424 13663 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2389619 13663 2203 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 5767 0 -1 4202560 2469 0 1 0 16 1 0 0 20 0 18 0 4617548 9787879424 13663 33554432000 1073741824 1073778376 140733851554656 140416709631192 140416581786606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.310768 s]
/proc/loadavg: 4.03 4.01 4.00 2/193 11102
/proc/meminfo: memFree=31406600/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 5893 0 1 0 46 2 0 0 20 0 18 0 4617548 9787879424 35242 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2389619 35242 2230 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 5767 0 -1 4202560 2512 0 1 0 26 3 0 0 20 0 18 0 4617548 9787879424 35242 33554432000 1073741824 1073778376 140733851554656 140416709647512 140416582166646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 4.03 4.01 4.00 2/193 11102
/proc/meminfo: memFree=31406600/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 8617 0 1 0 163 4 0 0 20 0 22 0 4617548 10060525568 40478 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 40478 2283 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2537 0 1 0 44 3 0 0 20 0 22 0 4617548 10060525568 40478 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.03 4.01 4.00 5/215 11192
/proc/meminfo: memFree=31170820/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 9858 0 1 0 356 5 0 0 20 0 22 0 4617548 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 42157 2284 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2537 0 1 0 44 3 0 0 20 0 22 0 4617548 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416553314600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416552261800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416545946536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 5767 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 4617550 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416533747944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416532694008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416531641608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416530590096 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 5767 0 -1 4202560 3536 0 0 0 54 0 0 0 20 0 22 0 4617553 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416529537720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 5767 0 -1 4202560 2348 0 0 0 55 0 0 0 20 0 22 0 4617553 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416528484920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416527432824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416526380232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11125] ppid=11099 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/11102/task/11125/stat : 11125 (java) R 11099 11102 5767 0 -1 4202560 22 0 0 0 97 0 0 0 20 0 22 0 4617597 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416525322704 140416582582573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11126] ppid=11099 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/11102/task/11126/stat : 11126 (java) R 11099 11102 5767 0 -1 4202560 27 0 0 0 96 0 0 0 20 0 22 0 4617597 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416524271960 140416581945189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11127] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11127/stat : 11127 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617598 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416523220136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11128] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11128/stat : 11128 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617599 10060525568 42157 33554432000 1073741824 1073778376 140733851554656 140416522167336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.03 4.01 4.00 7/219 11196
/proc/meminfo: memFree=30983064/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=7.55 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 21027 0 1 0 744 11 0 0 20 0 22 0 4617548 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 77895 2290 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2537 0 1 0 44 3 0 0 20 0 22 0 4617548 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416553314600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416552261800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4617549 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416545946536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 5767 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 4617550 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416533747944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416532694008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416531641608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416530590096 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 5767 0 -1 4202560 10380 0 0 0 94 2 0 0 20 0 22 0 4617553 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416529537720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 5767 0 -1 4202560 6593 0 0 0 85 2 0 0 20 0 22 0 4617553 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416528484920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416527432824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416526380232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11125] ppid=11099 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/11102/task/11125/stat : 11125 (java) R 11099 11102 5767 0 -1 4202560 23 0 0 0 256 0 0 0 20 0 22 0 4617597 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416525322664 140416582515047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11126] ppid=11099 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/11102/task/11126/stat : 11126 (java) R 11099 11102 5767 0 -1 4202560 89 0 0 0 252 1 0 0 20 0 22 0 4617597 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416524270760 140416582699428 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11127] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11127/stat : 11127 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617598 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416523220136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11128] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11128/stat : 11128 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617599 10060525568 77895 33554432000 1073741824 1073778376 140733851554656 140416522167336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.02 4.01 4.00 5/219 11196
/proc/meminfo: memFree=30590728/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=14.61 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 24898 0 1 0 1441 20 0 0 20 0 22 0 4617548 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 150062 2291 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2537 0 1 0 44 3 0 0 20 0 22 0 4617548 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416553314600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 5767 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416552261800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 77 0 0 0 5 0 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 64 0 0 0 4 0 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 22 0 4617549 10060525568 150062 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 446 0 0 0 248 10 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 435 0 0 0 254 7 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 416 0 0 0 254 11 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 370 0 0 0 258 7 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 405 0 0 0 274 9 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 5767 0 -1 4202560 334 0 0 0 235 7 0 0 20 0 22 0 4617549 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416545946536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 5767 0 -1 4202560 1501 0 0 0 206 22 0 0 20 0 22 0 4617550 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416533747944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416532694008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416531641608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416530590096 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 5767 0 -1 4202560 11615 0 0 0 115 2 0 0 20 0 22 0 4617553 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416529537720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 5767 0 -1 4202560 9671 0 0 0 153 2 0 0 20 0 22 0 4617553 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416528484920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416527432824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 5767 0 -1 4202560 51 0 0 0 20 16 0 0 20 0 22 0 4617553 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416526380232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11125] ppid=11099 vsize=9824732 CPUtime=871.22 cores=0,2,4,6
/proc/11102/task/11125/stat : 11125 (java) R 11099 11102 5767 0 -1 4202560 75 0 0 0 87107 15 0 0 20 0 22 0 4617597 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416525322784 140416582515516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11126] ppid=11099 vsize=9824732 CPUtime=871.3 cores=0,2,4,6
/proc/11102/task/11126/stat : 11126 (java) R 11099 11102 5767 0 -1 4202560 1691 0 0 0 87081 49 0 0 20 0 22 0 4617597 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416524270688 140416582647889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11127] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11127/stat : 11127 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617598 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416523220136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11128] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11128/stat : 11128 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617599 10060525568 572067 33554432000 1073741824 1073778376 140733851554656 140416522167336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.09 4.03 4.00 5/219 11758
/proc/meminfo: memFree=26308420/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 31517 0 1 0 179861 146 0 0 20 0 22 0 4617548 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 569904 2300 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2541 0 1 0 48 4 0 0 20 0 22 0 4617548 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 5767 0 -1 4202560 339 0 0 0 263 8 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416553314600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 5767 0 -1 4202560 335 0 0 0 247 9 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416552261800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 451 0 0 0 253 10 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 441 0 0 0 258 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 416 0 0 0 256 11 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 379 0 0 0 261 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 405 0 0 0 281 9 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 5767 0 -1 4202560 337 0 0 0 237 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416545946536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 5767 0 -1 4202560 1501 0 0 0 206 22 0 0 20 0 22 0 4617550 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416533747944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416532694008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416531641608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416530590096 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 5767 0 -1 4202560 11615 0 0 0 115 2 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416529537720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 5767 0 -1 4202560 9671 0 0 0 153 2 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416528484920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416527432824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 5767 0 -1 4202560 51 0 0 0 20 16 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416526380232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11125] ppid=11099 vsize=9824732 CPUtime=884.3 cores=0,2,4,6
/proc/11102/task/11125/stat : 11125 (java) R 11099 11102 5767 0 -1 4202560 76 0 0 0 88415 15 0 0 20 0 22 0 4617597 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416525323632 140416582515521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11126] ppid=11099 vsize=9824732 CPUtime=884.37 cores=0,2,4,6
/proc/11102/task/11126/stat : 11126 (java) R 11099 11102 5767 0 -1 4202560 1693 0 0 0 88388 49 0 0 20 0 22 0 4617597 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416524269616 140416582515516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11127] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11127/stat : 11127 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617598 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416523220136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11128] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11128/stat : 11128 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617599 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416522167336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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

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

[startup+895.508 s]
/proc/loadavg: 4.09 4.03 4.00 5/219 11758
/proc/meminfo: memFree=26308420/32872528 swapFree=248296/248296
[pid=11102] ppid=11099 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 5767 0 -1 4202496 31517 0 1 0 179861 146 0 0 20 0 22 0 4617548 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140733851545792 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11102/statm: 2456183 569904 2300 9 0 2446860 0
[pid=11102/tid=11103] ppid=11099 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) S 11099 11102 5767 0 -1 4202560 2541 0 1 0 48 4 0 0 20 0 22 0 4617548 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416709649272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 5767 0 -1 4202560 339 0 0 0 263 8 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416553314600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 5767 0 -1 4202560 335 0 0 0 247 9 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416552261800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 5767 0 -1 4202560 451 0 0 0 253 10 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416551209512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 5767 0 -1 4202560 441 0 0 0 258 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416550156712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 5767 0 -1 4202560 416 0 0 0 256 11 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416549104424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 5767 0 -1 4202560 379 0 0 0 261 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416548051624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 5767 0 -1 4202560 405 0 0 0 281 9 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416546999336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 5767 0 -1 4202560 337 0 0 0 237 7 0 0 20 0 22 0 4617549 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416545946536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 5767 0 -1 4202560 1501 0 0 0 206 22 0 0 20 0 22 0 4617550 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416533747944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416532694008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4617551 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416531641608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416530590096 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 5767 0 -1 4202560 11615 0 0 0 115 2 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416529537720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 5767 0 -1 4202560 9671 0 0 0 153 2 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416528484920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416527432824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 5767 0 -1 4202560 51 0 0 0 20 16 0 0 20 0 22 0 4617553 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416526380232 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11125] ppid=11099 vsize=9824732 CPUtime=884.3 cores=0,2,4,6
/proc/11102/task/11125/stat : 11125 (java) R 11099 11102 5767 0 -1 4202560 76 0 0 0 88415 15 0 0 20 0 22 0 4617597 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416525323632 140416582515521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11126] ppid=11099 vsize=9824732 CPUtime=884.37 cores=0,2,4,6
/proc/11102/task/11126/stat : 11126 (java) R 11099 11102 5767 0 -1 4202560 1693 0 0 0 88388 49 0 0 20 0 22 0 4617597 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416524269616 140416582515516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11127] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11127/stat : 11127 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617598 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416523220136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11128] ppid=11099 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11128/stat : 11128 (java) S 11099 11102 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4617599 10060525568 569904 33554432000 1073741824 1073778376 140733851554656 140416522167336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11102 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=260230
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=949703
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.57
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.46
CPU usage (%): 200.997
Max. virtual memory (cumulated for all children) (KiB): 9826248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.9497
maximum resident set size= 2898696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29080
involuntary context switches= 43707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48317 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:21:11
IDJOB=4090087
IDBENCH=107499
IDSOLVER=2543
FILE ID=node103/4090087-1466025671
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l100-r099-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090087-1466025671/watcher-4090087-1466025671 -o /tmp/evaluation-result-4090087-1466025671/solver-4090087-1466025671 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090087-1466025671.opb

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

MD5SUM BENCH= 451a1f13d8211d4ccb0e9ba184e8d373
RANDOM SEED=1331490768

node103.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.278
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.55
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.278
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.278
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.278
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.278
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		: 2667.278
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.278
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.278
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:        31409176 kB
Buffers:          136400 kB
Cached:           346780 kB
SwapCached:            0 kB
Active:           172656 kB
Inactive:         336004 kB
Active(anon):      27652 kB
Inactive(anon):        0 kB
Active(file):     145004 kB
Inactive(file):   336004 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:        428816 kB
Mapped:            20828 kB
Shmem:               204 kB
Slab:             575440 kB
SReclaimable:      19348 kB
SUnreclaim:       556092 kB
KernelStack:        1808 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     934296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 71736 MiB
End job on node103 at 2016-06-15 23:36:07