Trace number 4089933

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.03 894.758

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v051-n1.opb
MD5SUM88a573f213f1fe4c32b0fc4ead18d90d
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 benchmark0.055991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089933-1466021779.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.025s.
0.10/0.14	c declared #vars     153
0.10/0.14	c #constraints  102
0.10/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 51
0.10/0.14	c 102 constraints processed.
0.10/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51
0.10/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51
0.10/0.14	c 102 constraints processed.
2.66/0.84	c cleaning 2497 clauses out of 5002 with flag 40804/5002
4.89/1.42	c cleaning 4250 clauses out of 8504 with flag 104184/11001
6.43/2.16	c cleaning 5620 clauses out of 11253 with flag 182780/18000
8.32/3.09	c cleaning 6814 clauses out of 13633 with flag 276378/26000
10.78/4.24	c cleaning 7901 clauses out of 15819 with flag 386345/35000
13.66/5.62	c cleaning 8953 clauses out of 17920 with flag 509499/45002
16.84/7.22	c cleaning 9975 clauses out of 19965 with flag 652184/56000
20.70/9.13	c cleaning 10985 clauses out of 21990 with flag 787818/68000
25.37/11.45	c cleaning 11996 clauses out of 24005 with flag 926033/81000
30.57/14.05	c cleaning 12996 clauses out of 26010 with flag 1079814/95001
36.77/17.15	c cleaning 13996 clauses out of 28014 with flag 1241750/110001
43.62/20.50	c cleaning 15000 clauses out of 30017 with flag 1409846/126000
51.21/24.25	c cleaning 15998 clauses out of 32017 with flag 1583997/143000
58.79/28.06	c cleaning 17001 clauses out of 34019 with flag 1762393/161000
67.80/32.52	c cleaning 17998 clauses out of 36019 with flag 1952120/180001
78.03/37.66	c cleaning 19001 clauses out of 38020 with flag 2162370/200000
84.84/41.06	c cleaning 0 clauses out of 5000 with flag 0/5000
89.78/43.38	c cleaning 20002 clauses out of 40020 with flag 2372300/221001
102.39/49.57	c cleaning 21003 clauses out of 42021 with flag 2598482/243004
115.61/56.13	c cleaning 21991 clauses out of 44014 with flag 2834043/266000
130.43/63.50	c cleaning 23004 clauses out of 46023 with flag 3081087/290000
145.84/71.27	c cleaning 23999 clauses out of 48021 with flag 3335411/315002
164.29/80.47	c cleaning 25003 clauses out of 50021 with flag 3595445/341001
183.71/90.17	c cleaning 25999 clauses out of 52017 with flag 3875236/368000
205.94/101.29	c cleaning 27003 clauses out of 54019 with flag 4156895/396001
230.97/113.73	c cleaning 27998 clauses out of 56016 with flag 4471693/425001
255.42/125.92	c cleaning 29002 clauses out of 58018 with flag 4793322/455001
279.44/137.96	c cleaning 30001 clauses out of 60015 with flag 5121173/486000
304.29/150.33	c cleaning 31005 clauses out of 62017 with flag 5390056/518003
328.74/162.58	c cleaning 31994 clauses out of 64010 with flag 5688993/551001
354.96/175.69	c cleaning 33004 clauses out of 66015 with flag 5982659/585000
382.44/189.33	c cleaning 34002 clauses out of 68012 with flag 6310108/620001
410.72/203.45	c cleaning 34999 clauses out of 70009 with flag 6622670/656000
415.93/206.01	c cleaning 0 clauses out of 11001 with flag 0/11001
444.45/220.28	c cleaning 36001 clauses out of 72010 with flag 6933697/693000
480.45/238.11	c cleaning 36998 clauses out of 74009 with flag 7231946/731000
517.06/256.32	c cleaning 37998 clauses out of 76012 with flag 7544175/770001
555.48/275.49	c cleaning 39001 clauses out of 78013 with flag 7869355/810000
600.50/297.88	c cleaning 39995 clauses out of 80013 with flag 8219288/851001
650.56/322.71	c cleaning 41001 clauses out of 82017 with flag 8596364/893000
704.66/349.63	c cleaning 41997 clauses out of 84016 with flag 9000016/936000
758.76/376.59	c cleaning 43006 clauses out of 86019 with flag 9406477/980000
810.17/402.11	c cleaning 44000 clauses out of 88013 with flag 9795583/1025000
869.53/431.68	c cleaning 45000 clauses out of 90015 with flag 10215399/1071002
926.51/459.96	c cleaning 45994 clauses out of 92014 with flag 10636755/1118001
986.80/489.99	c cleaning 46998 clauses out of 94020 with flag 11066821/1166001
1055.80/524.28	c cleaning 48004 clauses out of 96021 with flag 11524320/1215000
1125.00/558.65	c cleaning 48997 clauses out of 98017 with flag 11976092/1265000
1130.43/561.32	c cleaning 0 clauses out of 18000 with flag 0/18000
1196.62/594.46	c cleaning 50001 clauses out of 100020 with flag 12428033/1316000
1270.23/631.00	c cleaning 51000 clauses out of 102019 with flag 12890531/1368000
1348.83/670.11	c cleaning 52002 clauses out of 104019 with flag 13351017/1421000
1433.50/712.22	c cleaning 52997 clauses out of 106017 with flag 13873942/1475000
1520.15/755.39	c cleaning 54000 clauses out of 108021 with flag 14422664/1530001
1605.82/797.91	c cleaning 55004 clauses out of 110022 with flag 14960430/1586002
1690.46/840.08	c cleaning 56001 clauses out of 112018 with flag 15479060/1643002
1782.93/886.26	c cleaning 57000 clauses out of 114017 with flag 15997304/1701002
1800.03/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.70	c starts		: 125
1800.03/894.70	c conflicts		: 1715029
1800.03/894.70	c decisions		: 1900472
1800.03/894.70	c propagations		: 34764932
1800.03/894.70	c inspects		: 12850543118
1800.03/894.70	c shortcuts		: 0
1800.03/894.70	c learnt literals	: 0
1800.03/894.70	c learnt binary clauses	: 0
1800.03/894.70	c learnt ternary clauses	: 0
1800.03/894.70	c learnt constraints	: 1715029
1800.03/894.70	c ignored constraints	: 0
1800.03/894.70	c root simplifications	: 0
1800.03/894.70	c removed literals (reason simplification)	: 21728643
1800.03/894.70	c reason swapping (by a shorter reason)	: 0
1800.03/894.70	c Calls to reduceDB	: 54
1800.03/894.70	c Number of update (reduction) of LBD	: 633886
1800.03/894.70	c Imported unit clauses	: 0
1800.03/894.70	c number of reductions to clauses (during analyze)	: 0
1800.03/894.70	c number of learned constraints concerned by reduction	: 0
1800.03/894.70	c number of learning phase by resolution	: 0
1800.03/894.70	c number of learning phase by cutting planes	: 0
1800.03/894.70	c speed (assignments/second)	: 38862.735409817375
1800.03/894.70	c non guided choices	45
1800.03/894.73	c learnt constraints type 
1800.03/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71044
1800.03/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.73	c starts		: 51
1800.03/894.73	c conflicts		: 22355
1800.03/894.73	c decisions		: 25719
1800.03/894.73	c propagations		: 352755
1800.03/894.73	c inspects		: 965428460
1800.03/894.73	c shortcuts		: 0
1800.03/894.73	c learnt literals	: 0
1800.03/894.73	c learnt binary clauses	: 0
1800.03/894.73	c learnt ternary clauses	: 0
1800.03/894.73	c learnt constraints	: 22354
1800.03/894.73	c ignored constraints	: 0
1800.03/894.73	c root simplifications	: 0
1800.03/894.73	c removed literals (reason simplification)	: 0
1800.03/894.73	c reason swapping (by a shorter reason)	: 0
1800.03/894.73	c Calls to reduceDB	: 3
1800.03/894.73	c Number of update (reduction) of LBD	: 0
1800.03/894.73	c Imported unit clauses	: 0
1800.03/894.73	c number of reductions to clauses (during analyze)	: 0
1800.03/894.73	c number of learned constraints concerned by reduction	: 0
1800.03/894.73	c number of learning phase by resolution	: 0
1800.03/894.73	c number of learning phase by cutting planes	: 0
1800.03/894.73	c speed (assignments/second)	: 394.32206629658856
1800.03/894.73	c non guided choices	44
1800.03/894.74	c learnt constraints type 
1800.03/894.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.03/894.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.03/894.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22344
1800.03/894.74	s UNKNOWN
1800.03/894.74	c Total wall clock time (in seconds): 894.628

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-4089933-1466021779/watcher-4089933-1466021779 -o /tmp/evaluation-result-4089933-1466021779/solver-4089933-1466021779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089933-1466021779.opb 

pid=14821
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.12 4.17 4.17 4/197 14824
/proc/meminfo: memFree=28280352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4227094 98570240 978 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 24065 978 744 9 0 16771 0
[pid=14824/tid=14825] ppid=14821 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) R 14821 14824 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4227095 98570240 978 33554432000 1073741824 1073778376 140736420769008 139755583700520 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100094 s]
/proc/loadavg: 4.12 4.17 4.17 4/197 14824
/proc/meminfo: memFree=28280352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 4418 0 1 0 9 1 0 0 20 0 18 0 4227094 9787879424 6047 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2389619 6047 2126 9 0 2380296 0
[pid=14824/tid=14825] ppid=14821 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) R 14821 14824 5545 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 4227095 9787879424 6050 33554432000 1073741824 1073778376 140736420769008 139755583703968 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.12 4.17 4.17 4/197 14824
/proc/meminfo: memFree=28280352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 5864 0 1 0 24 2 0 0 20 0 22 0 4227094 10060525568 8516 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 8516 2204 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 8516 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300264 s]
/proc/loadavg: 4.12 4.17 4.17 4/197 14824
/proc/meminfo: memFree=28280352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 9147 0 1 0 63 3 0 0 20 0 22 0 4227094 10060525568 10436 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 10436 2231 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 10436 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700225 s]
/proc/loadavg: 4.12 4.17 4.17 4/197 14824
/proc/meminfo: memFree=28280352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 18518 0 1 0 221 5 0 0 20 0 22 0 4227094 10060525568 27424 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 27424 2241 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 27424 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.12 4.17 4.17 7/219 14846
/proc/meminfo: memFree=28105228/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 29004 0 1 0 510 10 0 0 20 0 22 0 4227094 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 48286 2277 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14827] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14827/stat : 14827 (java) S 14821 14824 5545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755556158504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14828] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14828/stat : 14828 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755555105704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14829] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14834/stat : 14834 (java) S 14821 14824 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139755419891880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14835] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14835/stat : 14835 (java) S 14821 14824 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754937379816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14836] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14836/stat : 14836 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754936325880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14837] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14837/stat : 14837 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754935272968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14838] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14838/stat : 14838 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754934221456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14839] ppid=14821 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/14824/task/14839/stat : 14839 (java) S 14821 14824 5545 0 -1 4202560 13337 0 0 0 117 3 0 0 20 0 22 0 4227099 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754933168568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14840] ppid=14821 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/14824/task/14840/stat : 14840 (java) S 14821 14824 5545 0 -1 4202560 11754 0 0 0 113 2 0 0 20 0 22 0 4227099 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754932115768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14841] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14841/stat : 14841 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754931063160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14842] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14842/stat : 14842 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754930010568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14843] ppid=14821 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/14824/task/14843/stat : 14843 (java) R 14821 14824 5545 0 -1 4202560 29 0 0 0 128 0 0 0 20 0 22 0 4227109 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754928954544 139755434461159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14844] ppid=14821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14824/task/14844/stat : 14844 (java) R 14821 14824 5545 0 -1 4202560 99 0 0 0 126 1 0 0 20 0 22 0 4227109 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754927903480 139755434454872 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14845] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14845/stat : 14845 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754926851496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14846] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14846/stat : 14846 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 48286 33554432000 1073741824 1073778376 140736420769008 139754925798696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.12 4.17 4.17 5/219 14846
/proc/meminfo: memFree=27959352/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=8.54 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 29249 0 1 0 838 16 0 0 20 0 22 0 4227094 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 86302 2278 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14827] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14827/stat : 14827 (java) S 14821 14824 5545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755556158504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14828] ppid=14821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14824/task/14828/stat : 14828 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755555105704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14829] ppid=14821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14824/task/14834/stat : 14834 (java) S 14821 14824 5545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 4227095 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139755419891880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14835] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14835/stat : 14835 (java) S 14821 14824 5545 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754937379816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14836] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14836/stat : 14836 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754936325880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14837] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14837/stat : 14837 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754935272968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14838] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14838/stat : 14838 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754934221456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14839] ppid=14821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14824/task/14839/stat : 14839 (java) S 14821 14824 5545 0 -1 4202560 13337 0 0 0 124 3 0 0 20 0 22 0 4227099 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754933168568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14840] ppid=14821 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/14824/task/14840/stat : 14840 (java) S 14821 14824 5545 0 -1 4202560 11754 0 0 0 117 2 0 0 20 0 22 0 4227099 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754932115768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14841] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14841/stat : 14841 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754931063160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14842] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14842/stat : 14842 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754930010568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14843] ppid=14821 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/14824/task/14843/stat : 14843 (java) R 14821 14824 5545 0 -1 4202560 30 0 0 0 284 0 0 0 20 0 22 0 4227109 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754928956672 139755434517389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14844] ppid=14821 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/14824/task/14844/stat : 14844 (java) R 14821 14824 5545 0 -1 4202560 162 0 0 0 278 3 0 0 20 0 22 0 4227109 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754927903528 139755434557309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14845] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14845/stat : 14845 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754926851496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14846] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14846/stat : 14846 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 86302 33554432000 1073741824 1073778376 140736420769008 139754925798696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.11 4.17 4.17 5/219 14846
/proc/meminfo: memFree=27661848/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=15.05 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 29789 0 1 0 1479 26 0 0 20 0 22 0 4227094 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 156630 2278 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2399 0 1 0 11 1 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14827] ppid=14821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14824/task/14827/stat : 14827 (java) S 14821 14824 5545 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755556158504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14828] ppid=14821 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14824/task/14828/stat : 14828 (java) S 14821 14824 5545 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755555105704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14829] ppid=14821 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 51 0 0 0 3 2 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 4227095 10060525568 156630 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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

/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 316 0 0 0 269 6 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 358 0 0 0 268 8 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 374 0 0 0 264 8 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 383 0 0 0 277 8 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 396 0 0 0 275 9 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/14824/task/14834/stat : 14834 (java) S 14821 14824 5545 0 -1 4202560 390 0 0 0 262 8 0 0 20 0 22 0 4227095 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139755419891880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14835] ppid=14821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14824/task/14835/stat : 14835 (java) S 14821 14824 5545 0 -1 4202560 2464 0 0 0 95 32 0 0 20 0 22 0 4227097 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754937379816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14836] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14836/stat : 14836 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754936325880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14837] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14837/stat : 14837 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754935272968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14838] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14838/stat : 14838 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754934221456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14839] ppid=14821 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14824/task/14839/stat : 14839 (java) S 14821 14824 5545 0 -1 4202560 17820 0 0 0 186 4 0 0 20 0 22 0 4227099 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754933168568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14840] ppid=14821 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/14824/task/14840/stat : 14840 (java) S 14821 14824 5545 0 -1 4202560 11766 0 0 0 138 2 0 0 20 0 22 0 4227099 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754932115768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14841] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14841/stat : 14841 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754931063160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14842] ppid=14821 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/14824/task/14842/stat : 14842 (java) S 14821 14824 5545 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 4227099 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754930010568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14843] ppid=14821 vsize=9824732 CPUtime=871.84 cores=0,2,4,6
/proc/14824/task/14843/stat : 14843 (java) R 14821 14824 5545 0 -1 4202560 133 0 0 0 87169 15 0 0 20 0 22 0 4227109 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754928955240 139755434538117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14844] ppid=14821 vsize=9824732 CPUtime=872 cores=0,2,4,6
/proc/14824/task/14844/stat : 14844 (java) R 14821 14824 5545 0 -1 4202560 2008 0 0 0 87150 50 0 0 20 0 22 0 4227109 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754927903744 139755435276874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14845] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14845/stat : 14845 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754926851496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14846] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14846/stat : 14846 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 571027 33554432000 1073741824 1073778376 140736420769008 139754925798696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.19 4.18 4.21 5/219 14938
/proc/meminfo: memFree=26062808/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 40865 0 1 0 179846 157 0 0 20 0 22 0 4227094 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 569321 2287 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2401 0 1 0 14 4 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14827] ppid=14821 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14824/task/14827/stat : 14827 (java) S 14821 14824 5545 0 -1 4202560 358 0 0 0 252 7 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755556158504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14828] ppid=14821 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/14824/task/14828/stat : 14828 (java) S 14821 14824 5545 0 -1 4202560 366 0 0 0 280 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755555105704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14829] ppid=14821 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 318 0 0 0 272 6 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 366 0 0 0 273 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 374 0 0 0 270 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 383 0 0 0 279 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 396 0 0 0 280 9 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14824/task/14834/stat : 14834 (java) S 14821 14824 5545 0 -1 4202560 390 0 0 0 267 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755419891880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14835] ppid=14821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14824/task/14835/stat : 14835 (java) S 14821 14824 5545 0 -1 4202560 2464 0 0 0 95 32 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754937379816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14836] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14836/stat : 14836 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754936325880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14837] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14837/stat : 14837 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754935272968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14838] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14838/stat : 14838 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754934221456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14839] ppid=14821 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14824/task/14839/stat : 14839 (java) S 14821 14824 5545 0 -1 4202560 17820 0 0 0 186 4 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754933168568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14840] ppid=14821 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/14824/task/14840/stat : 14840 (java) S 14821 14824 5545 0 -1 4202560 11766 0 0 0 138 2 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754932115768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14841] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14841/stat : 14841 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754931063160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14842] ppid=14821 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14824/task/14842/stat : 14842 (java) S 14821 14824 5545 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754930010568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14843] ppid=14821 vsize=9824732 CPUtime=884.1 cores=0,2,4,6
/proc/14824/task/14843/stat : 14843 (java) R 14821 14824 5545 0 -1 4202560 136 0 0 0 88395 15 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754928955440 139755434538591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14844] ppid=14821 vsize=9824732 CPUtime=884.26 cores=0,2,4,6
/proc/14824/task/14844/stat : 14844 (java) R 14821 14824 5545 0 -1 4202560 2011 0 0 0 88376 50 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754927901856 139755434532339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14845] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14845/stat : 14845 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754926851496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14846] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14846/stat : 14846 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754925798696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 14824 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.19 4.18 4.21 5/219 14938
/proc/meminfo: memFree=26062808/32872528 swapFree=1073728/1155488
[pid=14824] ppid=14821 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/14824/stat : 14824 (java) S 14821 14824 5545 0 -1 4202496 40865 0 1 0 179846 157 0 0 20 0 22 0 4227094 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 140736420760144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14824/statm: 2456183 569321 2287 9 0 2446860 0
[pid=14824/tid=14825] ppid=14821 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/14824/task/14825/stat : 14825 (java) S 14821 14824 5545 0 -1 4202560 2401 0 1 0 14 4 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755583705976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14827] ppid=14821 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14824/task/14827/stat : 14827 (java) S 14821 14824 5545 0 -1 4202560 358 0 0 0 252 7 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755556158504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14828] ppid=14821 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/14824/task/14828/stat : 14828 (java) S 14821 14824 5545 0 -1 4202560 366 0 0 0 280 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755555105704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14829] ppid=14821 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14824/task/14829/stat : 14829 (java) S 14821 14824 5545 0 -1 4202560 318 0 0 0 272 6 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755554052904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14830] ppid=14821 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/14824/task/14830/stat : 14830 (java) S 14821 14824 5545 0 -1 4202560 366 0 0 0 273 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755553000104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14831] ppid=14821 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14824/task/14831/stat : 14831 (java) S 14821 14824 5545 0 -1 4202560 374 0 0 0 270 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755423050280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14832] ppid=14821 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14824/task/14832/stat : 14832 (java) S 14821 14824 5545 0 -1 4202560 383 0 0 0 279 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755421997480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14833] ppid=14821 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/14824/task/14833/stat : 14833 (java) S 14821 14824 5545 0 -1 4202560 396 0 0 0 280 9 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755420944680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14834] ppid=14821 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14824/task/14834/stat : 14834 (java) S 14821 14824 5545 0 -1 4202560 390 0 0 0 267 8 0 0 20 0 22 0 4227095 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139755419891880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14835] ppid=14821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14824/task/14835/stat : 14835 (java) S 14821 14824 5545 0 -1 4202560 2464 0 0 0 95 32 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754937379816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14836] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14836/stat : 14836 (java) S 14821 14824 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754936325880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14837] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14837/stat : 14837 (java) S 14821 14824 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4227097 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754935272968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14838] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14838/stat : 14838 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754934221456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14839] ppid=14821 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14824/task/14839/stat : 14839 (java) S 14821 14824 5545 0 -1 4202560 17820 0 0 0 186 4 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754933168568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14824/tid=14840] ppid=14821 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/14824/task/14840/stat : 14840 (java) S 14821 14824 5545 0 -1 4202560 11766 0 0 0 138 2 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754932115768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14841] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14841/stat : 14841 (java) S 14821 14824 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754931063160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14842] ppid=14821 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14824/task/14842/stat : 14842 (java) S 14821 14824 5545 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 4227099 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754930010568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14843] ppid=14821 vsize=9824732 CPUtime=884.1 cores=0,2,4,6
/proc/14824/task/14843/stat : 14843 (java) R 14821 14824 5545 0 -1 4202560 136 0 0 0 88395 15 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754928955440 139755434538591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14824/tid=14844] ppid=14821 vsize=9824732 CPUtime=884.26 cores=0,2,4,6
/proc/14824/task/14844/stat : 14844 (java) R 14821 14824 5545 0 -1 4202560 2011 0 0 0 88376 50 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754927901856 139755434532339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14824/tid=14845] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14845/stat : 14845 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754926851496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14824/tid=14846] ppid=14821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14824/task/14846/stat : 14846 (java) S 14821 14824 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4227109 10060525568 569321 33554432000 1073741824 1073778376 140736420769008 139754925798696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14824 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=168244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=43689
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.758
CPU time (s): 1800.03
CPU user time (s): 1798.46
CPU system time (s): 1.57
CPU usage (%): 201.175
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.04369
maximum resident set size= 2828200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40906
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= 33645
involuntary context switches= 44357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.06323 second user time and 7.9048 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:16:19
IDJOB=4089933
IDBENCH=107477
IDSOLVER=2543
FILE ID=node114/4089933-1466021779
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
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-v051-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089933-1466021779/watcher-4089933-1466021779 -o /tmp/evaluation-result-4089933-1466021779/solver-4089933-1466021779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089933-1466021779.opb

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

MD5SUM BENCH= 88a573f213f1fe4c32b0fc4ead18d90d
RANDOM SEED=1463045418

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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		: 2666.761
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		: 2666.761
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:        28281268 kB
Buffers:           23676 kB
Cached:            45528 kB
SwapCached:        33296 kB
Active:          2649268 kB
Inactive:          74608 kB
Active(anon):    2624008 kB
Inactive(anon):    33292 kB
Active(file):      25260 kB
Inactive(file):    41316 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       3798224 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             566700 kB
SReclaimable:      10224 kB
SUnreclaim:       556476 kB
KernelStack:        1784 kB
PageTables:        12212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3923260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2678784 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 node114 at 2016-06-15 22:31:13