Trace number 4080581

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.15 896.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark932.568
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4080581-1465259325.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.74/0.44	c ... done. Wall clock time 0.337s.
0.74/0.44	c declared #vars     200
0.74/0.44	c internal #vars     3274
0.74/0.44	c #constraints  6451
0.74/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
0.74/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.74/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.74/0.44	c 6451 constraints processed.
0.74/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
0.74/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.74/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
0.74/0.44	c 6451 constraints processed.
4.67/1.49	c cleaning 2499 clauses out of 5001 with flag 13901/5001
6.29/1.97	c cleaning 4245 clauses out of 8501 with flag 31254/11000
7.75/2.59	c cleaning 5623 clauses out of 11256 with flag 50346/18000
9.05/3.19	c cleaning 6815 clauses out of 13634 with flag 70679/26001
10.73/3.91	c cleaning 7910 clauses out of 15819 with flag 93665/35001
12.61/4.81	c cleaning 8954 clauses out of 17909 with flag 118277/45001
14.86/5.93	c cleaning 9978 clauses out of 19955 with flag 147760/56001
17.47/7.30	c cleaning 10988 clauses out of 21978 with flag 182295/68002
20.94/8.94	c cleaning 11989 clauses out of 23988 with flag 222116/81000
24.62/10.77	c cleaning 12999 clauses out of 26000 with flag 263469/95001
28.42/12.68	c cleaning 13995 clauses out of 28000 with flag 307907/110000
33.02/14.91	c cleaning 14994 clauses out of 30005 with flag 359405/126000
37.72/17.23	c cleaning 15989 clauses out of 32011 with flag 412420/143000
42.72/19.71	c cleaning 17000 clauses out of 34028 with flag 469085/161006
48.47/22.59	c cleaning 18009 clauses out of 36022 with flag 536850/180000
54.67/25.63	c cleaning 18985 clauses out of 38016 with flag 611212/200003
61.19/28.84	c cleaning 19991 clauses out of 40030 with flag 681483/221002
67.98/32.20	c cleaning 20983 clauses out of 42037 with flag 749237/243000
74.38/35.42	c cleaning 22020 clauses out of 44054 with flag 827603/266000
80.89/38.62	c cleaning 23017 clauses out of 46034 with flag 917071/290000
88.47/42.49	c cleaning 24008 clauses out of 48022 with flag 993664/315005
96.72/46.51	c cleaning 24998 clauses out of 50009 with flag 1073723/341000
104.52/50.49	c cleaning 26004 clauses out of 52013 with flag 1162732/368002
110.40/53.37	c cleaning 0 clauses out of 5006 with flag 0/5006
113.63/54.73	c cleaning 27008 clauses out of 54016 with flag 1244183/396009
123.33/59.52	c cleaning 27988 clauses out of 55999 with flag 1339798/425000
133.52/64.63	c cleaning 28995 clauses out of 58011 with flag 1450529/455000
143.39/69.58	c cleaning 29997 clauses out of 60016 with flag 1567743/486000
153.26/74.43	c cleaning 31011 clauses out of 62024 with flag 1672793/518005
163.46/79.53	c cleaning 32001 clauses out of 64008 with flag 1815696/551000
175.12/85.31	c cleaning 32996 clauses out of 66007 with flag 1967217/585000
186.78/91.18	c cleaning 33985 clauses out of 68011 with flag 2111930/620000
201.05/98.23	c cleaning 35011 clauses out of 70026 with flag 2240495/656000
214.30/104.89	c cleaning 35995 clauses out of 72015 with flag 2389727/693000
227.97/111.65	c cleaning 37003 clauses out of 74020 with flag 2549999/731000
242.53/119.17	c cleaning 37992 clauses out of 76017 with flag 2707988/770000
257.57/126.65	c cleaning 39003 clauses out of 78026 with flag 2868474/810001
274.90/135.27	c cleaning 40004 clauses out of 80022 with flag 3045475/851000
293.57/144.60	c cleaning 41002 clauses out of 82019 with flag 3229571/893001
310.82/153.11	c cleaning 41999 clauses out of 84016 with flag 3411096/936000
328.07/161.73	c cleaning 43003 clauses out of 86019 with flag 3586205/980002
347.89/171.68	c cleaning 43992 clauses out of 88014 with flag 3736241/1025000
367.96/181.69	c cleaning 45012 clauses out of 90027 with flag 3884258/1071005
389.44/192.32	c cleaning 45997 clauses out of 92011 with flag 4033876/1118001
412.69/203.91	c cleaning 46994 clauses out of 94013 with flag 4189007/1166000
433.98/214.54	c cleaning 48002 clauses out of 96019 with flag 4344553/1215000
454.87/224.92	c cleaning 49008 clauses out of 98017 with flag 4516507/1265000
476.73/235.88	c cleaning 49996 clauses out of 100009 with flag 4680502/1316000
498.61/247.02	c cleaning 50991 clauses out of 102013 with flag 4867399/1368000
522.89/259.18	c cleaning 52004 clauses out of 104022 with flag 5061170/1421000
546.96/271.10	c cleaning 53009 clauses out of 106019 with flag 5250773/1475001
573.49/284.39	c cleaning 54002 clauses out of 108010 with flag 5416721/1530001
600.39/297.71	c cleaning 55004 clauses out of 110007 with flag 5583191/1586000
628.46/311.77	c cleaning 55985 clauses out of 112003 with flag 5812190/1643000
655.76/325.31	c cleaning 57000 clauses out of 114018 with flag 6043790/1701000
684.10/339.42	c cleaning 58006 clauses out of 116018 with flag 6277376/1760000
689.95/342.31	c cleaning 0 clauses out of 11000 with flag 0/11000
713.47/354.01	c cleaning 59004 clauses out of 118012 with flag 6514388/1820000
745.40/369.91	c cleaning 59997 clauses out of 120008 with flag 6717662/1881000
779.97/387.14	c cleaning 61000 clauses out of 122013 with flag 6951558/1943002
815.68/404.90	c cleaning 62000 clauses out of 124011 with flag 7192785/2006000
850.80/422.43	c cleaning 62997 clauses out of 126011 with flag 7433645/2070000
888.47/441.60	c cleaning 63997 clauses out of 128014 with flag 7682450/2135000
927.45/461.09	c cleaning 64989 clauses out of 130017 with flag 7970479/2201000
965.80/480.13	c cleaning 66001 clauses out of 132028 with flag 8232069/2268000
1007.59/500.94	c cleaning 67001 clauses out of 134027 with flag 8490335/2336000
1056.09/525.13	c cleaning 68004 clauses out of 136026 with flag 8766250/2405000
1107.37/550.66	c cleaning 68998 clauses out of 138022 with flag 9070978/2475000
1161.99/577.88	c cleaning 70001 clauses out of 140026 with flag 9369454/2546002
1215.03/604.21	c cleaning 71011 clauses out of 142025 with flag 9634642/2618002
1268.39/630.84	c cleaning 72003 clauses out of 144013 with flag 9891108/2691001
1325.05/659.67	c cleaning 72999 clauses out of 146013 with flag 10173232/2765004
1385.09/689.55	c cleaning 73998 clauses out of 148010 with flag 10453251/2840000
1442.50/718.12	c cleaning 74996 clauses out of 150013 with flag 10758892/2916001
1499.89/746.77	c cleaning 75989 clauses out of 152016 with flag 11042023/2993000
1567.77/780.52	c cleaning 77008 clauses out of 154027 with flag 11314926/3071000
1633.57/813.40	c cleaning 77998 clauses out of 156019 with flag 11602569/3150000
1710.66/851.71	c cleaning 79005 clauses out of 158022 with flag 11870078/3230001
1780.17/886.36	c cleaning 80007 clauses out of 160020 with flag 12150659/3311004
1800.15/896.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.70	c starts		: 229
1800.15/896.70	c conflicts		: 3338701
1800.15/896.70	c decisions		: 7874962
1800.15/896.70	c propagations		: 46719189
1800.15/896.70	c inspects		: 10772105040
1800.15/896.70	c shortcuts		: 0
1800.15/896.70	c learnt literals	: 0
1800.15/896.70	c learnt binary clauses	: 0
1800.15/896.70	c learnt ternary clauses	: 3883
1800.15/896.70	c learnt constraints	: 3338701
1800.15/896.70	c ignored constraints	: 0
1800.15/896.70	c root simplifications	: 0
1800.15/896.70	c removed literals (reason simplification)	: 126572449
1800.15/896.70	c reason swapping (by a shorter reason)	: 0
1800.15/896.70	c Calls to reduceDB	: 77
1800.15/896.70	c Number of update (reduction) of LBD	: 1133112
1800.15/896.70	c Imported unit clauses	: 0
1800.15/896.70	c number of reductions to clauses (during analyze)	: 0
1800.15/896.70	c number of learned constraints concerned by reduction	: 0
1800.15/896.70	c number of learning phase by resolution	: 0
1800.15/896.70	c number of learning phase by cutting planes	: 0
1800.15/896.70	c speed (assignments/second)	: 52127.523855004416
1800.15/896.70	c non guided choices	3139
1800.15/896.73	c learnt constraints type 
1800.15/896.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107710
1800.15/896.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.73	c starts		: 43
1800.15/896.73	c conflicts		: 15574
1800.15/896.73	c decisions		: 86747
1800.15/896.73	c propagations		: 2872849
1800.15/896.73	c inspects		: 967972732
1800.15/896.73	c shortcuts		: 0
1800.15/896.73	c learnt literals	: 0
1800.15/896.73	c learnt binary clauses	: 0
1800.15/896.73	c learnt ternary clauses	: 0
1800.15/896.73	c learnt constraints	: 15573
1800.15/896.73	c ignored constraints	: 0
1800.15/896.73	c root simplifications	: 0
1800.15/896.73	c removed literals (reason simplification)	: 0
1800.15/896.73	c reason swapping (by a shorter reason)	: 0
1800.15/896.73	c Calls to reduceDB	: 2
1800.15/896.73	c Number of update (reduction) of LBD	: 0
1800.15/896.73	c Imported unit clauses	: 0
1800.15/896.73	c number of reductions to clauses (during analyze)	: 0
1800.15/896.73	c number of learned constraints concerned by reduction	: 0
1800.15/896.73	c number of learning phase by resolution	: 0
1800.15/896.73	c number of learning phase by cutting planes	: 0
1800.15/896.73	c speed (assignments/second)	: 3205.313759027622
1800.15/896.73	c non guided choices	3139
1800.15/896.73	c learnt constraints type 
1800.15/896.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.15/896.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15572
1800.15/896.73	s UNKNOWN
1800.15/896.73	c Total wall clock time (in seconds): 896.629

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-4080581-1465259325/watcher-4080581-1465259325 -o /tmp/evaluation-result-4080581-1465259325/solver-4080581-1465259325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5999 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080581-1465259325.opb 

pid=7971
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.32 4.22 4.03 4/195 7974
/proc/meminfo: memFree=27528732/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107865529 98570240 977 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 24065 977 743 9 0 16771 0
[pid=7974/tid=7975] ppid=7971 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) R 7971 7974 5982 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107865529 98570240 978 33554432000 1073741824 1073778376 140736901702464 139779889860136 227512501632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.32 4.22 4.03 4/195 7974
/proc/meminfo: memFree=27528732/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 107865529 9787879424 6129 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2389619 6129 2158 9 0 2380296 0
[pid=7974/tid=7975] ppid=7971 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) R 7971 7974 5982 0 -1 4202560 2387 0 1 0 8 0 0 0 20 0 18 0 107865529 9787879424 6129 33554432000 1073741824 1073778376 140736901702464 139779889863584 227515884813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 4.32 4.22 4.03 4/195 7974
/proc/meminfo: memFree=27528732/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 4614 0 1 0 23 1 0 0 20 0 18 0 107865529 9787879424 7213 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2389619 7213 2213 9 0 2380296 0
[pid=7974/tid=7975] ppid=7971 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) R 7971 7974 5982 0 -1 4202560 2407 0 1 0 18 0 0 0 20 0 18 0 107865529 9787879424 7213 33554432000 1073741824 1073778376 140736901702464 139779889863584 227515874360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 4.32 4.22 4.03 4/195 7974
/proc/meminfo: memFree=27528732/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 5998 0 1 0 47 1 0 0 20 0 18 0 107865529 9787879424 9563 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2389619 9563 2240 9 0 2380296 0
[pid=7974/tid=7975] ppid=7971 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) R 7971 7974 5982 0 -1 4202560 2412 0 1 0 27 0 0 0 20 0 18 0 107865529 9787879424 9563 33554432000 1073741824 1073778376 140736901702464 139779889863584 139779727549872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.32 4.22 4.03 4/195 7974
/proc/meminfo: memFree=27528732/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 21424 0 1 0 183 4 0 0 20 0 22 0 107865529 10060525568 24578 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 24578 2265 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2430 0 1 0 41 1 0 0 20 0 22 0 107865529 10060525568 24578 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.37 4.23 4.03 7/217 7996
/proc/meminfo: memFree=27422840/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=5.04 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 28493 0 1 0 498 6 0 0 20 0 22 0 107865529 10060525568 46982 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 47005 2279 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2430 0 1 0 41 1 0 0 20 0 22 0 107865529 10060525568 47013 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7977] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7977/stat : 7977 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47030 33554432000 1073741824 1073778376 140736901702464 139779851356456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7978] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7978/stat : 7978 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47039 33554432000 1073741824 1073778376 140736901702464 139779850303656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7979] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47056 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47071 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47087 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47101 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47104 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7984/stat : 7984 (java) S 7971 7974 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107865530 10060525568 47119 33554432000 1073741824 1073778376 140736901702464 139779726367656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7985] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7985/stat : 7985 (java) S 7971 7974 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 47133 33554432000 1073741824 1073778376 140736901702464 139779713956072 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 47145 33554432000 1073741824 1073778376 140736901702464 139779712902136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 47162 33554432000 1073741824 1073778376 140736901702464 139779711849736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 47175 33554432000 1073741824 1073778376 140736901702464 139778972445072 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) R 7971 7974 5982 0 -1 4202560 14508 0 0 0 122 3 0 0 20 0 22 0 107865533 10060525568 47193 33554432000 1073741824 1073778376 140736901702464 139778971392696 227512169131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) R 7971 7974 5982 0 -1 4202560 10393 0 0 0 122 2 0 0 20 0 22 0 107865533 10060525568 47201 33554432000 1073741824 1073778376 140736901702464 139778970337168 139779895851238 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 47217 33554432000 1073741824 1073778376 140736901702464 139778969287800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 47229 33554432000 1073741824 1073778376 140736901702464 139778968235208 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) R 7971 7974 5982 0 -1 4202560 19 0 0 0 103 0 0 0 20 0 22 0 107865574 10060525568 47241 33554432000 1073741824 1073778376 140736901702464 139778967170848 139779728121152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7994] ppid=7971 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/7974/task/7994/stat : 7994 (java) R 7971 7974 5982 0 -1 4202560 76 0 0 0 102 1 0 0 20 0 22 0 107865574 10060525568 47258 33554432000 1073741824 1073778376 140736901702464 139778966127112 139779727970821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 47272 33554432000 1073741824 1073778376 140736901702464 139778965075112 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7996] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7996/stat : 7996 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 47288 33554432000 1073741824 1073778376 140736901702464 139778964022312 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.37 4.23 4.03 6/217 7996
/proc/meminfo: memFree=27286036/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=9.05 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 32159 0 1 0 890 15 0 0 20 0 22 0 107865529 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 91290 2292 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2430 0 1 0 41 1 0 0 20 0 22 0 107865529 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7977] ppid=7971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7974/task/7977/stat : 7977 (java) S 7971 7974 5982 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779851356456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7978] ppid=7971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7974/task/7978/stat : 7978 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779850303656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7979] ppid=7971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) R 7971 7974 5982 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515874360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) R 7971 7974 5982 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7974/task/7984/stat : 7984 (java) R 7971 7974 5982 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 107865530 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779726367656 139779892336337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7985] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7985/stat : 7985 (java) S 7971 7974 5982 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779713954952 227515872316 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779712902136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139779711849736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778972445072 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 5982 0 -1 4202560 17593 0 0 0 151 3 0 0 20 0 22 0 107865533 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778971392696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 5982 0 -1 4202560 10394 0 0 0 163 2 0 0 20 0 22 0 107865533 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778970339896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778969287800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778968235208 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 5982 0 -1 4202560 20 0 0 0 255 0 0 0 20 0 22 0 107865574 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778967177832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7994] ppid=7971 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/7974/task/7994/stat : 7994 (java) S 7971 7974 5982 0 -1 4202560 141 0 0 0 252 4 0 0 20 0 22 0 107865574 10060525568 91290 33554432000 1073741824 1073778376 140736901702464 139778966125816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 91802 33554432000 1073741824 1073778376 140736901702464 139778965075112 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7996] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7996/stat : 7996 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 91802 33554432000 1073741824 1073778376 140736901702464 139778964022312 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.34 4.23 4.03 11/217 7996
/proc/meminfo: memFree=26870152/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=15.66 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 32753 0 1 0 1538 28 0 0 20 0 22 0 107865529 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 166269 2292 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2430 0 1 0 41 1 0 0 20 0 22 0 107865529 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7977] ppid=7971 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7977/stat : 7977 (java) S 7971 7974 5982 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779851356456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7978] ppid=7971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7974/task/7978/stat : 7978 (java) S 7971 7974 5982 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779850303656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7979] ppid=7971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) S 7971 7974 5982 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) S 7971 7974 5982 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 107865530 10060525568 166269 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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

/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 536 0 0 0 207 15 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 541 0 0 0 178 10 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 553 0 0 0 208 16 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) S 7971 7974 5982 0 -1 4202560 606 0 0 0 200 14 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) S 7971 7974 5982 0 -1 4202560 613 0 0 0 210 17 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/7974/task/7984/stat : 7984 (java) S 7971 7974 5982 0 -1 4202560 628 0 0 0 204 17 0 0 20 0 22 0 107865530 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779726367656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7985] ppid=7971 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/7974/task/7985/stat : 7985 (java) S 7971 7974 5982 0 -1 4202560 2016 0 0 0 324 12 0 0 20 0 22 0 107865531 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779713956072 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779712902136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139779711849736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778972445072 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 5982 0 -1 4202560 17831 0 0 0 195 3 0 0 20 0 22 0 107865533 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778971392696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 5982 0 -1 4202560 10409 0 0 0 176 2 0 0 20 0 22 0 107865533 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778970339896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778969287800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 5982 0 -1 4202560 49 0 0 0 12 16 0 0 20 0 22 0 107865533 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778968235208 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=9824732 CPUtime=871.23 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) R 7971 7974 5982 0 -1 4202560 102 0 0 0 87108 15 0 0 20 0 22 0 107865574 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778967178528 139779728478881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7994] ppid=7971 vsize=9824732 CPUtime=871.38 cores=1,3,5,7
/proc/7974/task/7994/stat : 7994 (java) R 7971 7974 5982 0 -1 4202560 2443 0 0 0 87086 52 0 0 20 0 22 0 107865574 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778966124704 139779728450014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778965075112 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7996] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7996/stat : 7996 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 609874 33554432000 1073741824 1073778376 140736901702464 139778964022312 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.701 s]
/proc/loadavg: 4.22 4.21 4.12 5/217 8155
/proc/meminfo: memFree=25255792/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 41246 0 1 0 179824 191 0 0 20 0 22 0 107865529 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 598793 2301 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2432 0 1 0 43 3 0 0 20 0 22 0 107865529 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7977] ppid=7971 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/7974/task/7977/stat : 7977 (java) S 7971 7974 5982 0 -1 4202560 565 0 0 0 218 16 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779851356456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7978] ppid=7971 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7974/task/7978/stat : 7978 (java) S 7971 7974 5982 0 -1 4202560 527 0 0 0 195 15 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779850303656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7979] ppid=7971 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 536 0 0 0 214 15 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 547 0 0 0 182 10 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 558 0 0 0 213 16 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) S 7971 7974 5982 0 -1 4202560 606 0 0 0 204 14 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) S 7971 7974 5982 0 -1 4202560 613 0 0 0 216 17 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/7974/task/7984/stat : 7984 (java) S 7971 7974 5982 0 -1 4202560 628 0 0 0 208 17 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779726367656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7985] ppid=7971 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/7974/task/7985/stat : 7985 (java) S 7971 7974 5982 0 -1 4202560 2131 0 0 0 413 13 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779713956072 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779712902136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779711849736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778972445072 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 5982 0 -1 4202560 17831 0 0 0 195 3 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778971392696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 5982 0 -1 4202560 10409 0 0 0 176 2 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778970339896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778969287800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 5982 0 -1 4202560 49 0 0 0 13 16 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778968235208 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=9824732 CPUtime=884.57 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) R 7971 7974 5982 0 -1 4202560 104 0 0 0 88442 15 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778967178528 139779728277339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7994] ppid=7971 vsize=9824732 CPUtime=884.72 cores=1,3,5,7
/proc/7974/task/7994/stat : 7994 (java) R 7971 7974 5982 0 -1 4202560 2444 0 0 0 88420 52 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778966124704 139779728612864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778965075112 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7996] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7996/stat : 7996 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778964022312 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 7974 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.701 s]
/proc/loadavg: 4.22 4.21 4.12 5/217 8155
/proc/meminfo: memFree=25255792/32872528 swapFree=17280/1464432
[pid=7974] ppid=7971 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 5982 0 -1 4202496 41246 0 1 0 179824 191 0 0 20 0 22 0 107865529 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 140736901693600 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7974/statm: 2456183 598793 2301 9 0 2446860 0
[pid=7974/tid=7975] ppid=7971 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/7974/task/7975/stat : 7975 (java) S 7971 7974 5982 0 -1 4202560 2432 0 1 0 43 3 0 0 20 0 22 0 107865529 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779889865592 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7977] ppid=7971 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/7974/task/7977/stat : 7977 (java) S 7971 7974 5982 0 -1 4202560 565 0 0 0 218 16 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779851356456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7978] ppid=7971 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7974/task/7978/stat : 7978 (java) S 7971 7974 5982 0 -1 4202560 527 0 0 0 195 15 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779850303656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7979] ppid=7971 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/7974/task/7979/stat : 7979 (java) S 7971 7974 5982 0 -1 4202560 536 0 0 0 214 15 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779849251368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7980] ppid=7971 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/7974/task/7980/stat : 7980 (java) S 7971 7974 5982 0 -1 4202560 547 0 0 0 182 10 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779848198568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7981] ppid=7971 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/7974/task/7981/stat : 7981 (java) S 7971 7974 5982 0 -1 4202560 558 0 0 0 213 16 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779847146280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7982] ppid=7971 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/7974/task/7982/stat : 7982 (java) S 7971 7974 5982 0 -1 4202560 606 0 0 0 204 14 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779846093480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7983] ppid=7971 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7974/task/7983/stat : 7983 (java) S 7971 7974 5982 0 -1 4202560 613 0 0 0 216 17 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779727420456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7984] ppid=7971 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/7974/task/7984/stat : 7984 (java) S 7971 7974 5982 0 -1 4202560 628 0 0 0 208 17 0 0 20 0 22 0 107865530 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779726367656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7985] ppid=7971 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/7974/task/7985/stat : 7985 (java) S 7971 7974 5982 0 -1 4202560 2131 0 0 0 413 13 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779713956072 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779712902136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107865531 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139779711849736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778972445072 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 5982 0 -1 4202560 17831 0 0 0 195 3 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778971392696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 5982 0 -1 4202560 10409 0 0 0 176 2 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778970339896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778969287800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 5982 0 -1 4202560 49 0 0 0 13 16 0 0 20 0 22 0 107865533 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778968235208 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=9824732 CPUtime=884.57 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) R 7971 7974 5982 0 -1 4202560 104 0 0 0 88442 15 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778967178528 139779728277339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7974/tid=7994] ppid=7971 vsize=9824732 CPUtime=884.72 cores=1,3,5,7
/proc/7974/task/7994/stat : 7994 (java) R 7971 7974 5982 0 -1 4202560 2444 0 0 0 88420 52 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778966124704 139779728612864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778965075112 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7974/tid=7996] ppid=7971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7996/stat : 7996 (java) S 7971 7974 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107865574 10060525568 598793 33554432000 1073741824 1073778376 140736901702464 139778964022312 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.75
CPU time (s): 1800.15
CPU user time (s): 1798.24
CPU system time (s): 1.91
CPU usage (%): 200.742
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.76
system time used= 2.41463
maximum resident set size= 2960384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41280
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= 25340
involuntary context switches= 38343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.91225 second user time and 7.74482 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 02:28:45
IDJOB=4080581
IDBENCH=48376
IDSOLVER=2543
FILE ID=node121/4080581-1465259325
RUNJOBID= node121-1465256572-5999
PBS_JOBID= 19843282
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080581-1465259325/watcher-4080581-1465259325 -o /tmp/evaluation-result-4080581-1465259325/solver-4080581-1465259325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5999 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080581-1465259325.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=105682432

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.54
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.050
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:        27529144 kB
Buffers:           36892 kB
Cached:           127588 kB
SwapCached:         1740 kB
Active:          3068744 kB
Inactive:          96024 kB
Active(anon):    3000540 kB
Inactive(anon):     2124 kB
Active(file):      68204 kB
Inactive(file):    93900 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099256 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       4478360 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             569536 kB
SReclaimable:      13004 kB
SUnreclaim:       556532 kB
KernelStack:        1768 kB
PageTables:        13032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4714508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4419584 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= 71732 MiB
End job on node121 at 2016-06-07 02:43:42