Trace number 4080603

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.08 894.371

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080603-1465258398.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.32/0.67	c ... done. Wall clock time 0.562s.
1.32/0.67	c declared #vars     400
1.32/0.67	c internal #vars     6626
1.32/0.67	c #constraints  13055
1.32/0.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.32/0.67	c constraints type 
1.32/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.32/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.32/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.32/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.32/0.67	c 13055 constraints processed.
1.32/0.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.32/0.67	c constraints type 
1.32/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.32/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1.32/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.32/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.32/0.67	c 13055 constraints processed.
7.41/2.46	c cleaning 2501 clauses out of 5003 with flag 13049/5003
9.53/3.39	c cleaning 4252 clauses out of 8505 with flag 27930/11006
11.34/4.28	c cleaning 5603 clauses out of 11247 with flag 47117/18000
13.91/5.44	c cleaning 6819 clauses out of 13644 with flag 69914/26000
16.51/6.68	c cleaning 7892 clauses out of 15825 with flag 98597/35000
19.70/8.12	c cleaning 8960 clauses out of 17938 with flag 130417/45005
24.17/10.33	c cleaning 9946 clauses out of 19973 with flag 161116/56000
28.25/12.37	c cleaning 10981 clauses out of 22027 with flag 192421/68000
32.66/14.57	c cleaning 11994 clauses out of 24046 with flag 227123/81000
37.55/16.96	c cleaning 12975 clauses out of 26053 with flag 270869/95001
43.27/19.80	c cleaning 14016 clauses out of 28078 with flag 313893/110001
47.66/21.97	c cleaning 15012 clauses out of 30062 with flag 364952/126001
52.28/24.25	c cleaning 16004 clauses out of 32050 with flag 415421/143001
59.98/28.00	c cleaning 17005 clauses out of 34045 with flag 469020/161000
68.86/32.42	c cleaning 18017 clauses out of 36040 with flag 526244/180000
76.46/36.21	c cleaning 18988 clauses out of 38024 with flag 591575/200001
85.34/40.63	c cleaning 19991 clauses out of 40036 with flag 656385/221001
95.41/45.69	c cleaning 20984 clauses out of 42045 with flag 718760/243001
105.29/50.55	c cleaning 22020 clauses out of 44061 with flag 783698/266001
112.89/54.38	c cleaning 23003 clauses out of 46040 with flag 856199/290000
125.02/60.55	c cleaning 23988 clauses out of 48040 with flag 931005/315003
139.25/67.63	c cleaning 25009 clauses out of 50050 with flag 996371/341001
152.95/74.42	c cleaning 26011 clauses out of 52042 with flag 1078356/368002
165.82/80.87	c cleaning 26994 clauses out of 54030 with flag 1171076/396001
178.23/87.07	c cleaning 27994 clauses out of 56035 with flag 1264289/425000
190.67/93.28	c cleaning 28996 clauses out of 58045 with flag 1365876/455004
202.15/98.98	c cleaning 29994 clauses out of 60046 with flag 1460552/486001
223.82/109.98	c cleaning 30970 clauses out of 62051 with flag 1549731/518000
243.47/119.73	c cleaning 32016 clauses out of 64081 with flag 1638762/551000
255.14/125.59	c cleaning 33014 clauses out of 66066 with flag 1732066/585001
262.73/129.33	c cleaning 0 clauses out of 5002 with flag 0/5002
269.96/132.71	c cleaning 34005 clauses out of 68051 with flag 1839324/620000
290.04/142.72	c cleaning 35001 clauses out of 70046 with flag 1951322/656000
313.61/154.43	c cleaning 35992 clauses out of 72045 with flag 2062963/693000
337.33/166.28	c cleaning 37010 clauses out of 74053 with flag 2174224/731000
361.43/178.27	c cleaning 37994 clauses out of 76043 with flag 2288425/770000
387.59/191.27	c cleaning 39010 clauses out of 78049 with flag 2409178/810000
414.32/204.51	c cleaning 39987 clauses out of 80039 with flag 2534860/851000
444.95/220.10	c cleaning 41012 clauses out of 82053 with flag 2660431/893001
475.85/235.46	c cleaning 41975 clauses out of 84040 with flag 2787313/936000
508.76/251.81	c cleaning 43003 clauses out of 86069 with flag 2926606/980004
544.81/269.76	c cleaning 43991 clauses out of 88062 with flag 3051416/1025000
571.74/283.18	c cleaning 45010 clauses out of 90071 with flag 3196838/1071000
599.59/296.95	c cleaning 46007 clauses out of 92062 with flag 3352185/1118001
634.56/314.20	c cleaning 47010 clauses out of 94055 with flag 3518498/1166001
674.78/334.09	c cleaning 47993 clauses out of 96045 with flag 3673351/1215001
715.87/354.43	c cleaning 49019 clauses out of 98056 with flag 3833964/1265005
768.40/381.15	c cleaning 49996 clauses out of 100033 with flag 3975287/1316001
816.80/405.28	c cleaning 51002 clauses out of 102036 with flag 4118114/1368000
858.29/425.85	c cleaning 52003 clauses out of 104034 with flag 4271472/1421000
903.47/448.38	c cleaning 52987 clauses out of 106031 with flag 4438853/1475000
949.25/471.06	c cleaning 53989 clauses out of 108044 with flag 4613206/1530000
986.95/489.79	c cleaning 54996 clauses out of 110055 with flag 4783658/1586000
1027.84/510.00	c cleaning 56000 clauses out of 112060 with flag 4955254/1643001
1057.37/524.70	c cleaning 57013 clauses out of 114063 with flag 5118863/1701004
1091.48/541.59	c cleaning 58010 clauses out of 116047 with flag 5290643/1760001
1152.54/571.89	c cleaning 58995 clauses out of 118036 with flag 5482446/1820000
1216.61/604.25	c cleaning 60002 clauses out of 120041 with flag 5671815/1881000
1267.04/629.37	c cleaning 61010 clauses out of 122039 with flag 5850347/1943000
1310.20/650.87	c cleaning 62000 clauses out of 124029 with flag 6041983/2006000
1342.81/667.02	c cleaning 0 clauses out of 11002 with flag 0/11002
1350.53/670.80	c cleaning 63002 clauses out of 126029 with flag 6229108/2070000
1403.02/696.99	c cleaning 63985 clauses out of 128027 with flag 6427878/2135000
1459.10/724.73	c cleaning 65005 clauses out of 130042 with flag 6631293/2201000
1517.70/753.82	c cleaning 65992 clauses out of 132037 with flag 6838158/2268000
1577.99/783.81	c cleaning 67003 clauses out of 134045 with flag 7045008/2336000
1642.53/815.90	c cleaning 67992 clauses out of 136043 with flag 7250358/2405001
1707.38/848.22	c cleaning 68995 clauses out of 138050 with flag 7464133/2475000
1778.15/883.44	c cleaning 70009 clauses out of 140055 with flag 7670961/2546000
1800.08/894.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.31	c starts		: 1
1800.08/894.31	c conflicts		: 2575742
1800.08/894.31	c decisions		: 8238198
1800.08/894.31	c propagations		: 17762768
1800.08/894.31	c inspects		: 10020265378
1800.08/894.31	c shortcuts		: 0
1800.08/894.31	c learnt literals	: 0
1800.08/894.31	c learnt binary clauses	: 0
1800.08/894.31	c learnt ternary clauses	: 0
1800.08/894.31	c learnt constraints	: 2575742
1800.08/894.31	c ignored constraints	: 0
1800.08/894.31	c root simplifications	: 0
1800.08/894.31	c removed literals (reason simplification)	: 12541333
1800.08/894.31	c reason swapping (by a shorter reason)	: 0
1800.08/894.31	c Calls to reduceDB	: 67
1800.08/894.31	c Number of update (reduction) of LBD	: 778053
1800.08/894.31	c Imported unit clauses	: 0
1800.08/894.31	c number of reductions to clauses (during analyze)	: 0
1800.08/894.31	c number of learned constraints concerned by reduction	: 0
1800.08/894.31	c number of learning phase by resolution	: 0
1800.08/894.31	c number of learning phase by cutting planes	: 0
1800.08/894.31	c speed (assignments/second)	: 19877.228006409856
1800.08/894.31	c non guided choices	6378
1800.08/894.33	c learnt constraints type 
1800.08/894.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99788
1800.08/894.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.34	c starts		: 36
1800.08/894.34	c conflicts		: 12356
1800.08/894.34	c decisions		: 119152
1800.08/894.34	c propagations		: 3853289
1800.08/894.34	c inspects		: 964457171
1800.08/894.34	c shortcuts		: 0
1800.08/894.34	c learnt literals	: 0
1800.08/894.34	c learnt binary clauses	: 0
1800.08/894.34	c learnt ternary clauses	: 0
1800.08/894.34	c learnt constraints	: 12355
1800.08/894.34	c ignored constraints	: 0
1800.08/894.34	c root simplifications	: 0
1800.08/894.34	c removed literals (reason simplification)	: 0
1800.08/894.34	c reason swapping (by a shorter reason)	: 0
1800.08/894.34	c Calls to reduceDB	: 2
1800.08/894.34	c Number of update (reduction) of LBD	: 0
1800.08/894.34	c Imported unit clauses	: 0
1800.08/894.34	c number of reductions to clauses (during analyze)	: 0
1800.08/894.34	c number of learned constraints concerned by reduction	: 0
1800.08/894.34	c number of learning phase by resolution	: 0
1800.08/894.34	c number of learning phase by cutting planes	: 0
1800.08/894.34	c speed (assignments/second)	: 4311.845103015491
1800.08/894.34	c non guided choices	6378
1800.08/894.34	c learnt constraints type 
1800.08/894.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/894.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12354
1800.08/894.34	s UNKNOWN
1800.08/894.34	c Total wall clock time (in seconds): 894.234

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

pid=7133
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: 3.78 4.11 3.76 4/195 7136
/proc/meminfo: memFree=29674952/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 1320 0 0 0 0 0 0 0 20 0 2 0 107772846 98635776 950 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 24081 959 727 9 0 16771 0
[pid=7136/tid=7137] ppid=7133 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) D 7133 7136 5982 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 107772846 98570240 974 33554432000 1073741824 1073778376 140735098799168 140290562468040 227512499893 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 3.78 4.11 3.76 4/195 7136
/proc/meminfo: memFree=29674952/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 4516 0 1 0 9 1 0 0 20 0 18 0 107772846 9787879424 6127 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2389619 6127 2156 9 0 2380296 0
[pid=7136/tid=7137] ppid=7133 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) R 7133 7136 5982 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 107772846 9787879424 6127 33554432000 1073741824 1073778376 140735098799168 140290562476960 140290425995711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200306 s]
/proc/loadavg: 3.78 4.11 3.76 4/195 7136
/proc/meminfo: memFree=29674952/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 4633 0 1 0 22 1 0 0 20 0 18 0 107772846 9787879424 7245 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2389619 7245 2213 9 0 2380296 0
[pid=7136/tid=7137] ppid=7133 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) R 7133 7136 5982 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 107772846 9787879424 7245 33554432000 1073741824 1073778376 140735098799168 140290562467072 140290425946039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 3.78 4.11 3.76 4/195 7136
/proc/meminfo: memFree=29674952/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 6085 0 1 0 45 2 0 0 20 0 18 0 107772846 9787879424 9572 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2389619 9572 2240 9 0 2380296 0
[pid=7136/tid=7137] ppid=7133 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) R 7133 7136 5982 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 107772846 9787879424 9572 33554432000 1073741824 1073778376 140735098799168 140290562477384 140290425957665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700227 s]
/proc/loadavg: 3.78 4.11 3.76 4/195 7136
/proc/meminfo: memFree=29674952/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 23454 0 1 0 158 5 0 0 20 0 22 0 107772846 10060525568 36245 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 36245 2264 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2444 0 1 0 63 2 0 0 20 0 22 0 107772846 10060525568 36245 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.78 4.11 3.76 7/217 7158
/proc/meminfo: memFree=29537944/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=4.82 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 33630 0 1 0 475 7 0 0 20 0 22 0 107772846 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 38732 2274 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2444 0 1 0 63 2 0 0 20 0 22 0 107772846 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7139] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7139/stat : 7139 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290551540776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7140] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7140/stat : 7140 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290550487976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7141] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7141/stat : 7141 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290549435176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290547329576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290546276776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290545223976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7146/stat : 7146 (java) S 7133 7136 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290398304424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7147] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7147/stat : 7147 (java) S 7133 7136 5982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107772848 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290386107368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7148] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7148/stat : 7148 (java) S 7133 7136 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290385053432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7149] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7149/stat : 7149 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290384000520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7150] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7150/stat : 7150 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290382949008 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7151] ppid=7133 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/7136/task/7151/stat : 7151 (java) R 7133 7136 5982 0 -1 4202560 12009 0 0 0 121 2 0 0 20 0 22 0 107772851 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290381893392 140290569465418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7152] ppid=7133 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/7136/task/7152/stat : 7152 (java) R 7133 7136 5982 0 -1 4202560 17843 0 0 0 123 4 0 0 20 0 22 0 107772851 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290380843352 140290566325929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7153] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7153/stat : 7153 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290379790712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7154] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7154/stat : 7154 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290378738120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7155] ppid=7133 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/7136/task/7155/stat : 7155 (java) R 7133 7136 5982 0 -1 4202560 24 0 0 0 80 0 0 0 20 0 22 0 107772914 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290377675632 140290565763925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7156] ppid=7133 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/7136/task/7156/stat : 7156 (java) R 7133 7136 5982 0 -1 4202560 31 0 0 0 81 0 0 0 20 0 22 0 107772914 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290376628768 140290425985340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7157] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7157/stat : 7157 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290375579048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7158] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7158/stat : 7158 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 38732 33554432000 1073741824 1073778376 140735098799168 140290374526248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10536 s]
/proc/loadavg: 3.80 4.11 3.77 5/217 7158
/proc/meminfo: memFree=29461788/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=9.05 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 38536 0 1 0 891 14 0 0 20 0 22 0 107772846 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 61176 2293 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2444 0 1 0 63 2 0 0 20 0 22 0 107772846 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7139] ppid=7133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7136/task/7139/stat : 7139 (java) R 7133 7136 5982 0 -1 4202560 103 0 0 0 0 1 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290551540776 140290566654127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7140] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7140/stat : 7140 (java) R 7133 7136 5982 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290550488152 140290566654127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7141] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7141/stat : 7141 (java) R 7133 7136 5982 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290549435176 140290564949747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) R 7133 7136 5982 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515874360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) R 7133 7136 5982 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290547329752 140290566654127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) R 7133 7136 5982 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290546276952 140290569374636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) R 7133 7136 5982 0 -1 4202560 97 0 0 0 0 1 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290545224152 140290566235225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7146/stat : 7146 (java) R 7133 7136 5982 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107772847 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290398304600 140290566654127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7147] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7147/stat : 7147 (java) S 7133 7136 5982 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 107772848 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290386106248 227515872316 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7148] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7148/stat : 7148 (java) S 7133 7136 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290385053432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7149] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7149/stat : 7149 (java) S 7133 7136 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290384000520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7150] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7150/stat : 7150 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290382949008 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7151] ppid=7133 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/7136/task/7151/stat : 7151 (java) S 7133 7136 5982 0 -1 4202560 12025 0 0 0 165 2 0 0 20 0 22 0 107772851 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290381896120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7152] ppid=7133 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/7136/task/7152/stat : 7152 (java) S 7133 7136 5982 0 -1 4202560 22203 0 0 0 176 4 0 0 20 0 22 0 107772851 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290380843320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7153] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7153/stat : 7153 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290379790712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7154] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7154/stat : 7154 (java) R 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290378738120 227515873193 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7155] ppid=7133 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7136/task/7155/stat : 7155 (java) S 7133 7136 5982 0 -1 4202560 26 0 0 0 233 0 0 0 20 0 22 0 107772914 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290377684488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7156] ppid=7133 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/7136/task/7156/stat : 7156 (java) S 7133 7136 5982 0 -1 4202560 60 0 0 0 236 0 0 0 20 0 22 0 107772914 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290376629800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7157] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7157/stat : 7157 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290375579048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7158] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7158/stat : 7158 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 61176 33554432000 1073741824 1073778376 140735098799168 140290374526248 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: 3.80 4.11 3.77 5/217 7158
/proc/meminfo: memFree=29182756/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=15.83 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 39505 0 1 0 1555 28 0 0 20 0 22 0 107772846 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 167154 2293 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2444 0 1 0 63 2 0 0 20 0 22 0 107772846 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7139] ppid=7133 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/7136/task/7139/stat : 7139 (java) S 7133 7136 5982 0 -1 4202560 153 0 0 0 7 3 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290551540776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7140] ppid=7133 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7136/task/7140/stat : 7140 (java) S 7133 7136 5982 0 -1 4202560 100 0 0 0 3 2 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290550487976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7141] ppid=7133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7136/task/7141/stat : 7141 (java) S 7133 7136 5982 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290549435176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) S 7133 7136 5982 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) S 7133 7136 5982 0 -1 4202560 117 0 0 0 3 0 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290547329576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) S 7133 7136 5982 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290546276776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) S 7133 7136 5982 0 -1 4202560 124 0 0 0 2 2 0 0 20 0 22 0 107772847 10060525568 167154 33554432000 1073741824 1073778376 140735098799168 140290545223976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=0.07 cores=1,3,5,7

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

[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) S 7133 7136 5982 0 -1 4202560 720 0 0 0 289 20 0 0 20 0 22 0 107772847 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) S 7133 7136 5982 0 -1 4202560 717 0 0 0 280 14 0 0 20 0 22 0 107772847 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290547329576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) S 7133 7136 5982 0 -1 4202560 581 0 0 0 296 16 0 0 20 0 22 0 107772847 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290546276776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) S 7133 7136 5982 0 -1 4202560 961 0 0 0 318 16 0 0 20 0 22 0 107772847 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290545223976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/7136/task/7146/stat : 7146 (java) S 7133 7136 5982 0 -1 4202560 750 0 0 0 265 16 0 0 20 0 22 0 107772847 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290398304424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7147] ppid=7133 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/7136/task/7147/stat : 7147 (java) S 7133 7136 5982 0 -1 4202560 2304 0 0 0 357 9 0 0 20 0 22 0 107772848 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290386107368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7148] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7148/stat : 7148 (java) S 7133 7136 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290385053432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7149] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7149/stat : 7149 (java) S 7133 7136 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290384000520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7150] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7150/stat : 7150 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290382949008 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7151] ppid=7133 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7136/task/7151/stat : 7151 (java) S 7133 7136 5982 0 -1 4202560 12048 0 0 0 238 2 0 0 20 0 22 0 107772851 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290381896120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7152] ppid=7133 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/7136/task/7152/stat : 7152 (java) S 7133 7136 5982 0 -1 4202560 22203 0 0 0 184 4 0 0 20 0 22 0 107772851 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290380843320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7153] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7153/stat : 7153 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290379790712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7154] ppid=7133 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7136/task/7154/stat : 7154 (java) S 7133 7136 5982 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 107772851 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290378738120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7155] ppid=7133 vsize=9824732 CPUtime=869.1 cores=1,3,5,7
/proc/7136/task/7155/stat : 7155 (java) R 7133 7136 5982 0 -1 4202560 82 0 0 0 86896 14 0 0 20 0 22 0 107772914 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290377682960 140290427730346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7156] ppid=7133 vsize=9824732 CPUtime=869.06 cores=1,3,5,7
/proc/7136/task/7156/stat : 7156 (java) R 7133 7136 5982 0 -1 4202560 1837 0 0 0 86857 49 0 0 20 0 22 0 107772914 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290376629152 140290426452234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7157] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7157/stat : 7157 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290375579048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7158] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7158/stat : 7158 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 958136 33554432000 1073741824 1073778376 140735098799168 140290374526248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.301 s]
/proc/loadavg: 4.25 4.19 4.02 6/217 7247
/proc/meminfo: memFree=24379460/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 48592 0 1 0 179798 210 0 0 20 0 22 0 107772846 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 961208 2302 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2454 0 1 0 66 3 0 0 20 0 22 0 107772846 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7139] ppid=7133 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/7136/task/7139/stat : 7139 (java) S 7133 7136 5982 0 -1 4202560 1064 0 0 0 275 21 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290551540776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7140] ppid=7133 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/7136/task/7140/stat : 7140 (java) S 7133 7136 5982 0 -1 4202560 694 0 0 0 288 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290550487976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7141] ppid=7133 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/7136/task/7141/stat : 7141 (java) S 7133 7136 5982 0 -1 4202560 846 0 0 0 302 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290549435176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) S 7133 7136 5982 0 -1 4202560 720 0 0 0 291 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) S 7133 7136 5982 0 -1 4202560 719 0 0 0 286 14 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290547329576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) S 7133 7136 5982 0 -1 4202560 586 0 0 0 298 16 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290546276776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) S 7133 7136 5982 0 -1 4202560 966 0 0 0 324 17 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290545223976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/7136/task/7146/stat : 7146 (java) S 7133 7136 5982 0 -1 4202560 750 0 0 0 267 16 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290398304424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7147] ppid=7133 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/7136/task/7147/stat : 7147 (java) S 7133 7136 5982 0 -1 4202560 2304 0 0 0 358 9 0 0 20 0 22 0 107772848 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290386107368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7148] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7148/stat : 7148 (java) S 7133 7136 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290385053432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7149] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7149/stat : 7149 (java) S 7133 7136 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290384000520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7150] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7150/stat : 7150 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290382949008 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7151] ppid=7133 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7136/task/7151/stat : 7151 (java) S 7133 7136 5982 0 -1 4202560 12048 0 0 0 238 2 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290381896120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7152] ppid=7133 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/7136/task/7152/stat : 7152 (java) S 7133 7136 5982 0 -1 4202560 22203 0 0 0 184 4 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290380843320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7153] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7153/stat : 7153 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290379790712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7154] ppid=7133 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7136/task/7154/stat : 7154 (java) S 7133 7136 5982 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290378738120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7155] ppid=7133 vsize=9824732 CPUtime=881 cores=1,3,5,7
/proc/7136/task/7155/stat : 7155 (java) R 7133 7136 5982 0 -1 4202560 83 0 0 0 88086 14 0 0 20 0 22 0 107772914 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290377682960 140290426985230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7156] ppid=7133 vsize=9824732 CPUtime=880.95 cores=1,3,5,7
/proc/7136/task/7156/stat : 7156 (java) R 7133 7136 5982 0 -1 4202560 1838 0 0 0 88046 49 0 0 20 0 22 0 107772914 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290376631512 140290427199558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7157] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7157/stat : 7157 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290375579048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7158] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7158/stat : 7158 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290374526248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 7136 sig 9
??? kill -7136 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.301 s]
/proc/loadavg: 4.25 4.19 4.02 6/217 7247
/proc/meminfo: memFree=24379460/32872528 swapFree=17280/1464432
[pid=7136] ppid=7133 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/7136/stat : 7136 (java) S 7133 7136 5982 0 -1 4202496 48592 0 1 0 179798 210 0 0 20 0 22 0 107772846 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140735098790304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7136/statm: 2456183 961208 2302 9 0 2446860 0
[pid=7136/tid=7137] ppid=7133 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/7136/task/7137/stat : 7137 (java) S 7133 7136 5982 0 -1 4202560 2454 0 1 0 66 3 0 0 20 0 22 0 107772846 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290562478968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7139] ppid=7133 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/7136/task/7139/stat : 7139 (java) S 7133 7136 5982 0 -1 4202560 1064 0 0 0 275 21 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290551540776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7140] ppid=7133 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/7136/task/7140/stat : 7140 (java) S 7133 7136 5982 0 -1 4202560 694 0 0 0 288 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290550487976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7141] ppid=7133 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/7136/task/7141/stat : 7141 (java) S 7133 7136 5982 0 -1 4202560 846 0 0 0 302 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290549435176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7142] ppid=7133 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/7136/task/7142/stat : 7142 (java) S 7133 7136 5982 0 -1 4202560 720 0 0 0 291 20 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290548382376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7143] ppid=7133 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/7136/task/7143/stat : 7143 (java) S 7133 7136 5982 0 -1 4202560 719 0 0 0 286 14 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290547329576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7144] ppid=7133 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/7136/task/7144/stat : 7144 (java) S 7133 7136 5982 0 -1 4202560 586 0 0 0 298 16 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290546276776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7145] ppid=7133 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/7136/task/7145/stat : 7145 (java) S 7133 7136 5982 0 -1 4202560 966 0 0 0 324 17 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290545223976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7146] ppid=7133 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/7136/task/7146/stat : 7146 (java) S 7133 7136 5982 0 -1 4202560 750 0 0 0 267 16 0 0 20 0 22 0 107772847 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290398304424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7147] ppid=7133 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/7136/task/7147/stat : 7147 (java) S 7133 7136 5982 0 -1 4202560 2304 0 0 0 358 9 0 0 20 0 22 0 107772848 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290386107368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7148] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7148/stat : 7148 (java) S 7133 7136 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290385053432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7149] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7149/stat : 7149 (java) S 7133 7136 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107772849 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290384000520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7150] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7150/stat : 7150 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290382949008 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7151] ppid=7133 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7136/task/7151/stat : 7151 (java) S 7133 7136 5982 0 -1 4202560 12048 0 0 0 238 2 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290381896120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7152] ppid=7133 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/7136/task/7152/stat : 7152 (java) S 7133 7136 5982 0 -1 4202560 22203 0 0 0 184 4 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290380843320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7153] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7153/stat : 7153 (java) S 7133 7136 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290379790712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7136/tid=7154] ppid=7133 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7136/task/7154/stat : 7154 (java) S 7133 7136 5982 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 107772851 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290378738120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7136/tid=7155] ppid=7133 vsize=9824732 CPUtime=881 cores=1,3,5,7
/proc/7136/task/7155/stat : 7155 (java) R 7133 7136 5982 0 -1 4202560 83 0 0 0 88086 14 0 0 20 0 22 0 107772914 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290377682960 140290426985230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7136/tid=7156] ppid=7133 vsize=9824732 CPUtime=880.95 cores=1,3,5,7
/proc/7136/task/7156/stat : 7156 (java) R 7133 7136 5982 0 -1 4202560 1838 0 0 0 88046 49 0 0 20 0 22 0 107772914 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290376631512 140290427199558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7157] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7157/stat : 7157 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290375579048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7136/tid=7158] ppid=7133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7136/task/7158/stat : 7158 (java) S 7133 7136 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107772915 10060525568 961208 33554432000 1073741824 1073778376 140735098799168 140290374526248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.371
CPU time (s): 1800.08
CPU user time (s): 1797.98
CPU system time (s): 2.1
CPU usage (%): 201.268
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.6016
maximum resident set size= 3844948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48626
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24263
involuntary context switches= 28960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65114 second user time and 7.03493 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 02:13:18
IDJOB=4080603
IDBENCH=48313
IDSOLVER=2543
FILE ID=node121/4080603-1465258398
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_200_25_5_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080603-1465258398/watcher-4080603-1465258398 -o /tmp/evaluation-result-4080603-1465258398/solver-4080603-1465258398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5999 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080603-1465258398.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=248550412

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:        29675596 kB
Buffers:           35392 kB
Cached:           127016 kB
SwapCached:         1740 kB
Active:           920084 kB
Inactive:          94528 kB
Active(anon):     852052 kB
Inactive(anon):     2124 kB
Active(file):      68032 kB
Inactive(file):    92404 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099256 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:       2301280 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             569008 kB
SReclaimable:      12820 kB
SUnreclaim:       556188 kB
KernelStack:        1792 kB
PageTables:         8968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3228420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2205696 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:28:13