Trace number 4106908

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.01 896.354

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
MD5SUM0f8b3c4075c45404d33689fa65bc6a7e
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
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4106908-1466278977.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.70/0.47	c ... done. Wall clock time 0.354s.
0.70/0.47	c declared #vars     200
0.70/0.47	c internal #vars     3290
0.70/0.47	c #constraints  6483
0.70/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
0.70/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.70/0.47	c 6483 constraints processed.
0.70/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
0.70/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
0.70/0.47	c 6483 constraints processed.
5.27/1.62	c cleaning 2495 clauses out of 5000 with flag 12827/5000
6.40/2.05	c cleaning 4248 clauses out of 8505 with flag 28457/11000
7.49/2.51	c cleaning 5627 clauses out of 11257 with flag 46859/18000
8.84/3.13	c cleaning 6803 clauses out of 13630 with flag 67631/26000
10.08/3.77	c cleaning 7905 clauses out of 15828 with flag 92123/35001
12.01/4.69	c cleaning 8960 clauses out of 17923 with flag 118623/45001
15.28/6.29	c cleaning 9982 clauses out of 19963 with flag 161255/56001
20.17/8.67	c cleaning 10991 clauses out of 21982 with flag 211283/68002
24.36/10.77	c cleaning 11991 clauses out of 23991 with flag 262641/81002
29.47/13.28	c cleaning 13001 clauses out of 26003 with flag 326823/95005
35.65/16.37	c cleaning 13999 clauses out of 27998 with flag 394709/110001
41.94/19.40	c cleaning 14996 clauses out of 29999 with flag 464423/126001
48.82/22.80	c cleaning 15996 clauses out of 32002 with flag 547598/143000
56.62/26.70	c cleaning 17000 clauses out of 34010 with flag 649317/161004
66.30/31.56	c cleaning 17995 clauses out of 36007 with flag 743117/180001
77.49/37.18	c cleaning 18997 clauses out of 38011 with flag 841369/200000
86.98/41.88	c cleaning 19995 clauses out of 40014 with flag 944537/221000
97.76/47.27	c cleaning 20999 clauses out of 42019 with flag 1056902/243000
109.03/52.84	c cleaning 22002 clauses out of 44022 with flag 1172103/266002
122.30/59.45	c cleaning 23002 clauses out of 46018 with flag 1304420/290000
123.28/59.99	c cleaning 0 clauses out of 5004 with flag 0/5004
137.75/66.93	c cleaning 24000 clauses out of 48016 with flag 1432173/315000
154.01/75.02	c cleaning 25000 clauses out of 50018 with flag 1576998/341002
171.46/83.72	c cleaning 25999 clauses out of 52016 with flag 1727825/368000
193.51/94.76	c cleaning 27001 clauses out of 54019 with flag 1897274/396002
212.75/104.34	c cleaning 28000 clauses out of 56016 with flag 2034408/425000
234.80/115.36	c cleaning 29003 clauses out of 58019 with flag 2195927/455003
255.30/125.58	c cleaning 29996 clauses out of 60017 with flag 2372708/486004
276.94/136.37	c cleaning 31008 clauses out of 62022 with flag 2535079/518005
303.50/149.56	c cleaning 31994 clauses out of 64010 with flag 2684069/551001
331.99/163.77	c cleaning 32995 clauses out of 66017 with flag 2829768/585002
361.13/178.22	c cleaning 34003 clauses out of 68022 with flag 3017533/620002
396.82/196.05	c cleaning 35000 clauses out of 70018 with flag 3196838/656001
409.49/202.31	c cleaning 35997 clauses out of 72018 with flag 3365144/693001
419.56/207.38	c cleaning 37005 clauses out of 74022 with flag 3529184/731002
431.40/213.53	c cleaning 37997 clauses out of 76015 with flag 3695393/770000
443.25/219.41	c cleaning 39001 clauses out of 78019 with flag 3862232/810001
456.09/225.83	c cleaning 40005 clauses out of 80019 with flag 4020443/851002
469.96/232.80	c cleaning 40993 clauses out of 82012 with flag 4202704/893000
485.03/240.27	c cleaning 42009 clauses out of 84023 with flag 4363606/936004
504.90/250.18	c cleaning 42997 clauses out of 86010 with flag 4525838/980000
519.17/257.29	c cleaning 44002 clauses out of 88013 with flag 4717068/1025000
535.64/265.47	c cleaning 44981 clauses out of 90012 with flag 4925497/1071001
553.12/274.18	c cleaning 45997 clauses out of 92030 with flag 5105435/1118000
569.39/282.23	c cleaning 47012 clauses out of 94033 with flag 5276731/1166000
587.29/291.18	c cleaning 48007 clauses out of 96021 with flag 5464388/1215000
607.18/301.06	c cleaning 49005 clauses out of 98015 with flag 5651902/1265001
627.73/311.24	c cleaning 49994 clauses out of 100010 with flag 5834621/1316001
648.85/321.78	c cleaning 51008 clauses out of 102016 with flag 6052069/1368001
671.31/333.24	c cleaning 51997 clauses out of 104007 with flag 6263982/1421000
693.83/344.41	c cleaning 53006 clauses out of 106011 with flag 6493575/1475001
717.92/356.46	c cleaning 53997 clauses out of 108005 with flag 6723691/1530001
742.57/368.77	c cleaning 55003 clauses out of 110007 with flag 6956637/1586000
767.05/380.97	c cleaning 55993 clauses out of 112005 with flag 7204828/1643001
793.54/394.15	c cleaning 57006 clauses out of 114011 with flag 7479753/1701000
818.07/406.39	c cleaning 58004 clauses out of 116007 with flag 7771622/1760002
834.55/414.55	c cleaning 0 clauses out of 11000 with flag 0/11000
851.63/423.02	c cleaning 59002 clauses out of 118003 with flag 8040841/1820002
885.82/440.07	c cleaning 59993 clauses out of 119999 with flag 8311309/1881000
918.78/456.44	c cleaning 60995 clauses out of 122008 with flag 8587903/1943002
948.68/471.31	c cleaning 61999 clauses out of 124013 with flag 8873134/2006002
981.48/487.64	c cleaning 62989 clauses out of 126013 with flag 9143077/2070001
1014.69/504.19	c cleaning 64002 clauses out of 128024 with flag 9426864/2135001
1045.02/519.74	c cleaning 64993 clauses out of 130021 with flag 9691220/2201000
1078.10/536.29	c cleaning 66013 clauses out of 132028 with flag 9973586/2268000
1111.93/553.09	c cleaning 67004 clauses out of 134016 with flag 10251754/2336001
1149.03/571.54	c cleaning 68000 clauses out of 136011 with flag 10516417/2405000
1185.77/589.81	c cleaning 68997 clauses out of 138013 with flag 10794770/2475002
1226.96/610.37	c cleaning 70000 clauses out of 140016 with flag 11071397/2546002
1268.36/630.98	c cleaning 70998 clauses out of 142015 with flag 11401612/2618001
1308.94/651.17	c cleaning 72001 clauses out of 144017 with flag 11723419/2691001
1348.12/670.68	c cleaning 73002 clauses out of 146016 with flag 12027509/2765001
1388.69/690.82	c cleaning 74004 clauses out of 148013 with flag 12323142/2840000
1425.77/709.38	c cleaning 74999 clauses out of 150011 with flag 12630493/2916002
1465.14/728.90	c cleaning 76002 clauses out of 152010 with flag 12935356/2993000
1504.34/748.45	c cleaning 77005 clauses out of 154009 with flag 13247762/3071001
1553.33/772.82	c cleaning 77992 clauses out of 156003 with flag 13589343/3150000
1602.70/797.47	c cleaning 78989 clauses out of 158011 with flag 13937980/3230000
1650.47/821.27	c cleaning 80002 clauses out of 160025 with flag 14283184/3311003
1704.57/848.19	c cleaning 80988 clauses out of 162022 with flag 14630135/3393002
1760.37/875.98	c cleaning 82011 clauses out of 164033 with flag 15002644/3476001
1800.01/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.30	c starts		: 1015
1800.01/896.30	c conflicts		: 3536844
1800.01/896.30	c decisions		: 7729391
1800.01/896.30	c propagations		: 77517309
1800.01/896.30	c inspects		: 12334410059
1800.01/896.30	c shortcuts		: 0
1800.01/896.30	c learnt literals	: 0
1800.01/896.30	c learnt binary clauses	: 0
1800.01/896.30	c learnt ternary clauses	: 9054
1800.01/896.30	c learnt constraints	: 3536844
1800.01/896.30	c ignored constraints	: 0
1800.01/896.30	c root simplifications	: 0
1800.01/896.30	c removed literals (reason simplification)	: 298810468
1800.01/896.30	c reason swapping (by a shorter reason)	: 0
1800.01/896.30	c Calls to reduceDB	: 79
1800.01/896.30	c Number of update (reduction) of LBD	: 1133161
1800.01/896.30	c Imported unit clauses	: 0
1800.01/896.30	c number of reductions to clauses (during analyze)	: 0
1800.01/896.30	c number of learned constraints concerned by reduction	: 0
1800.01/896.30	c number of learning phase by resolution	: 0
1800.01/896.30	c number of learning phase by cutting planes	: 0
1800.01/896.30	c speed (assignments/second)	: 86531.75452794909
1800.01/896.30	c non guided choices	3155
1800.01/896.33	c learnt constraints type 
1800.01/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142865
1800.01/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.33	c starts		: 43
1800.01/896.33	c conflicts		: 15403
1800.01/896.33	c decisions		: 95073
1800.01/896.33	c propagations		: 2627072
1800.01/896.33	c inspects		: 915709124
1800.01/896.33	c shortcuts		: 0
1800.01/896.33	c learnt literals	: 0
1800.01/896.33	c learnt binary clauses	: 0
1800.01/896.33	c learnt ternary clauses	: 0
1800.01/896.33	c learnt constraints	: 15403
1800.01/896.33	c ignored constraints	: 0
1800.01/896.33	c root simplifications	: 0
1800.01/896.33	c removed literals (reason simplification)	: 0
1800.01/896.33	c reason swapping (by a shorter reason)	: 0
1800.01/896.33	c Calls to reduceDB	: 2
1800.01/896.33	c Number of update (reduction) of LBD	: 0
1800.01/896.33	c Imported unit clauses	: 0
1800.01/896.33	c number of reductions to clauses (during analyze)	: 0
1800.01/896.33	c number of learned constraints concerned by reduction	: 0
1800.01/896.33	c number of learning phase by resolution	: 0
1800.01/896.33	c number of learning phase by cutting planes	: 0
1800.01/896.33	c speed (assignments/second)	: 2932.481110182139
1800.01/896.33	c non guided choices	3155
1800.01/896.34	c learnt constraints type 
1800.01/896.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/896.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15402
1800.01/896.34	s UNKNOWN
1800.01/896.34	c Total wall clock time (in seconds): 896.223

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-4106908-1466278977/watcher-4106908-1466278977 -o /tmp/evaluation-result-4106908-1466278977/solver-4106908-1466278977 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106908-1466278977.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.31 4.24 4.10 4/197 9160
/proc/meminfo: memFree=27818164/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 29944187 95129600 926 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 23225 926 703 9 0 16769 0
[pid=9160/tid=9161] ppid=9157 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) R 9157 9160 8258 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 29944188 96370688 930 33554432000 1073741824 1073778376 140734238621376 140188798688808 252253924647 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 4.31 4.24 4.10 4/197 9160
/proc/meminfo: memFree=27818164/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 4407 0 1 0 9 1 0 0 20 0 18 0 29944187 9787879424 6042 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2389619 6042 2126 9 0 2380296 0
[pid=9160/tid=9161] ppid=9157 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) R 9157 9160 8258 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 29944188 9787879424 6042 33554432000 1073741824 1073778376 140734238621376 140188798692256 140188802867852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 4.31 4.24 4.10 4/197 9160
/proc/meminfo: memFree=27818164/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 4559 0 1 0 22 1 0 0 20 0 18 0 29944187 9787879424 7184 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2389619 7184 2209 9 0 2380296 0
[pid=9160/tid=9161] ppid=9157 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) R 9157 9160 8258 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 29944188 9787879424 7184 33554432000 1073741824 1073778376 140734238621376 140188798692256 140188622141575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 4.31 4.24 4.10 4/197 9160
/proc/meminfo: memFree=27818164/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 6079 0 1 0 45 1 0 0 20 0 18 0 29944187 9787879424 9094 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2389619 9094 2236 9 0 2380296 0
[pid=9160/tid=9161] ppid=9157 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) R 9157 9160 8258 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 29944188 9787879424 9094 33554432000 1073741824 1073778376 140734238621376 140188798692256 140188621819783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.31 4.24 4.10 4/197 9160
/proc/meminfo: memFree=27818164/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 21532 0 1 0 177 5 0 0 20 0 22 0 29944187 10060525568 24886 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 24886 2264 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2429 0 1 0 43 2 0 0 20 0 22 0 29944188 10060525568 24886 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.31 4.24 4.10 7/219 9182
/proc/meminfo: memFree=27723968/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=4.9 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 25750 0 1 0 484 6 0 0 20 0 22 0 29944187 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 41018 2274 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2429 0 1 0 43 2 0 0 20 0 22 0 29944188 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9163] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9163/stat : 9163 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188760185896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9164] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9164/stat : 9164 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188759133096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9165] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9170/stat : 9170 (java) S 9157 9160 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29944189 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188752816296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9171] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9171/stat : 9171 (java) S 9157 9160 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188740406248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9172] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9172/stat : 9172 (java) S 9157 9160 8258 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188621727480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9173] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9173/stat : 9173 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188620674568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9174] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9174/stat : 9174 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188619623056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9175] ppid=9157 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9160/task/9175/stat : 9175 (java) S 9157 9160 8258 0 -1 4202560 9952 0 0 0 115 2 0 0 20 0 22 0 29944193 10060525568 41018 33554432000 1073741824 1073778376 140734238621376 140188618570168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9176] ppid=9157 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/9160/task/9176/stat : 9176 (java) R 9157 9160 8258 0 -1 4202560 12008 0 0 0 118 3 0 0 20 0 22 0 29944193 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188617517368 140188805152256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9177] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9177/stat : 9177 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188616464760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9178] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9178/stat : 9178 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188615412168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9179] ppid=9157 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9160/task/9179/stat : 9179 (java) R 9157 9160 8258 0 -1 4202560 24 0 0 0 99 0 0 0 20 0 22 0 29944235 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188614357976 140188622472301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9180] ppid=9157 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/9160/task/9180/stat : 9180 (java) R 9157 9160 8258 0 -1 4202560 62 0 0 0 101 0 0 0 20 0 22 0 29944235 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188613304728 140188622527639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9181] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9181/stat : 9181 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188612253096 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9182] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9182/stat : 9182 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 41530 33554432000 1073741824 1073778376 140734238621376 140188611200296 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.31 4.24 4.10 5/219 9182
/proc/meminfo: memFree=27599848/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 29692 0 1 0 867 17 0 0 20 0 22 0 29944187 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 97090 2292 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2429 0 1 0 43 2 0 0 20 0 22 0 29944188 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9163] ppid=9157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9160/task/9163/stat : 9163 (java) S 9157 9160 8258 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188760185896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9164] ppid=9157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9160/task/9164/stat : 9164 (java) S 9157 9160 8258 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188759133096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9165] ppid=9157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9160/task/9170/stat : 9170 (java) S 9157 9160 8258 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29944189 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188752816296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9171] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9171/stat : 9171 (java) S 9157 9160 8258 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188740406248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9172] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9172/stat : 9172 (java) S 9157 9160 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188621727480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9173] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9173/stat : 9173 (java) S 9157 9160 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188620674568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9174] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9174/stat : 9174 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188619623056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9175] ppid=9157 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/9160/task/9175/stat : 9175 (java) S 9157 9160 8258 0 -1 4202560 13413 0 0 0 145 2 0 0 20 0 22 0 29944193 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188618570168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9176] ppid=9157 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/9160/task/9176/stat : 9176 (java) S 9157 9160 8258 0 -1 4202560 12014 0 0 0 147 3 0 0 20 0 22 0 29944193 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188617517368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9177] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9177/stat : 9177 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188616464760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9178] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9178/stat : 9178 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188615412168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9179] ppid=9157 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9160/task/9179/stat : 9179 (java) R 9157 9160 8258 0 -1 4202560 26 0 0 0 247 0 0 0 20 0 22 0 29944235 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188614356328 140188622619757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9180] ppid=9157 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/9160/task/9180/stat : 9180 (java) R 9157 9160 8258 0 -1 4202560 136 0 0 0 246 3 0 0 20 0 22 0 29944235 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188613304168 140188622931584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9181] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9181/stat : 9181 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188612253096 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9182] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9182/stat : 9182 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 97090 33554432000 1073741824 1073778376 140734238621376 140188611200296 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.29 4.24 4.10 5/219 9182
/proc/meminfo: memFree=27187480/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=15.48 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 30340 0 1 0 1520 28 0 0 20 0 22 0 29944187 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 168448 2292 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2429 0 1 0 43 2 0 0 20 0 22 0 29944188 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9163] ppid=9157 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9163/stat : 9163 (java) S 9157 9160 8258 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188760185896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9164] ppid=9157 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9160/task/9164/stat : 9164 (java) S 9157 9160 8258 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188759133096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9165] ppid=9157 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 69 0 0 0 7 4 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 29944189 10060525568 168448 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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

/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 438 0 0 0 214 10 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 354 0 0 0 192 9 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 459 0 0 0 229 15 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 465 0 0 0 211 12 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 393 0 0 0 201 10 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9170/stat : 9170 (java) S 9157 9160 8258 0 -1 4202560 369 0 0 0 218 10 0 0 20 0 22 0 29944189 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188752816296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9171] ppid=9157 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/9160/task/9171/stat : 9171 (java) S 9157 9160 8258 0 -1 4202560 1691 0 0 0 228 16 0 0 20 0 22 0 29944190 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188740406248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9172] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9172/stat : 9172 (java) S 9157 9160 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188621727480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9173] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9173/stat : 9173 (java) S 9157 9160 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188620674568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9174] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9174/stat : 9174 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188619623056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9175] ppid=9157 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/9160/task/9175/stat : 9175 (java) S 9157 9160 8258 0 -1 4202560 16416 0 0 0 194 3 0 0 20 0 22 0 29944193 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188618570168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9176] ppid=9157 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/9160/task/9176/stat : 9176 (java) S 9157 9160 8258 0 -1 4202560 12027 0 0 0 157 3 0 0 20 0 22 0 29944193 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188617517368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9177] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9177/stat : 9177 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188616464760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9178] ppid=9157 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9160/task/9178/stat : 9178 (java) S 9157 9160 8258 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 29944193 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188615412168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9179] ppid=9157 vsize=9824732 CPUtime=871.94 cores=0,2,4,6
/proc/9160/task/9179/stat : 9179 (java) R 9157 9160 8258 0 -1 4202560 79 0 0 0 87179 15 0 0 20 0 22 0 29944235 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188614356208 140188622586627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9180] ppid=9157 vsize=9824732 CPUtime=871.96 cores=0,2,4,6
/proc/9160/task/9180/stat : 9180 (java) R 9157 9160 8258 0 -1 4202560 1778 0 0 0 87147 49 0 0 20 0 22 0 29944235 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188613304272 140188622527647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9181] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9181/stat : 9181 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188612253096 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9182] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9182/stat : 9182 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 538446 33554432000 1073741824 1073778376 140734238621376 140188611200296 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.12 4.21 4.15 5/219 9816
/proc/meminfo: memFree=24546668/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 39222 0 1 0 179829 172 0 0 20 0 22 0 29944187 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 542417 2301 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2439 0 1 0 46 4 0 0 20 0 22 0 29944188 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9163] ppid=9157 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9160/task/9163/stat : 9163 (java) S 9157 9160 8258 0 -1 4202560 434 0 0 0 227 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188760185896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9164] ppid=9157 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/9160/task/9164/stat : 9164 (java) S 9157 9160 8258 0 -1 4202560 458 0 0 0 230 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188759133096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9165] ppid=9157 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 440 0 0 0 215 11 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 354 0 0 0 193 9 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 498 0 0 0 235 15 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 470 0 0 0 216 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 397 0 0 0 204 10 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/9160/task/9170/stat : 9170 (java) S 9157 9160 8258 0 -1 4202560 369 0 0 0 219 10 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188752816296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9171] ppid=9157 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/9160/task/9171/stat : 9171 (java) S 9157 9160 8258 0 -1 4202560 1747 0 0 0 363 16 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188740406248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9172] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9172/stat : 9172 (java) S 9157 9160 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188621727480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9173] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9173/stat : 9173 (java) S 9157 9160 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188620674568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9174] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9174/stat : 9174 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188619623056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9175] ppid=9157 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/9160/task/9175/stat : 9175 (java) S 9157 9160 8258 0 -1 4202560 16416 0 0 0 194 3 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188618570168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9176] ppid=9157 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/9160/task/9176/stat : 9176 (java) S 9157 9160 8258 0 -1 4202560 12027 0 0 0 157 3 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188617517368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9177] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9177/stat : 9177 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188616464760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9178] ppid=9157 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9160/task/9178/stat : 9178 (java) S 9157 9160 8258 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188615412168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9179] ppid=9157 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/9160/task/9179/stat : 9179 (java) R 9157 9160 8258 0 -1 4202560 79 0 0 0 88432 15 0 0 20 0 22 0 29944235 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188614357024 140188622619757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9180] ppid=9157 vsize=9824732 CPUtime=884.48 cores=0,2,4,6
/proc/9160/task/9180/stat : 9180 (java) R 9157 9160 8258 0 -1 4202560 1779 0 0 0 88399 49 0 0 20 0 22 0 29944235 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188613303408 140188622931597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9181] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9181/stat : 9181 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188612253096 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9182] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9182/stat : 9182 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188611200296 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 9160 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.12 4.21 4.15 5/219 9816
/proc/meminfo: memFree=24546668/32872528 swapFree=1200228/1314692
[pid=9160] ppid=9157 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 8258 0 -1 4202496 39222 0 1 0 179829 172 0 0 20 0 22 0 29944187 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140734238612512 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9160/statm: 2456183 542417 2301 9 0 2446860 0
[pid=9160/tid=9161] ppid=9157 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9160/task/9161/stat : 9161 (java) S 9157 9160 8258 0 -1 4202560 2439 0 1 0 46 4 0 0 20 0 22 0 29944188 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188798694264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9163] ppid=9157 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9160/task/9163/stat : 9163 (java) S 9157 9160 8258 0 -1 4202560 434 0 0 0 227 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188760185896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9164] ppid=9157 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/9160/task/9164/stat : 9164 (java) S 9157 9160 8258 0 -1 4202560 458 0 0 0 230 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188759133096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9165] ppid=9157 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9160/task/9165/stat : 9165 (java) S 9157 9160 8258 0 -1 4202560 440 0 0 0 215 11 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188758080296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9166] ppid=9157 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9160/task/9166/stat : 9166 (java) S 9157 9160 8258 0 -1 4202560 354 0 0 0 193 9 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188757027496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9167] ppid=9157 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/9160/task/9167/stat : 9167 (java) S 9157 9160 8258 0 -1 4202560 498 0 0 0 235 15 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188755974696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9168] ppid=9157 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9168/stat : 9168 (java) S 9157 9160 8258 0 -1 4202560 470 0 0 0 216 12 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188754921896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9169] ppid=9157 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/9160/task/9169/stat : 9169 (java) S 9157 9160 8258 0 -1 4202560 397 0 0 0 204 10 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188753869096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9170] ppid=9157 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/9160/task/9170/stat : 9170 (java) S 9157 9160 8258 0 -1 4202560 369 0 0 0 219 10 0 0 20 0 22 0 29944189 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188752816296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9171] ppid=9157 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/9160/task/9171/stat : 9171 (java) S 9157 9160 8258 0 -1 4202560 1747 0 0 0 363 16 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188740406248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9172] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9172/stat : 9172 (java) S 9157 9160 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188621727480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9173] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9173/stat : 9173 (java) S 9157 9160 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29944190 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188620674568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9174] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9174/stat : 9174 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188619623056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9175] ppid=9157 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/9160/task/9175/stat : 9175 (java) S 9157 9160 8258 0 -1 4202560 16416 0 0 0 194 3 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188618570168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9160/tid=9176] ppid=9157 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/9160/task/9176/stat : 9176 (java) S 9157 9160 8258 0 -1 4202560 12027 0 0 0 157 3 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188617517368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9177] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9177/stat : 9177 (java) S 9157 9160 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188616464760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9178] ppid=9157 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9160/task/9178/stat : 9178 (java) S 9157 9160 8258 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 29944193 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188615412168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9179] ppid=9157 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/9160/task/9179/stat : 9179 (java) R 9157 9160 8258 0 -1 4202560 79 0 0 0 88432 15 0 0 20 0 22 0 29944235 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188614357024 140188622619757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9160/tid=9180] ppid=9157 vsize=9824732 CPUtime=884.48 cores=0,2,4,6
/proc/9160/task/9180/stat : 9180 (java) R 9157 9160 8258 0 -1 4202560 1779 0 0 0 88399 49 0 0 20 0 22 0 29944235 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188613303408 140188622931597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9160/tid=9181] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9181/stat : 9181 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188612253096 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9160/tid=9182] ppid=9157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9160/task/9182/stat : 9182 (java) S 9157 9160 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29944236 10060525568 542417 33554432000 1073741824 1073778376 140734238621376 140188611200296 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.354
CPU time (s): 1800.01
CPU user time (s): 1798.29
CPU system time (s): 1.72
CPU usage (%): 200.815
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.15067
maximum resident set size= 2905244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39256
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26503
involuntary context switches= 40912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.75497 second user time and 6.21406 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 21:42:57
IDJOB=4106908
IDBENCH=48317
IDSOLVER=2543
FILE ID=node131/4106908-1466278977
RUNJOBID= node131-1466276277-8274
PBS_JOBID= 19918257
Free space on /tmp= 71704 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_3_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106908-1466278977/watcher-4106908-1466278977 -o /tmp/evaluation-result-4106908-1466278977/solver-4106908-1466278977 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106908-1466278977.opb

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

MD5SUM BENCH= 0f8b3c4075c45404d33689fa65bc6a7e
RANDOM SEED=1138852615

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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		: 2666.752
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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		: 2666.752
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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:        27819056 kB
Buffers:          158548 kB
Cached:           171696 kB
SwapCached:         1460 kB
Active:          2770160 kB
Inactive:         226524 kB
Active(anon):    2665880 kB
Inactive(anon):     2920 kB
Active(file):     104280 kB
Inactive(file):   223604 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       3980668 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             604032 kB
SReclaimable:      47768 kB
SUnreclaim:       556264 kB
KernelStack:        1608 kB
PageTables:        12488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4179628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2682880 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= 71704 MiB
End job on node131 at 2016-06-18 21:57:53