Trace number 4089989

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUMbc85fa55b82808cf2d6ead8192348d0f
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.067989
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089989-1466022983.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.024s.
0.11/0.13	c declared #vars     153
0.11/0.13	c #constraints  102
0.11/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 51
0.11/0.13	c 102 constraints processed.
0.11/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51
0.11/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51
0.11/0.13	c 102 constraints processed.
2.34/0.76	c cleaning 2493 clauses out of 5000 with flag 41263/5000
4.25/1.25	c cleaning 4247 clauses out of 8508 with flag 100508/11001
5.80/1.93	c cleaning 5625 clauses out of 11260 with flag 171134/18000
7.67/2.82	c cleaning 6810 clauses out of 13636 with flag 252905/26001
9.89/3.93	c cleaning 7905 clauses out of 15825 with flag 343901/35000
12.51/5.24	c cleaning 8958 clauses out of 17921 with flag 446246/45001
15.73/6.88	c cleaning 9970 clauses out of 19962 with flag 559004/56000
19.79/8.83	c cleaning 10986 clauses out of 21993 with flag 683384/68001
24.58/11.14	c cleaning 11995 clauses out of 24009 with flag 827816/81003
30.16/13.93	c cleaning 12995 clauses out of 26012 with flag 978326/95001
36.02/16.88	c cleaning 14003 clauses out of 28017 with flag 1133684/110001
43.44/20.57	c cleaning 14996 clauses out of 30014 with flag 1299178/126001
51.44/24.53	c cleaning 16000 clauses out of 32017 with flag 1476017/143000
51.84/24.77	c cleaning 0 clauses out of 5000 with flag 0/5000
61.04/29.10	c cleaning 17000 clauses out of 34018 with flag 1670516/161001
71.41/34.24	c cleaning 18004 clauses out of 36019 with flag 1867815/180002
81.42/39.28	c cleaning 19001 clauses out of 38013 with flag 2069236/200000
92.62/44.81	c cleaning 20006 clauses out of 40015 with flag 2303257/221003
104.84/50.92	c cleaning 20994 clauses out of 42008 with flag 2550532/243002
117.89/57.41	c cleaning 22001 clauses out of 44017 with flag 2792074/266005
132.29/64.66	c cleaning 22999 clauses out of 46011 with flag 3050555/290000
148.54/72.71	c cleaning 23996 clauses out of 48012 with flag 3327257/315000
166.34/81.62	c cleaning 24998 clauses out of 50016 with flag 3623643/341000
184.78/90.85	c cleaning 25995 clauses out of 52020 with flag 3893881/368002
206.00/101.46	c cleaning 27005 clauses out of 54023 with flag 4206297/396000
230.63/113.71	c cleaning 28004 clauses out of 56018 with flag 4529838/425000
255.86/126.31	c cleaning 28996 clauses out of 58014 with flag 4866661/455000
271.28/134.08	c cleaning 0 clauses out of 11002 with flag 0/11002
282.73/139.70	c cleaning 30001 clauses out of 60018 with flag 5190647/486000
311.17/153.98	c cleaning 30999 clauses out of 62017 with flag 5547126/518000
345.42/171.05	c cleaning 32001 clauses out of 64019 with flag 5914360/551001
382.67/189.68	c cleaning 33001 clauses out of 66017 with flag 6299358/585000
421.58/209.08	c cleaning 33989 clauses out of 68017 with flag 6722667/620001
464.74/230.54	c cleaning 35005 clauses out of 70027 with flag 7141608/656000
508.01/252.04	c cleaning 36005 clauses out of 72022 with flag 7580975/693000
553.20/274.54	c cleaning 37001 clauses out of 74017 with flag 8020586/731000
609.90/302.76	c cleaning 38000 clauses out of 76017 with flag 8486047/770001
665.61/330.42	c cleaning 38999 clauses out of 78017 with flag 8947482/810001
721.31/358.19	c cleaning 39995 clauses out of 80017 with flag 9422203/851000
779.48/387.02	c cleaning 41007 clauses out of 82024 with flag 9921328/893002
836.61/415.40	c cleaning 42002 clauses out of 84015 with flag 10411861/936000
892.77/443.38	c cleaning 0 clauses out of 18001 with flag 0/18001
901.60/447.79	c cleaning 42995 clauses out of 86014 with flag 10920177/980001
962.91/478.22	c cleaning 44007 clauses out of 88019 with flag 11411826/1025001
1018.03/505.63	c cleaning 45000 clauses out of 90012 with flag 11827400/1071001
1080.01/536.49	c cleaning 46002 clauses out of 92011 with flag 12232527/1118000
1143.17/567.80	c cleaning 46999 clauses out of 94010 with flag 12710989/1166001
1220.48/606.27	c cleaning 47995 clauses out of 96011 with flag 13184898/1215001
1288.27/639.98	c cleaning 49000 clauses out of 98015 with flag 13711369/1265000
1357.09/674.13	c cleaning 50004 clauses out of 100015 with flag 14207728/1316000
1440.29/715.62	c cleaning 50998 clauses out of 102013 with flag 14772146/1368002
1521.90/756.28	c cleaning 52003 clauses out of 104013 with flag 15271370/1421000
1595.48/792.84	c cleaning 52998 clauses out of 106011 with flag 15813157/1475001
1670.54/830.16	c cleaning 53997 clauses out of 108012 with flag 16344256/1530000
1753.17/871.21	c cleaning 55005 clauses out of 110015 with flag 16933120/1586000
1800.08/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.50	c starts		: 1541
1800.08/894.50	c conflicts		: 1624133
1800.08/894.50	c decisions		: 1852318
1800.08/894.50	c propagations		: 33947253
1800.08/894.50	c inspects		: 12245244053
1800.08/894.50	c shortcuts		: 0
1800.08/894.50	c learnt literals	: 0
1800.08/894.50	c learnt binary clauses	: 0
1800.08/894.50	c learnt ternary clauses	: 0
1800.08/894.50	c learnt constraints	: 1624133
1800.08/894.50	c ignored constraints	: 0
1800.08/894.50	c root simplifications	: 0
1800.08/894.50	c removed literals (reason simplification)	: 21533653
1800.08/894.50	c reason swapping (by a shorter reason)	: 0
1800.08/894.50	c Calls to reduceDB	: 52
1800.08/894.50	c Number of update (reduction) of LBD	: 555611
1800.08/894.50	c Imported unit clauses	: 0
1800.08/894.50	c number of reductions to clauses (during analyze)	: 0
1800.08/894.50	c number of learned constraints concerned by reduction	: 0
1800.08/894.50	c number of learning phase by resolution	: 0
1800.08/894.50	c number of learning phase by cutting planes	: 0
1800.08/894.50	c speed (assignments/second)	: 37956.77943928995
1800.08/894.50	c non guided choices	46
1800.08/894.53	c learnt constraints type 
1800.08/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93143
1800.08/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.53	c starts		: 53
1800.08/894.53	c conflicts		: 24774
1800.08/894.53	c decisions		: 28777
1800.08/894.53	c propagations		: 386507
1800.08/894.53	c inspects		: 1070991395
1800.08/894.53	c shortcuts		: 0
1800.08/894.53	c learnt literals	: 0
1800.08/894.53	c learnt binary clauses	: 0
1800.08/894.53	c learnt ternary clauses	: 0
1800.08/894.53	c learnt constraints	: 24773
1800.08/894.53	c ignored constraints	: 0
1800.08/894.53	c root simplifications	: 0
1800.08/894.53	c removed literals (reason simplification)	: 0
1800.08/894.53	c reason swapping (by a shorter reason)	: 0
1800.08/894.53	c Calls to reduceDB	: 3
1800.08/894.53	c Number of update (reduction) of LBD	: 0
1800.08/894.53	c Imported unit clauses	: 0
1800.08/894.53	c number of reductions to clauses (during analyze)	: 0
1800.08/894.53	c number of learned constraints concerned by reduction	: 0
1800.08/894.53	c number of learning phase by resolution	: 0
1800.08/894.53	c number of learning phase by cutting planes	: 0
1800.08/894.53	c speed (assignments/second)	: 432.14593186417557
1800.08/894.53	c non guided choices	45
1800.08/894.54	c learnt constraints type 
1800.08/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 288
1800.08/894.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
1800.08/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24479
1800.08/894.54	s UNKNOWN
1800.08/894.54	c Total wall clock time (in seconds): 894.432

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

pid=10532
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.02 4.03 4.00 4/197 10535
/proc/meminfo: memFree=31245636/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4348742 98570240 977 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 24065 977 743 9 0 16771 0
[pid=10535/tid=10536] ppid=10532 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) R 10532 10535 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4348742 98570240 978 33554432000 1073741824 1073778376 140737032432560 140030257884712 247064249728 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.02 4.03 4.00 4/197 10535
/proc/meminfo: memFree=31245636/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 4348742 9787879424 6115 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2389619 6115 2156 9 0 2380296 0
[pid=10535/tid=10536] ppid=10532 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) R 10532 10535 5767 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 4348742 9787879424 6115 33554432000 1073741824 1073778376 140737032432560 140030257888632 247067632909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.02 4.03 4.00 4/197 10535
/proc/meminfo: memFree=31245636/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 7621 0 1 0 33 1 0 0 20 0 22 0 4348742 10060525568 9646 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 9646 2215 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 9646 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.300285 s]
/proc/loadavg: 4.02 4.03 4.00 4/197 10535
/proc/meminfo: memFree=31245636/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 8990 0 1 0 73 1 0 0 20 0 22 0 4348742 10060525568 10761 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 10761 2231 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 10761 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+0.70025 s]
/proc/loadavg: 4.02 4.03 4.00 4/197 10535
/proc/meminfo: memFree=31245636/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 19288 0 1 0 230 4 0 0 20 0 22 0 4348742 10060525568 27643 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 27643 2241 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 27643 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50098 s]
/proc/loadavg: 4.02 4.03 4.00 6/219 10557
/proc/meminfo: memFree=30930088/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=4.96 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 28905 0 1 0 488 8 0 0 20 0 22 0 4348742 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 47520 2275 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030230341800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10539] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10532 10535 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030229289256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10540] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10532 10535 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029624052776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10546] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10532 10535 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029611853928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10547] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10532 10535 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029610800248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10548] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029609747592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10549] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029608696336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10550] ppid=10532 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10532 10535 5767 0 -1 4202560 7633 0 0 0 103 0 0 0 20 0 22 0 4348746 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029607643704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10551] ppid=10532 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10532 10535 5767 0 -1 4202560 17355 0 0 0 105 3 0 0 20 0 22 0 4348746 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029606591160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10552] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029605538808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10553] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029604486472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10554] ppid=10532 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) R 10532 10535 5767 0 -1 4202560 32 0 0 0 133 0 0 0 20 0 22 0 4348756 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029603323520 140030111036192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10555] ppid=10532 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/10535/task/10555/stat : 10555 (java) R 10532 10535 5767 0 -1 4202560 98 0 0 0 128 3 0 0 20 0 22 0 4348756 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029602278656 140030111131234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10556] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10556/stat : 10556 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029601227816 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10557] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10557/stat : 10557 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 47520 33554432000 1073741824 1073778376 140737032432560 140029600175272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.02 4.03 4.00 5/219 10557
/proc/meminfo: memFree=30622232/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 29226 0 1 0 815 15 0 0 20 0 22 0 4348742 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 85613 2278 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10532 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10532 10535 5767 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030230341800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10532 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10532 10535 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030229289256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10540] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10532 10535 5767 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 4348743 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029624052776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10546] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10532 10535 5767 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029611853928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10547] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10532 10535 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029610800248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10548] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029609747592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10549] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029608696336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10550] ppid=10532 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10532 10535 5767 0 -1 4202560 7633 0 0 0 109 0 0 0 20 0 22 0 4348746 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029607643704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10551] ppid=10532 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10532 10535 5767 0 -1 4202560 17357 0 0 0 108 4 0 0 20 0 22 0 4348746 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029606591160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10552] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029605538808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10553] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029604486472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10532 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) R 10532 10535 5767 0 -1 4202560 32 0 0 0 286 0 0 0 20 0 22 0 4348756 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029603330272 140030111104479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10555] ppid=10532 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/10535/task/10555/stat : 10555 (java) R 10532 10535 5767 0 -1 4202560 158 0 0 0 279 4 0 0 20 0 22 0 4348756 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029602278656 140030111132011 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10556] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10556/stat : 10556 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029601227816 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10557] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10557/stat : 10557 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 85613 33554432000 1073741824 1073778376 140737032432560 140029600175272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.02 4.03 4.00 5/219 10557
/proc/meminfo: memFree=29733884/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=14.74 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 29651 0 1 0 1453 21 0 0 20 0 22 0 4348742 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 151900 2278 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2405 0 1 0 11 0 0 0 20 0 22 0 4348742 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10532 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10532 10535 5767 0 -1 4202560 47 0 0 0 3 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030230341800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10539] ppid=10532 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10532 10535 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030229289256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10540] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 4348743 10060525568 151900 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 388 0 0 0 296 6 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 359 0 0 0 267 5 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 364 0 0 0 261 5 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 344 0 0 0 274 7 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 334 0 0 0 260 6 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10532 10535 5767 0 -1 4202560 365 0 0 0 268 6 0 0 20 0 22 0 4348743 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029624052776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10546] ppid=10532 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10532 10535 5767 0 -1 4202560 1291 0 0 0 40 30 0 0 20 0 22 0 4348744 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029611853928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10547] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10532 10535 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029610800248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10548] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029609747592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10549] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029608696336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10550] ppid=10532 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10532 10535 5767 0 -1 4202560 11305 0 0 0 178 2 0 0 20 0 22 0 4348746 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029607643704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10551] ppid=10532 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10532 10535 5767 0 -1 4202560 17360 0 0 0 115 4 0 0 20 0 22 0 4348746 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029606591160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10552] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029605538808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10553] ppid=10532 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10532 10535 5767 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 4348746 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029604486472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10554] ppid=10532 vsize=9824732 CPUtime=872.29 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) R 10532 10535 5767 0 -1 4202560 238 0 0 0 87214 15 0 0 20 0 22 0 4348756 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029603330432 140030111119340 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10555] ppid=10532 vsize=9824732 CPUtime=872.33 cores=1,3,5,7
/proc/10535/task/10555/stat : 10555 (java) R 10532 10535 5767 0 -1 4202560 1937 0 0 0 87181 52 0 0 20 0 22 0 4348756 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029602278640 140030111216824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10556] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10556/stat : 10556 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029601227816 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10557] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10557/stat : 10557 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 579274 33554432000 1073741824 1073778376 140737032432560 140029600175272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.05 4.07 4.03 5/219 10649
/proc/meminfo: memFree=28857700/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 38754 0 1 0 179863 145 0 0 20 0 22 0 4348742 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 576981 2287 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2411 0 1 0 13 4 0 0 20 0 22 0 4348742 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10538] ppid=10532 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10532 10535 5767 0 -1 4202560 396 0 0 0 277 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030230341800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10532 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10532 10535 5767 0 -1 4202560 338 0 0 0 292 4 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030229289256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10540] ppid=10532 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 388 0 0 0 302 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 359 0 0 0 270 5 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 364 0 0 0 265 5 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 344 0 0 0 281 7 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 334 0 0 0 265 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10532 10535 5767 0 -1 4202560 365 0 0 0 272 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029624052776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10546] ppid=10532 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10532 10535 5767 0 -1 4202560 1291 0 0 0 40 30 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029611853928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10547] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10532 10535 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029610800248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10548] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029609747592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10549] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029608696336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10550] ppid=10532 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10532 10535 5767 0 -1 4202560 11305 0 0 0 178 2 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029607643704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10551] ppid=10532 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10532 10535 5767 0 -1 4202560 17360 0 0 0 115 4 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029606591160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10552] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029605538808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10553] ppid=10532 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10532 10535 5767 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029604486472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10532 vsize=9824732 CPUtime=884.34 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) R 10532 10535 5767 0 -1 4202560 240 0 0 0 88419 15 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029603331216 140030111104479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10555] ppid=10532 vsize=9824732 CPUtime=884.36 cores=1,3,5,7
/proc/10535/task/10555/stat : 10555 (java) R 10532 10535 5767 0 -1 4202560 1942 0 0 0 88384 52 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029602277888 140030111130838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10556] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10556/stat : 10556 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029601227816 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10557] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10557/stat : 10557 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029600175272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

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

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

[startup+894.501 s]
/proc/loadavg: 4.05 4.07 4.03 5/219 10649
/proc/meminfo: memFree=28857700/32872528 swapFree=248296/248296
[pid=10535] ppid=10532 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10532 10535 5767 0 -1 4202496 38754 0 1 0 179863 145 0 0 20 0 22 0 4348742 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140737032423696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10535/statm: 2456183 576981 2287 9 0 2446860 0
[pid=10535/tid=10536] ppid=10532 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/10535/task/10536/stat : 10536 (java) S 10532 10535 5767 0 -1 4202560 2411 0 1 0 13 4 0 0 20 0 22 0 4348742 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030257890168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10538] ppid=10532 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10532 10535 5767 0 -1 4202560 396 0 0 0 277 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030230341800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10532 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10532 10535 5767 0 -1 4202560 338 0 0 0 292 4 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030229289256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10540] ppid=10532 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10532 10535 5767 0 -1 4202560 388 0 0 0 302 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030099630504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10532 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10532 10535 5767 0 -1 4202560 359 0 0 0 270 5 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030098577960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10532 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10532 10535 5767 0 -1 4202560 364 0 0 0 265 5 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030097525416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10543] ppid=10532 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10532 10535 5767 0 -1 4202560 344 0 0 0 281 7 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030096472872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10544] ppid=10532 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10532 10535 5767 0 -1 4202560 334 0 0 0 265 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140030095420328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10545] ppid=10532 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10532 10535 5767 0 -1 4202560 365 0 0 0 272 6 0 0 20 0 22 0 4348743 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029624052776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10546] ppid=10532 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10532 10535 5767 0 -1 4202560 1291 0 0 0 40 30 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029611853928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10547] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10532 10535 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029610800248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10548] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10532 10535 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4348744 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029609747592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10549] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029608696336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10550] ppid=10532 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10532 10535 5767 0 -1 4202560 11305 0 0 0 178 2 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029607643704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10551] ppid=10532 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10532 10535 5767 0 -1 4202560 17360 0 0 0 115 4 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029606591160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10552] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10532 10535 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029605538808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10553] ppid=10532 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10532 10535 5767 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 4348746 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029604486472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10532 vsize=9824732 CPUtime=884.34 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) R 10532 10535 5767 0 -1 4202560 240 0 0 0 88419 15 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029603331216 140030111104479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10555] ppid=10532 vsize=9824732 CPUtime=884.36 cores=1,3,5,7
/proc/10535/task/10555/stat : 10555 (java) R 10532 10535 5767 0 -1 4202560 1942 0 0 0 88384 52 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029602277888 140030111130838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10556] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10556/stat : 10556 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029601227816 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10557] ppid=10532 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10557/stat : 10557 (java) S 10532 10535 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4348756 10060525568 576981 33554432000 1073741824 1073778376 140737032432560 140029600175272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.563
CPU time (s): 1800.08
CPU user time (s): 1798.63
CPU system time (s): 1.45
CPU usage (%): 201.224
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.93171
maximum resident set size= 2753684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38797
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33979
involuntary context switches= 39962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70298 second user time and 6.62499 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 22:36:23
IDJOB=4089989
IDBENCH=107485
IDSOLVER=2543
FILE ID=node103/4089989-1466022983
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= bc85fa55b82808cf2d6ead8192348d0f
RANDOM SEED=1940779888

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:        31246436 kB
Buffers:          133956 kB
Cached:           346164 kB
SwapCached:            0 kB
Active:           325224 kB
Inactive:         333320 kB
Active(anon):     181252 kB
Inactive(anon):        0 kB
Active(file):     143972 kB
Inactive(file):   333320 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:        480732 kB
Mapped:            21548 kB
Shmem:               204 kB
Slab:             575216 kB
SReclaimable:      19136 kB
SUnreclaim:       556080 kB
KernelStack:        1808 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1067108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:51:18