Trace number 4089898

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.12 894.764

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v061-n1.opb
MD5SUM60094e490291d00dfc3d1432e031262f
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 benchmark70.0014
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4089898-1466021191.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.027s.
0.08/0.15	c declared #vars     183
0.08/0.15	c #constraints  122
0.08/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 61
0.08/0.15	c 122 constraints processed.
0.08/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.08/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.08/0.15	c 122 constraints processed.
2.70/0.88	c cleaning 2497 clauses out of 5000 with flag 41696/5000
4.97/1.44	c cleaning 4247 clauses out of 8503 with flag 96272/11000
6.52/2.13	c cleaning 5625 clauses out of 11257 with flag 159840/18001
8.37/3.06	c cleaning 6810 clauses out of 13632 with flag 249598/26001
11.05/4.32	c cleaning 7903 clauses out of 15821 with flag 354211/35000
14.10/5.85	c cleaning 8954 clauses out of 17919 with flag 461384/45001
17.61/7.52	c cleaning 9973 clauses out of 19964 with flag 568843/56000
21.48/9.48	c cleaning 10989 clauses out of 21992 with flag 697741/68001
26.58/11.99	c cleaning 11989 clauses out of 24002 with flag 857873/81000
32.37/14.89	c cleaning 12996 clauses out of 26013 with flag 1032548/95000
39.27/18.23	c cleaning 13991 clauses out of 28018 with flag 1216664/110001
46.07/21.61	c cleaning 15004 clauses out of 30026 with flag 1416965/126000
53.56/25.36	c cleaning 16001 clauses out of 32023 with flag 1637916/143001
62.35/29.75	c cleaning 17005 clauses out of 34021 with flag 1874923/161000
72.61/34.83	c cleaning 17996 clauses out of 36017 with flag 2143591/180001
80.22/38.66	c cleaning 0 clauses out of 5001 with flag 0/5001
84.09/40.47	c cleaning 18995 clauses out of 38021 with flag 2427384/200001
96.26/46.48	c cleaning 20007 clauses out of 40025 with flag 2709739/221000
109.67/53.14	c cleaning 20998 clauses out of 42019 with flag 3023782/243001
124.75/60.69	c cleaning 22006 clauses out of 44023 with flag 3334099/266003
141.58/69.03	c cleaning 23001 clauses out of 46017 with flag 3653737/290003
160.62/78.56	c cleaning 23998 clauses out of 48013 with flag 3997321/315000
181.47/88.92	c cleaning 25001 clauses out of 50015 with flag 4364587/341000
202.12/99.29	c cleaning 25994 clauses out of 52015 with flag 4732536/368001
227.63/111.95	c cleaning 26996 clauses out of 54023 with flag 5132997/396003
254.87/125.51	c cleaning 28001 clauses out of 56024 with flag 5544278/425000
284.33/140.30	c cleaning 29003 clauses out of 58023 with flag 5963397/455000
314.64/155.38	c cleaning 30000 clauses out of 60020 with flag 6391959/486000
347.71/171.87	c cleaning 30999 clauses out of 62022 with flag 6814081/518002
386.61/191.25	c cleaning 32004 clauses out of 64025 with flag 7272507/551004
400.25/198.04	c cleaning 0 clauses out of 11000 with flag 0/11000
423.54/209.64	c cleaning 32996 clauses out of 66017 with flag 7736163/585000
466.51/231.07	c cleaning 34000 clauses out of 68021 with flag 8261230/620000
509.02/252.25	c cleaning 34985 clauses out of 70021 with flag 8659260/656000
546.80/271.08	c cleaning 36000 clauses out of 72036 with flag 9000332/693000
590.56/292.81	c cleaning 37007 clauses out of 74036 with flag 9446058/731000
643.13/318.96	c cleaning 37998 clauses out of 76029 with flag 9965897/770000
699.95/347.12	c cleaning 39001 clauses out of 78033 with flag 10525087/810002
753.51/373.75	c cleaning 40002 clauses out of 80030 with flag 11005540/851000
812.65/403.11	c cleaning 40996 clauses out of 82028 with flag 11551936/893000
870.69/432.21	c cleaning 42003 clauses out of 84032 with flag 12099004/936000
932.31/462.97	c cleaning 43001 clauses out of 86029 with flag 12654969/980000
1001.95/497.59	c cleaning 44005 clauses out of 88030 with flag 13211465/1025002
1068.52/530.66	c cleaning 0 clauses out of 18000 with flag 0/18000
1071.18/531.99	c cleaning 45001 clauses out of 90023 with flag 13805110/1071000
1140.74/566.56	c cleaning 45999 clauses out of 92024 with flag 14401501/1118002
1215.71/603.82	c cleaning 46995 clauses out of 94023 with flag 15023626/1166000
1297.03/644.26	c cleaning 47998 clauses out of 96029 with flag 15654189/1215001
1386.93/688.90	c cleaning 49008 clauses out of 98035 with flag 16300369/1265005
1472.51/731.86	c cleaning 50001 clauses out of 100023 with flag 16945364/1316001
1563.48/777.18	c cleaning 50996 clauses out of 102021 with flag 17624187/1368000
1656.08/823.13	c cleaning 52000 clauses out of 104025 with flag 18279770/1421000
1745.20/867.49	c cleaning 53002 clauses out of 106025 with flag 18941523/1475000
1800.12/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/894.70	c starts		: 86
1800.12/894.70	c conflicts		: 1510361
1800.12/894.70	c decisions		: 1693900
1800.12/894.70	c propagations		: 42907547
1800.12/894.70	c inspects		: 12449318480
1800.12/894.70	c shortcuts		: 0
1800.12/894.70	c learnt literals	: 0
1800.12/894.70	c learnt binary clauses	: 0
1800.12/894.70	c learnt ternary clauses	: 0
1800.12/894.70	c learnt constraints	: 1510361
1800.12/894.70	c ignored constraints	: 0
1800.12/894.70	c root simplifications	: 0
1800.12/894.70	c removed literals (reason simplification)	: 18142309
1800.12/894.70	c reason swapping (by a shorter reason)	: 0
1800.12/894.70	c Calls to reduceDB	: 50
1800.12/894.70	c Number of update (reduction) of LBD	: 580083
1800.12/894.70	c Imported unit clauses	: 0
1800.12/894.70	c number of reductions to clauses (during analyze)	: 0
1800.12/894.70	c number of learned constraints concerned by reduction	: 0
1800.12/894.70	c number of learning phase by resolution	: 0
1800.12/894.70	c number of learning phase by cutting planes	: 0
1800.12/894.70	c speed (assignments/second)	: 47965.51003297748
1800.12/894.70	c non guided choices	52
1800.12/894.73	c learnt constraints type 
1800.12/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88384
1800.12/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/894.73	c starts		: 52
1800.12/894.73	c conflicts		: 23320
1800.12/894.73	c decisions		: 27211
1800.12/894.73	c propagations		: 370080
1800.12/894.73	c inspects		: 919534915
1800.12/894.73	c shortcuts		: 0
1800.12/894.73	c learnt literals	: 0
1800.12/894.73	c learnt binary clauses	: 0
1800.12/894.73	c learnt ternary clauses	: 0
1800.12/894.73	c learnt constraints	: 23320
1800.12/894.73	c ignored constraints	: 0
1800.12/894.73	c root simplifications	: 0
1800.12/894.73	c removed literals (reason simplification)	: 0
1800.12/894.73	c reason swapping (by a shorter reason)	: 0
1800.12/894.73	c Calls to reduceDB	: 3
1800.12/894.73	c Number of update (reduction) of LBD	: 0
1800.12/894.73	c Imported unit clauses	: 0
1800.12/894.73	c number of reductions to clauses (during analyze)	: 0
1800.12/894.73	c number of learned constraints concerned by reduction	: 0
1800.12/894.73	c number of learning phase by resolution	: 0
1800.12/894.73	c number of learning phase by cutting planes	: 0
1800.12/894.73	c speed (assignments/second)	: 413.69411585849804
1800.12/894.73	c non guided choices	52
1800.12/894.74	c learnt constraints type 
1800.12/894.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.12/894.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.12/894.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23312
1800.12/894.74	s UNKNOWN
1800.12/894.74	c Total wall clock time (in seconds): 894.618

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

pid=10075
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.00 4.00 4.00 4/197 10078
/proc/meminfo: memFree=29457348/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9220 CPUtime=0 cores=0,2,4,6
/proc/10078/stat : 10078 (java) R 10075 10078 5767 0 -1 4202496 399 0 0 0 0 0 0 0 20 0 1 0 4169474 9441280 69 33554432000 1073741824 1073778376 140736208904336 140736208901464 247055062303 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2306 89 71 9 0 38 0

[startup+0.100158 s]
/proc/loadavg: 4.00 4.00 4.00 4/197 10078
/proc/meminfo: memFree=29457348/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 4414 0 1 0 7 1 0 0 20 0 18 0 4169474 9787879424 6045 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.00 4.00 4.00 4/197 10078
/proc/meminfo: memFree=29457348/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 6666 0 1 0 27 2 0 0 20 0 22 0 4169474 10060525568 9179 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 9183 2204 9 0 2446860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300236 s]
/proc/loadavg: 4.00 4.00 4.00 4/197 10078
/proc/meminfo: memFree=29457348/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 9456 0 1 0 67 3 0 0 20 0 22 0 4169474 10060525568 10370 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 10370 2231 9 0 2446860 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700198 s]
/proc/loadavg: 4.00 4.00 4.00 4/197 10078
/proc/meminfo: memFree=29457348/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 19308 0 1 0 224 6 0 0 20 0 22 0 4169474 10060525568 25424 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 25424 2245 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.00 4.00 4.00 7/219 10100
/proc/meminfo: memFree=29276640/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=5.17 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 27428 0 1 0 507 10 0 0 20 0 22 0 4169474 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 50232 2277 9 0 2446860 0
[pid=10078/tid=10080] ppid=10075 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/10078/task/10080/stat : 10080 (java) S 10075 10078 5767 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4169475 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633848034168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 5767 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633820485928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633819433128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 5767 0 -1 4202560 8287 0 0 0 113 1 0 0 20 0 22 0 4169480 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633197689528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 5767 0 -1 4202560 15205 0 0 0 113 3 0 0 20 0 22 0 4169480 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633196636728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633195584632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633194532040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) R 10075 10078 5767 0 -1 4202560 27 0 0 0 130 0 0 0 20 0 22 0 4169490 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633193467664 139633699037393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10098] ppid=10075 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/10078/task/10098/stat : 10098 (java) R 10075 10078 5767 0 -1 4202560 104 0 0 0 127 2 0 0 20 0 22 0 4169490 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633192423736 139633699205587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10099] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10099/stat : 10099 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633191371944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10100] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10100/stat : 10100 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 50232 33554432000 1073741824 1073778376 140736208904336 139633190319144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.00 4.00 4.00 5/219 10100
/proc/meminfo: memFree=29127260/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=8.6 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 27680 0 1 0 846 14 0 0 20 0 22 0 4169474 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 89784 2277 9 0 2446860 0
[pid=10078/tid=10080] ppid=10075 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/10078/task/10080/stat : 10080 (java) S 10075 10078 5767 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4169475 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633848034168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 5767 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633820485928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633819433128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4169476 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 5767 0 -1 4202560 8287 0 0 0 121 1 0 0 20 0 22 0 4169480 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633197689528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 5767 0 -1 4202560 15205 0 0 0 121 3 0 0 20 0 22 0 4169480 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633196636728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633195584632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633194532040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) R 10075 10078 5767 0 -1 4202560 28 0 0 0 285 0 0 0 20 0 22 0 4169490 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633193476568 139633698978127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10098] ppid=10075 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/10078/task/10098/stat : 10098 (java) R 10075 10078 5767 0 -1 4202560 164 0 0 0 280 3 0 0 20 0 22 0 4169490 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633192422528 139633699130073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10099] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10099/stat : 10099 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633191371944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10100] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10100/stat : 10100 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 89784 33554432000 1073741824 1073778376 140736208904336 139633190319144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.16 4.03 4.01 5/219 10169
/proc/meminfo: memFree=30476456/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 28188 0 1 0 1486 24 0 0 20 0 22 0 4169474 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 159585 2277 9 0 2446860 0
[pid=10078/tid=10080] ppid=10075 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/10078/task/10080/stat : 10080 (java) S 10075 10078 5767 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4169475 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633848034168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 5767 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633820485928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 5767 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633819433128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 4169476 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 159585 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.22 cores=0,2,4,6

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

/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 378 0 0 0 256 9 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 367 0 0 0 267 8 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 362 0 0 0 259 8 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 363 0 0 0 246 6 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 367 0 0 0 273 7 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 379 0 0 0 265 7 0 0 20 0 22 0 4169476 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 2684 0 0 0 123 24 0 0 20 0 22 0 4169478 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 5767 0 -1 4202560 8290 0 0 0 124 1 0 0 20 0 22 0 4169480 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633197689528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 5767 0 -1 4202560 17457 0 0 0 194 4 0 0 20 0 22 0 4169480 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633196636728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633195584632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 5767 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 4169480 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633194532040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9824732 CPUtime=872.19 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) R 10075 10078 5767 0 -1 4202560 148 0 0 0 87204 15 0 0 20 0 22 0 4169490 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633193474592 139633699078948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10098] ppid=10075 vsize=9824732 CPUtime=872.2 cores=0,2,4,6
/proc/10078/task/10098/stat : 10098 (java) R 10075 10078 5767 0 -1 4202560 1933 0 0 0 87170 50 0 0 20 0 22 0 4169490 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633192422560 139633699130710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10099] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10099/stat : 10099 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633191371944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10100] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10100/stat : 10100 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 565513 33554432000 1073741824 1073778376 140736208904336 139633190319144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.01 4.05 4.00 5/219 10193
/proc/meminfo: memFree=27213600/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 37250 0 1 0 179870 142 0 0 20 0 22 0 4169474 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 563377 2287 9 0 2446860 0
[pid=10078/tid=10080] ppid=10075 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/10078/task/10080/stat : 10080 (java) S 10075 10078 5767 0 -1 4202560 2411 0 1 0 14 2 0 0 20 0 22 0 4169475 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633848034168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 5767 0 -1 4202560 381 0 0 0 258 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633820485928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 5767 0 -1 4202560 405 0 0 0 267 10 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633819433128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 378 0 0 0 259 9 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 370 0 0 0 271 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 362 0 0 0 262 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 363 0 0 0 251 6 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 371 0 0 0 279 7 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 379 0 0 0 268 7 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 2684 0 0 0 123 25 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 5767 0 -1 4202560 8290 0 0 0 124 1 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633197689528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 5767 0 -1 4202560 17457 0 0 0 194 4 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633196636728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633195584632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 5767 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633194532040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9824732 CPUtime=884.45 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) R 10075 10078 5767 0 -1 4202560 150 0 0 0 88430 15 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633193475376 139633699037485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10098] ppid=10075 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/10078/task/10098/stat : 10098 (java) R 10075 10078 5767 0 -1 4202560 1934 0 0 0 88397 50 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633192423632 139633699094238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10099] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10099/stat : 10099 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633191371944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10100] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10100/stat : 10100 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633190319144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 10078 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.01 4.05 4.00 5/219 10193
/proc/meminfo: memFree=27213600/32872528 swapFree=248296/248296
[pid=10078] ppid=10075 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 5767 0 -1 4202496 37250 0 1 0 179870 142 0 0 20 0 22 0 4169474 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 140736208895472 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10078/statm: 2456183 563377 2287 9 0 2446860 0
[pid=10078/tid=10080] ppid=10075 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/10078/task/10080/stat : 10080 (java) S 10075 10078 5767 0 -1 4202560 2411 0 1 0 14 2 0 0 20 0 22 0 4169475 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633848034168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 5767 0 -1 4202560 381 0 0 0 258 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633820485928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 5767 0 -1 4202560 405 0 0 0 267 10 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633819433128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 5767 0 -1 4202560 378 0 0 0 259 9 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633818380840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 5767 0 -1 4202560 370 0 0 0 271 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633817328040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 5767 0 -1 4202560 362 0 0 0 262 8 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633687571240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 5767 0 -1 4202560 363 0 0 0 251 6 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633686518440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 5767 0 -1 4202560 371 0 0 0 279 7 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633685466152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 5767 0 -1 4202560 379 0 0 0 268 7 0 0 20 0 22 0 4169476 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633684413352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 5767 0 -1 4202560 2684 0 0 0 123 25 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633201899752 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633200845816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4169478 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633199793416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633198741904 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 5767 0 -1 4202560 8290 0 0 0 124 1 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633197689528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 5767 0 -1 4202560 17457 0 0 0 194 4 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633196636728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633195584632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 5767 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 4169480 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633194532040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9824732 CPUtime=884.45 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) R 10075 10078 5767 0 -1 4202560 150 0 0 0 88430 15 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633193475376 139633699037485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10098] ppid=10075 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/10078/task/10098/stat : 10098 (java) R 10075 10078 5767 0 -1 4202560 1934 0 0 0 88397 50 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633192423632 139633699094238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10099] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10099/stat : 10099 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633191371944 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10100] ppid=10075 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10100/stat : 10100 (java) S 10075 10078 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4169490 10060525568 563377 33554432000 1073741824 1073778376 140736208904336 139633190319144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10078 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=963701
# CPU time returned by wait4() is 1796.32
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.764
CPU time (s): 1800.12
CPU user time (s): 1798.7
CPU system time (s): 1.42
CPU usage (%): 201.184
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.9637
maximum resident set size= 2855920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37292
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= 30575
involuntary context switches= 48237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41318 second user time and 7.67483 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 22:06:31
IDJOB=4089898
IDBENCH=107472
IDSOLVER=2543
FILE ID=node103/4089898-1466021191
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 60094e490291d00dfc3d1432e031262f
RANDOM SEED=770318929

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:        29457992 kB
Buffers:          132332 kB
Cached:           345520 kB
SwapCached:            0 kB
Active:          2122504 kB
Inactive:         331368 kB
Active(anon):    1978840 kB
Inactive(anon):        0 kB
Active(file):     143664 kB
Inactive(file):   331368 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       2226632 kB
Mapped:            21448 kB
Shmem:               204 kB
Slab:             574932 kB
SReclaimable:      18968 kB
SUnreclaim:       555964 kB
KernelStack:        1592 kB
PageTables:         9596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2743608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1914880 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 22:21:25