Trace number 4089723

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v100-n1.opb
MD5SUM252dbddb8cf95ef49566c954f0fe0e66
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.78066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables199
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089723-1466016738.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.031s.
0.11/0.14	c declared #vars     199
0.11/0.14	c #constraints  200
0.11/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 198
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.14	c 200 constraints processed.
0.11/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 198
0.11/0.14	c 200 constraints processed.
1.90/0.69	c cleaning 2494 clauses out of 5000 with flag 29618/5000
3.49/1.09	c cleaning 4247 clauses out of 8506 with flag 83416/11000
5.26/1.55	c cleaning 5628 clauses out of 11260 with flag 140858/18001
6.48/2.11	c cleaning 6803 clauses out of 13631 with flag 212356/26000
7.94/2.87	c cleaning 7913 clauses out of 15830 with flag 307987/35002
9.83/3.77	c cleaning 8939 clauses out of 17916 with flag 426520/45001
12.28/4.96	c cleaning 9962 clauses out of 19976 with flag 525021/56000
14.48/6.03	c cleaning 10998 clauses out of 22015 with flag 644524/68001
15.47/6.54	c cleaning 0 clauses out of 5000 with flag 0/5000
17.81/7.50	c cleaning 11997 clauses out of 24017 with flag 790964/81001
20.99/9.02	c cleaning 12999 clauses out of 26020 with flag 941013/95001
24.82/11.00	c cleaning 14001 clauses out of 28020 with flag 1131905/110000
29.23/13.18	c cleaning 15005 clauses out of 30020 with flag 1313926/126001
34.70/15.87	c cleaning 15998 clauses out of 32014 with flag 1539783/143000
40.93/18.92	c cleaning 17007 clauses out of 34016 with flag 1798413/161000
47.73/22.34	c cleaning 17993 clauses out of 36010 with flag 2036843/180001
54.97/25.94	c cleaning 18984 clauses out of 38016 with flag 2297320/200000
62.59/29.70	c cleaning 20004 clauses out of 40032 with flag 2593881/221000
65.98/31.45	c cleaning 0 clauses out of 11001 with flag 0/11001
70.82/33.90	c cleaning 21006 clauses out of 42028 with flag 2851093/243000
80.82/38.89	c cleaning 22003 clauses out of 44026 with flag 3180009/266004
92.07/44.42	c cleaning 23002 clauses out of 46019 with flag 3528622/290000
105.50/51.16	c cleaning 23992 clauses out of 48017 with flag 3909678/315000
121.54/59.14	c cleaning 24990 clauses out of 50025 with flag 4360588/341000
137.60/67.17	c cleaning 26007 clauses out of 52036 with flag 4807787/368001
154.75/75.66	c cleaning 26990 clauses out of 54028 with flag 5282673/396000
173.18/84.83	c cleaning 28008 clauses out of 56039 with flag 5764759/425001
189.83/93.13	c cleaning 0 clauses out of 18000 with flag 0/18000
191.23/93.81	c cleaning 28998 clauses out of 58031 with flag 6177587/455001
210.12/103.24	c cleaning 29999 clauses out of 60032 with flag 6572333/486000
230.58/113.44	c cleaning 31010 clauses out of 62033 with flag 7060129/518000
253.05/124.66	c cleaning 31997 clauses out of 64024 with flag 7519398/551001
278.11/137.18	c cleaning 32984 clauses out of 66026 with flag 8006202/585000
304.84/150.42	c cleaning 34017 clauses out of 68043 with flag 8546214/620001
336.15/166.09	c cleaning 34989 clauses out of 70025 with flag 8992653/656000
371.16/183.49	c cleaning 36008 clauses out of 72036 with flag 9460380/693000
397.13/196.39	c cleaning 0 clauses out of 26000 with flag 0/26000
407.01/201.26	c cleaning 37004 clauses out of 74028 with flag 9920077/731000
443.64/219.48	c cleaning 37996 clauses out of 76026 with flag 10408879/770002
483.29/239.11	c cleaning 38993 clauses out of 78028 with flag 10920656/810000
527.60/261.13	c cleaning 39992 clauses out of 80035 with flag 11455964/851000
579.54/286.92	c cleaning 40991 clauses out of 82043 with flag 12028713/893000
642.57/318.20	c cleaning 42014 clauses out of 84053 with flag 12614110/936001
694.56/344.01	c cleaning 43010 clauses out of 86038 with flag 13298712/980000
742.70/367.91	c cleaning 43984 clauses out of 88028 with flag 14048292/1025000
790.89/391.80	c cleaning 45002 clauses out of 90044 with flag 14733301/1071000
818.25/405.46	c cleaning 0 clauses out of 35001 with flag 0/35001
848.32/420.37	c cleaning 45999 clauses out of 92042 with flag 15461719/1118000
913.76/452.82	c cleaning 47013 clauses out of 94046 with flag 16178364/1166003
980.82/486.19	c cleaning 48003 clauses out of 96030 with flag 16861959/1215000
1053.44/522.14	c cleaning 49010 clauses out of 98027 with flag 17551373/1265000
1139.29/564.70	c cleaning 49999 clauses out of 100018 with flag 18233884/1316001
1220.15/604.86	c cleaning 50996 clauses out of 102018 with flag 18955181/1368000
1303.30/646.11	c cleaning 52000 clauses out of 104023 with flag 19665216/1421001
1391.31/690.05	c cleaning 53000 clauses out of 106023 with flag 20409558/1475001
1482.09/735.14	c cleaning 54005 clauses out of 108024 with flag 21174695/1530002
1583.39/785.43	c cleaning 54997 clauses out of 110017 with flag 21955542/1586000
1676.44/831.67	c cleaning 55994 clauses out of 112020 with flag 22742538/1643000
1691.91/839.32	c cleaning 0 clauses out of 45000 with flag 0/45000
1773.81/880.04	c cleaning 57005 clauses out of 114028 with flag 23558092/1701002
1800.15/893.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/893.10	c starts		: 1625
1800.15/893.10	c conflicts		: 1723893
1800.15/893.10	c decisions		: 2054015
1800.15/893.10	c propagations		: 63940843
1800.15/893.10	c inspects		: 12459456403
1800.15/893.10	c shortcuts		: 0
1800.15/893.10	c learnt literals	: 0
1800.15/893.10	c learnt binary clauses	: 0
1800.15/893.10	c learnt ternary clauses	: 0
1800.15/893.10	c learnt constraints	: 1723893
1800.15/893.10	c ignored constraints	: 0
1800.15/893.10	c root simplifications	: 0
1800.15/893.10	c removed literals (reason simplification)	: 10904432
1800.15/893.10	c reason swapping (by a shorter reason)	: 0
1800.15/893.10	c Calls to reduceDB	: 54
1800.15/893.10	c Number of update (reduction) of LBD	: 620484
1800.15/893.10	c Imported unit clauses	: 0
1800.15/893.10	c number of reductions to clauses (during analyze)	: 0
1800.15/893.10	c number of learned constraints concerned by reduction	: 0
1800.15/893.10	c number of learning phase by resolution	: 0
1800.15/893.10	c number of learning phase by cutting planes	: 0
1800.15/893.10	c speed (assignments/second)	: 71605.6555851451
1800.15/893.10	c non guided choices	56
1800.15/893.13	c learnt constraints type 
1800.15/893.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79914
1800.15/893.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/893.13	c starts		: 66
1800.15/893.13	c conflicts		: 46001
1800.15/893.13	c decisions		: 58929
1800.15/893.13	c propagations		: 501360
1800.15/893.13	c inspects		: 1317269246
1800.15/893.13	c shortcuts		: 0
1800.15/893.13	c learnt literals	: 0
1800.15/893.13	c learnt binary clauses	: 0
1800.15/893.13	c learnt ternary clauses	: 0
1800.15/893.13	c learnt constraints	: 46001
1800.15/893.13	c ignored constraints	: 0
1800.15/893.13	c root simplifications	: 0
1800.15/893.13	c removed literals (reason simplification)	: 0
1800.15/893.13	c reason swapping (by a shorter reason)	: 0
1800.15/893.13	c Calls to reduceDB	: 6
1800.15/893.13	c Number of update (reduction) of LBD	: 0
1800.15/893.13	c Imported unit clauses	: 0
1800.15/893.13	c number of reductions to clauses (during analyze)	: 0
1800.15/893.13	c number of learned constraints concerned by reduction	: 0
1800.15/893.13	c number of learning phase by resolution	: 0
1800.15/893.13	c number of learning phase by cutting planes	: 0
1800.15/893.13	c speed (assignments/second)	: 561.4409152194654
1800.15/893.13	c non guided choices	41
1800.15/893.15	c learnt constraints type 
1800.15/893.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 386
1800.15/893.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.15/893.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 45602
1800.15/893.15	s UNKNOWN
1800.15/893.15	c Total wall clock time (in seconds): 893.049

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

pid=9167
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.86 4.00 3.99 4/197 9170
/proc/meminfo: memFree=29690332/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3724260 98570240 977 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 24065 977 744 9 0 16771 0
[pid=9170/tid=9171] ppid=9167 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) R 9167 9170 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3724261 98570240 977 33554432000 1073741824 1073778376 140736140148320 140411786632744 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 3.86 4.00 3.99 4/197 9170
/proc/meminfo: memFree=29690332/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 3724260 9787879424 6113 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2389619 6113 2156 9 0 2380296 0
[pid=9170/tid=9171] ppid=9167 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) R 9167 9170 5767 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 3724261 9787879424 6113 33554432000 1073741824 1073778376 140736140148320 140411786621904 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200297 s]
/proc/loadavg: 3.86 4.00 3.99 4/197 9170
/proc/meminfo: memFree=29690332/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 6690 0 1 0 31 1 0 0 20 0 22 0 3724260 10060525568 9124 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 9124 2219 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 9124 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.300301 s]
/proc/loadavg: 3.86 4.00 3.99 4/197 9170
/proc/meminfo: memFree=29690332/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 9042 0 1 0 71 1 0 0 20 0 22 0 3724260 10060525568 10877 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 10877 2229 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 10877 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 9824732

[startup+0.70024 s]
/proc/loadavg: 3.86 4.00 3.99 4/197 9170
/proc/meminfo: memFree=29690332/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 16555 0 1 0 225 4 0 0 20 0 22 0 3724260 10060525568 28861 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 28861 2241 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 28861 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50583 s]
/proc/loadavg: 3.86 4.00 3.99 7/219 9192
/proc/meminfo: memFree=29506348/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 27490 0 1 0 518 8 0 0 20 0 22 0 3724260 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 47410 2272 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9173] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9173/stat : 9173 (java) R 9167 9170 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3724261 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411748129576 247064202375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9174] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9174/stat : 9174 (java) R 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724261 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411747076776 247067622456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9175] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9175/stat : 9175 (java) R 9167 9170 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3724261 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411746024488 247064202375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) R 9167 9170 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) R 9167 9170 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9180/stat : 9180 (java) S 9167 9170 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411622377896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9181] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9181/stat : 9181 (java) R 9167 9170 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411610179208 140411794351848 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9182] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9182/stat : 9182 (java) S 9167 9170 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411609126392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9183] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9183/stat : 9183 (java) S 9167 9170 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411003725576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9184] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9184/stat : 9184 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411002674064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9185] ppid=9167 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/9170/task/9185/stat : 9185 (java) S 9167 9170 5767 0 -1 4202560 10209 0 0 0 110 3 0 0 20 0 22 0 3724265 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411001620664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9186] ppid=9167 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/9170/task/9186/stat : 9186 (java) S 9167 9170 5767 0 -1 4202560 13374 0 0 0 126 2 0 0 20 0 22 0 3724265 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140411000567864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9187] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9187/stat : 9187 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410999515768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9188] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9188/stat : 9188 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410998463176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9189] ppid=9167 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9170/task/9189/stat : 9189 (java) R 9167 9170 5767 0 -1 4202560 31 0 0 0 130 0 0 0 20 0 22 0 3724275 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410997408856 247067632053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9190] ppid=9167 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9170/task/9190/stat : 9190 (java) R 9167 9170 5767 0 -1 4202560 97 0 0 0 129 2 0 0 20 0 22 0 3724275 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410996354368 140411624968753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9191] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9191/stat : 9191 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410995304104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9192] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9192/stat : 9192 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 47410 33554432000 1073741824 1073778376 140736140148320 140410994251304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 3.86 4.00 3.99 5/219 9192
/proc/meminfo: memFree=29407476/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 28111 0 1 0 849 14 0 0 20 0 22 0 3724260 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 83658 2272 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9173] ppid=9167 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9170/task/9173/stat : 9173 (java) S 9167 9170 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 3724261 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411748129576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9174] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9174/stat : 9174 (java) S 9167 9170 5767 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 3724261 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411747076776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9175] ppid=9167 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9170/task/9175/stat : 9175 (java) S 9167 9170 5767 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 22 0 3724261 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411746024488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) S 9167 9170 5767 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 3724262 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) S 9167 9170 5767 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 22 0 3724262 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 3724262 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9180/stat : 9180 (java) S 9167 9170 5767 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 3724262 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411622377896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9181] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9181/stat : 9181 (java) S 9167 9170 5767 0 -1 4202560 186 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411610180328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9182] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9182/stat : 9182 (java) S 9167 9170 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411609126392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9183] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9183/stat : 9183 (java) S 9167 9170 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411003725576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9184] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9184/stat : 9184 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411002674064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9185] ppid=9167 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/9170/task/9185/stat : 9185 (java) S 9167 9170 5767 0 -1 4202560 10209 0 0 0 110 3 0 0 20 0 22 0 3724265 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411001620664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9186] ppid=9167 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/9170/task/9186/stat : 9186 (java) S 9167 9170 5767 0 -1 4202560 13486 0 0 0 139 3 0 0 20 0 22 0 3724265 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140411000567864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9187] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9187/stat : 9187 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410999515768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9188] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9188/stat : 9188 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410998463176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9189] ppid=9167 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/9170/task/9189/stat : 9189 (java) R 9167 9170 5767 0 -1 4202560 34 0 0 0 284 0 0 0 20 0 22 0 3724275 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410997408808 140411624988164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9190] ppid=9167 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/9170/task/9190/stat : 9190 (java) R 9167 9170 5767 0 -1 4202560 154 0 0 0 281 4 0 0 20 0 22 0 3724275 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410996354688 140411624931554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9191] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9191/stat : 9191 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410995304104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9192] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9192/stat : 9192 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 83658 33554432000 1073741824 1073778376 140736140148320 140410994251304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.87 4.00 3.99 5/219 9192
/proc/meminfo: memFree=29091888/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=15.07 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 29131 0 1 0 1485 22 0 0 20 0 22 0 3724260 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 188405 2272 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 3724261 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9173] ppid=9167 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9170/task/9173/stat : 9173 (java) S 9167 9170 5767 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 22 0 3724261 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411748129576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9174] ppid=9167 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9170/task/9174/stat : 9174 (java) S 9167 9170 5767 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 3724261 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411747076776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9175] ppid=9167 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9170/task/9175/stat : 9175 (java) S 9167 9170 5767 0 -1 4202560 132 0 0 0 2 0 0 0 20 0 22 0 3724261 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411746024488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) S 9167 9170 5767 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 3724262 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) S 9167 9170 5767 0 -1 4202560 135 0 0 0 3 0 0 0 20 0 22 0 3724262 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 3724262 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 3724262 10060525568 188405 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/9170/task/9175/stat : 9175 (java) S 9167 9170 5767 0 -1 4202560 470 0 0 0 311 7 0 0 20 0 22 0 3724261 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411746024488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) S 9167 9170 5767 0 -1 4202560 358 0 0 0 338 7 0 0 20 0 22 0 3724262 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) S 9167 9170 5767 0 -1 4202560 426 0 0 0 301 6 0 0 20 0 22 0 3724262 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 355 0 0 0 316 6 0 0 20 0 22 0 3724262 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 419 0 0 0 324 6 0 0 20 0 22 0 3724262 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/9170/task/9180/stat : 9180 (java) S 9167 9170 5767 0 -1 4202560 449 0 0 0 318 6 0 0 20 0 22 0 3724262 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411622377896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9181] ppid=9167 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9170/task/9181/stat : 9181 (java) S 9167 9170 5767 0 -1 4202560 1331 0 0 0 39 19 0 0 20 0 22 0 3724263 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411610180328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9182] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9182/stat : 9182 (java) S 9167 9170 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411609126392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9183] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9183/stat : 9183 (java) S 9167 9170 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411003725576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9184] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9184/stat : 9184 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411002674064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9185] ppid=9167 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9170/task/9185/stat : 9185 (java) S 9167 9170 5767 0 -1 4202560 12026 0 0 0 141 3 0 0 20 0 22 0 3724265 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411001620664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9186] ppid=9167 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/9170/task/9186/stat : 9186 (java) S 9167 9170 5767 0 -1 4202560 17498 0 0 0 191 3 0 0 20 0 22 0 3724265 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140411000567864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9187] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9187/stat : 9187 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410999515768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9188] ppid=9167 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9170/task/9188/stat : 9188 (java) S 9167 9170 5767 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 3724265 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410998463176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9189] ppid=9167 vsize=9824732 CPUtime=871.73 cores=1,3,5,7
/proc/9170/task/9189/stat : 9189 (java) R 9167 9170 5767 0 -1 4202560 212 0 0 0 87158 15 0 0 20 0 22 0 3724275 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410997407536 140411624988482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9190] ppid=9167 vsize=9824732 CPUtime=871.84 cores=1,3,5,7
/proc/9170/task/9190/stat : 9190 (java) R 9167 9170 5767 0 -1 4202560 1955 0 0 0 87133 51 0 0 20 0 22 0 3724275 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410996353952 140411625055787 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9191] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9191/stat : 9191 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410995304104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9192] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9192/stat : 9192 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 608596 33554432000 1073741824 1073778376 140736140148320 140410994251304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1778.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.101 s]
/proc/loadavg: 4.08 4.13 4.06 5/219 9304
/proc/meminfo: memFree=27245876/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 40043 0 1 0 179875 140 0 0 20 0 22 0 3724260 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 607859 2281 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2411 0 1 0 14 3 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9173] ppid=9167 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/9170/task/9173/stat : 9173 (java) S 9167 9170 5767 0 -1 4202560 376 0 0 0 334 6 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411748129576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9174] ppid=9167 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/9170/task/9174/stat : 9174 (java) S 9167 9170 5767 0 -1 4202560 440 0 0 0 322 7 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411747076776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9175] ppid=9167 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9170/task/9175/stat : 9175 (java) S 9167 9170 5767 0 -1 4202560 470 0 0 0 315 7 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411746024488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) S 9167 9170 5767 0 -1 4202560 358 0 0 0 341 7 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) S 9167 9170 5767 0 -1 4202560 426 0 0 0 305 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 355 0 0 0 318 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 419 0 0 0 328 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/9170/task/9180/stat : 9180 (java) S 9167 9170 5767 0 -1 4202560 449 0 0 0 321 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411622377896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9181] ppid=9167 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9170/task/9181/stat : 9181 (java) S 9167 9170 5767 0 -1 4202560 1331 0 0 0 39 20 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411610180328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9182] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9182/stat : 9182 (java) S 9167 9170 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411609126392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9183] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9183/stat : 9183 (java) S 9167 9170 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411003725576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9184] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9184/stat : 9184 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411002674064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9185] ppid=9167 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9170/task/9185/stat : 9185 (java) S 9167 9170 5767 0 -1 4202560 12026 0 0 0 141 3 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411001620664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9186] ppid=9167 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/9170/task/9186/stat : 9186 (java) S 9167 9170 5767 0 -1 4202560 17498 0 0 0 191 3 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411000567864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9187] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9187/stat : 9187 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410999515768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9188] ppid=9167 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9170/task/9188/stat : 9188 (java) S 9167 9170 5767 0 -1 4202560 51 0 0 0 12 26 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410998463176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9189] ppid=9167 vsize=9824732 CPUtime=882.41 cores=1,3,5,7
/proc/9170/task/9189/stat : 9189 (java) R 9167 9170 5767 0 -1 4202560 212 0 0 0 88226 15 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410997407520 140411624999958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9190] ppid=9167 vsize=9824732 CPUtime=882.52 cores=1,3,5,7
/proc/9170/task/9190/stat : 9190 (java) R 9167 9170 5767 0 -1 4202560 1957 0 0 0 88201 51 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410996353952 140411625017574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9191] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9191/stat : 9191 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410995304104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9192] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9192/stat : 9192 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410994251304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

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

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

[startup+893.101 s]
/proc/loadavg: 4.08 4.13 4.06 5/219 9304
/proc/meminfo: memFree=27245876/32872528 swapFree=248296/248296
[pid=9170] ppid=9167 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/9170/stat : 9170 (java) S 9167 9170 5767 0 -1 4202496 40043 0 1 0 179875 140 0 0 20 0 22 0 3724260 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140736140139456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9170/statm: 2456183 607859 2281 9 0 2446860 0
[pid=9170/tid=9171] ppid=9167 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9170/task/9171/stat : 9171 (java) S 9167 9170 5767 0 -1 4202560 2411 0 1 0 14 3 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411786638200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9173] ppid=9167 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/9170/task/9173/stat : 9173 (java) S 9167 9170 5767 0 -1 4202560 376 0 0 0 334 6 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411748129576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9174] ppid=9167 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/9170/task/9174/stat : 9174 (java) S 9167 9170 5767 0 -1 4202560 440 0 0 0 322 7 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411747076776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9175] ppid=9167 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9170/task/9175/stat : 9175 (java) S 9167 9170 5767 0 -1 4202560 470 0 0 0 315 7 0 0 20 0 22 0 3724261 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411746024488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9176] ppid=9167 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/9170/task/9176/stat : 9176 (java) S 9167 9170 5767 0 -1 4202560 358 0 0 0 341 7 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411744971688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9177] ppid=9167 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/9170/task/9177/stat : 9177 (java) S 9167 9170 5767 0 -1 4202560 426 0 0 0 305 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411743918376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9178] ppid=9167 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/9170/task/9178/stat : 9178 (java) S 9167 9170 5767 0 -1 4202560 355 0 0 0 318 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411624482984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9179] ppid=9167 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/9170/task/9179/stat : 9179 (java) S 9167 9170 5767 0 -1 4202560 419 0 0 0 328 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411623430696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9180] ppid=9167 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/9170/task/9180/stat : 9180 (java) S 9167 9170 5767 0 -1 4202560 449 0 0 0 321 6 0 0 20 0 22 0 3724262 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411622377896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9181] ppid=9167 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9170/task/9181/stat : 9181 (java) S 9167 9170 5767 0 -1 4202560 1331 0 0 0 39 20 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411610180328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9182] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9182/stat : 9182 (java) S 9167 9170 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411609126392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9183] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9183/stat : 9183 (java) S 9167 9170 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3724263 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411003725576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9184] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9184/stat : 9184 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411002674064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9185] ppid=9167 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9170/task/9185/stat : 9185 (java) S 9167 9170 5767 0 -1 4202560 12026 0 0 0 141 3 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411001620664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9186] ppid=9167 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/9170/task/9186/stat : 9186 (java) S 9167 9170 5767 0 -1 4202560 17498 0 0 0 191 3 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140411000567864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9187] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9187/stat : 9187 (java) S 9167 9170 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410999515768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9188] ppid=9167 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9170/task/9188/stat : 9188 (java) S 9167 9170 5767 0 -1 4202560 51 0 0 0 12 26 0 0 20 0 22 0 3724265 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410998463176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9170/tid=9189] ppid=9167 vsize=9824732 CPUtime=882.41 cores=1,3,5,7
/proc/9170/task/9189/stat : 9189 (java) R 9167 9170 5767 0 -1 4202560 212 0 0 0 88226 15 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410997407520 140411624999958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9170/tid=9190] ppid=9167 vsize=9824732 CPUtime=882.52 cores=1,3,5,7
/proc/9170/task/9190/stat : 9190 (java) R 9167 9170 5767 0 -1 4202560 1957 0 0 0 88201 51 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410996353952 140411625017574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9170/tid=9191] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9191/stat : 9191 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410995304104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9170/tid=9192] ppid=9167 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9170/task/9192/stat : 9192 (java) S 9167 9170 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3724275 10060525568 607859 33554432000 1073741824 1073778376 140736140148320 140410994251304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 893.169
CPU time (s): 1800.15
CPU user time (s): 1798.75
CPU system time (s): 1.4
CPU usage (%): 201.546
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.89171
maximum resident set size= 2810448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40090
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= 30495
involuntary context switches= 53302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61599 second user time and 7.97279 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:52:18
IDJOB=4089723
IDBENCH=107447
IDSOLVER=2543
FILE ID=node103/4089723-1466016738
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v100-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089723-1466016738/watcher-4089723-1466016738 -o /tmp/evaluation-result-4089723-1466016738/solver-4089723-1466016738 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089723-1466016738.opb

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

MD5SUM BENCH= 252dbddb8cf95ef49566c954f0fe0e66
RANDOM SEED=1413596016

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29690488 kB
Buffers:          128280 kB
Cached:           343700 kB
SwapCached:            0 kB
Active:          1880196 kB
Inactive:         326332 kB
Active(anon):    1736988 kB
Inactive(anon):        0 kB
Active(file):     143208 kB
Inactive(file):   326332 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       2029328 kB
Mapped:            21564 kB
Shmem:               204 kB
Slab:             574576 kB
SReclaimable:      18656 kB
SUnreclaim:       555920 kB
KernelStack:        1808 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3407484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1726464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node103 at 2016-06-15 21:07:12