Trace number 4081361

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.03 897.942

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081361-1465232519.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 13 constraints processed.
0.09/0.16	c objective function length is 1 literals
2.68/0.80	c cleaning 2501 clauses out of 5002 with flag 10258/5002
3.88/1.19	c cleaning 4250 clauses out of 8500 with flag 22519/11001
5.04/1.63	c cleaning 5624 clauses out of 11249 with flag 36997/18000
6.04/2.17	c cleaning 6810 clauses out of 13625 with flag 53470/26000
7.67/2.91	c cleaning 7908 clauses out of 15815 with flag 72646/35000
9.27/3.79	c cleaning 8954 clauses out of 17910 with flag 93696/45003
11.47/4.84	c cleaning 9978 clauses out of 19956 with flag 116371/56003
13.87/6.07	c cleaning 10988 clauses out of 21975 with flag 140819/68000
16.67/7.43	c cleaning 11993 clauses out of 23987 with flag 167769/81000
19.70/8.99	c cleaning 12996 clauses out of 25994 with flag 196704/95000
23.32/10.74	c cleaning 13999 clauses out of 27998 with flag 227686/110000
26.92/12.54	c cleaning 15001 clauses out of 30001 with flag 260449/126002
31.35/14.75	c cleaning 15999 clauses out of 31999 with flag 295468/143001
36.55/17.31	c cleaning 16997 clauses out of 33999 with flag 332244/161000
42.35/20.28	c cleaning 18000 clauses out of 36002 with flag 371293/180000
48.76/23.45	c cleaning 19000 clauses out of 38003 with flag 412509/200001
55.57/26.87	c cleaning 20003 clauses out of 40005 with flag 455841/221003
62.78/30.44	c cleaning 21000 clauses out of 42000 with flag 500941/243001
71.03/34.55	c cleaning 21997 clauses out of 44000 with flag 548627/266001
79.65/38.86	c cleaning 23000 clauses out of 46004 with flag 598525/290002
87.88/42.96	c cleaning 24000 clauses out of 48002 with flag 649896/315000
97.28/47.60	c cleaning 25002 clauses out of 50006 with flag 703101/341004
107.49/52.77	c cleaning 25997 clauses out of 52000 with flag 758877/368000
118.72/58.35	c cleaning 26999 clauses out of 54003 with flag 816443/396000
131.32/64.67	c cleaning 28002 clauses out of 56005 with flag 876489/425001
144.32/71.18	c cleaning 29001 clauses out of 58004 with flag 938952/455002
158.15/78.05	c cleaning 29994 clauses out of 60002 with flag 1003502/486001
171.35/84.70	c cleaning 31002 clauses out of 62009 with flag 1069996/518002
186.17/92.05	c cleaning 32002 clauses out of 64006 with flag 1137875/551001
201.00/99.48	c cleaning 33001 clauses out of 66003 with flag 1208323/585000
218.83/108.36	c cleaning 34000 clauses out of 68002 with flag 1280533/620000
235.84/116.84	c cleaning 35001 clauses out of 70004 with flag 1354210/656002
254.45/126.16	c cleaning 35994 clauses out of 72001 with flag 1431235/693000
274.69/136.24	c cleaning 37008 clauses out of 74015 with flag 1510035/731008
295.17/146.46	c cleaning 38001 clauses out of 76007 with flag 1591279/770008
319.88/158.79	c cleaning 38999 clauses out of 77998 with flag 1674196/810000
343.33/170.45	c cleaning 39994 clauses out of 79999 with flag 1757982/851000
367.60/182.60	c cleaning 40998 clauses out of 82008 with flag 1845838/893003
392.76/195.03	c cleaning 42006 clauses out of 84015 with flag 1934045/936008
418.87/208.04	c cleaning 42998 clauses out of 86001 with flag 2025393/980000
447.12/222.20	c cleaning 43999 clauses out of 88004 with flag 2118830/1025001
478.95/238.06	c cleaning 44995 clauses out of 90005 with flag 2214738/1071001
506.37/251.73	c cleaning 46002 clauses out of 92011 with flag 2312268/1118002
538.79/267.96	c cleaning 46997 clauses out of 94007 with flag 2412173/1166000
574.45/285.70	c cleaning 48004 clauses out of 96012 with flag 2513789/1215002
613.35/305.11	c cleaning 48997 clauses out of 98006 with flag 2617904/1265000
652.62/324.79	c cleaning 50001 clauses out of 100009 with flag 2723831/1316000
692.10/344.43	c cleaning 51003 clauses out of 102009 with flag 2832062/1368001
737.23/366.97	c cleaning 52005 clauses out of 104010 with flag 2942390/1421005
782.56/389.52	c cleaning 52999 clauses out of 106000 with flag 3055297/1475000
828.49/412.56	c cleaning 53992 clauses out of 108001 with flag 3169359/1530000
870.67/433.60	c cleaning 55003 clauses out of 110009 with flag 3286884/1586000
918.11/457.30	c cleaning 55999 clauses out of 112006 with flag 3407050/1643000
962.54/479.56	c cleaning 57002 clauses out of 114007 with flag 3530106/1701000
1012.35/504.48	c cleaning 58002 clauses out of 116005 with flag 3653204/1760000
1061.80/529.14	c cleaning 58998 clauses out of 118007 with flag 3779345/1820004
1109.48/552.97	c cleaning 60005 clauses out of 120013 with flag 3908691/1881008
1157.34/576.84	c cleaning 60997 clauses out of 122002 with flag 4039240/1943002
1205.35/600.86	c cleaning 61998 clauses out of 124003 with flag 4171986/2006000
1253.64/624.99	c cleaning 63000 clauses out of 126008 with flag 4305633/2070003
1307.51/651.89	c cleaning 64001 clauses out of 128006 with flag 4444129/2135001
1374.53/685.37	c cleaning 64993 clauses out of 130004 with flag 4583574/2201000
1445.63/720.88	c cleaning 66007 clauses out of 132014 with flag 4723627/2268003
1520.01/757.98	c cleaning 66995 clauses out of 134004 with flag 4865186/2336000
1599.71/797.84	c cleaning 68005 clauses out of 136018 with flag 5010387/2405009
1679.96/837.99	c cleaning 68994 clauses out of 138004 with flag 5157835/2475000
1763.38/879.63	c cleaning 70002 clauses out of 140013 with flag 5306542/2546003
1800.03/897.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.90	c starts		: 548
1800.03/897.90	c conflicts		: 2585483
1800.03/897.90	c decisions		: 2654830
1800.03/897.90	c propagations		: 21474478
1800.03/897.90	c inspects		: 18713788864
1800.03/897.90	c shortcuts		: 0
1800.03/897.90	c learnt literals	: 0
1800.03/897.90	c learnt binary clauses	: 0
1800.03/897.90	c learnt ternary clauses	: 0
1800.03/897.90	c learnt constraints	: 2585483
1800.03/897.90	c ignored constraints	: 0
1800.03/897.90	c root simplifications	: 0
1800.03/897.90	c removed literals (reason simplification)	: 23740790
1800.03/897.90	c reason swapping (by a shorter reason)	: 0
1800.03/897.90	c Calls to reduceDB	: 67
1800.03/897.90	c Number of update (reduction) of LBD	: 157124
1800.03/897.90	c Imported unit clauses	: 0
1800.03/897.90	c number of reductions to clauses (during analyze)	: 0
1800.03/897.90	c number of learned constraints concerned by reduction	: 0
1800.03/897.90	c number of learning phase by resolution	: 0
1800.03/897.90	c number of learning phase by cutting planes	: 0
1800.03/897.90	c speed (assignments/second)	: 23920.465165497997
1800.03/897.90	c non guided choices	24
1800.03/897.93	c learnt constraints type 
1800.03/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109491
1800.03/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.93	c starts		: 19
1800.03/897.93	c conflicts		: 3801
1800.03/897.93	c decisions		: 4927
1800.03/897.93	c propagations		: 34114
1800.03/897.93	c inspects		: 23204033
1800.03/897.93	c shortcuts		: 0
1800.03/897.93	c learnt literals	: 0
1800.03/897.93	c learnt binary clauses	: 0
1800.03/897.93	c learnt ternary clauses	: 0
1800.03/897.93	c learnt constraints	: 3800
1800.03/897.93	c ignored constraints	: 0
1800.03/897.93	c root simplifications	: 0
1800.03/897.93	c removed literals (reason simplification)	: 0
1800.03/897.93	c reason swapping (by a shorter reason)	: 0
1800.03/897.93	c Calls to reduceDB	: 0
1800.03/897.93	c Number of update (reduction) of LBD	: 0
1800.03/897.93	c Imported unit clauses	: 0
1800.03/897.93	c number of reductions to clauses (during analyze)	: 0
1800.03/897.93	c number of learned constraints concerned by reduction	: 0
1800.03/897.93	c number of learning phase by resolution	: 0
1800.03/897.93	c number of learning phase by cutting planes	: 0
1800.03/897.93	c speed (assignments/second)	: 37.99838489599287
1800.03/897.93	c non guided choices	24
1800.03/897.93	c learnt constraints type 
1800.03/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3800
1800.03/897.93	s UNKNOWN
1800.03/897.93	c Total wall clock time (in seconds): 897.818

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-4081361-1465232519/watcher-4081361-1465232519 -o /tmp/evaluation-result-4081361-1465232519/solver-4081361-1465232519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081361-1465232519.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.85 3.92 3.96 4/196 5464
/proc/meminfo: memFree=31177340/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/5464/stat : 5464 (java) R 5461 5464 955 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 105186792 8192 1 33554432000 0 0 0 140735517221432 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 3.85 3.92 3.96 4/196 5464
/proc/meminfo: memFree=31177340/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 105186792 9787879424 6021 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2389619 6021 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200201 s]
/proc/loadavg: 3.85 3.92 3.96 4/196 5464
/proc/meminfo: memFree=31177340/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9825292 CPUtime=0.27 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 5846 0 1 0 26 1 0 0 20 0 22 0 105186792 10061099008 8756 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456323 8781 2225 9 0 2447000 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9825292

[startup+0.300208 s]
/proc/loadavg: 3.85 3.92 3.96 4/196 5464
/proc/meminfo: memFree=31177340/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 9023 0 1 0 66 2 0 0 20 0 22 0 105186792 10060525568 10598 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 10598 2233 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700206 s]
/proc/loadavg: 3.85 3.92 3.96 4/196 5464
/proc/meminfo: memFree=31177340/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 19187 0 1 0 223 5 0 0 20 0 22 0 105186792 10060525568 27733 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 27733 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 3.85 3.92 3.96 7/218 5486
/proc/meminfo: memFree=30991624/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 28157 0 1 0 475 8 0 0 20 0 22 0 105186792 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 49901 2278 9 0 2446860 0
[pid=5464/tid=5466] ppid=5461 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5464/task/5466/stat : 5466 (java) S 5461 5464 955 0 -1 4202560 2402 0 1 0 12 0 0 0 20 0 22 0 105186793 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140112112108408 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5467] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5467/stat : 5467 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111955835944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5468] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5468/stat : 5468 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111954783144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5469] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/5464/task/5479/stat : 5479 (java) S 5461 5464 955 0 -1 4202560 12465 0 0 0 94 2 0 0 20 0 22 0 105186798 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111932058040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5480] ppid=5461 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/5464/task/5480/stat : 5480 (java) S 5461 5464 955 0 -1 4202560 11841 0 0 0 102 2 0 0 20 0 22 0 105186798 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111931005240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5481] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5481/stat : 5481 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111929952632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5482] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5482/stat : 5482 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111928900040 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5483] ppid=5461 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/5464/task/5483/stat : 5483 (java) R 5461 5464 955 0 -1 4202560 40 0 0 0 130 0 0 0 20 0 22 0 105186808 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111927844232 140111984208472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5484] ppid=5461 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/5464/task/5484/stat : 5484 (java) R 5461 5464 955 0 -1 4202560 91 0 0 0 129 2 0 0 20 0 22 0 105186808 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111926791984 140111983913307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5485] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5485/stat : 5485 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111925740968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5486] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5486/stat : 5486 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 49901 33554432000 1073741824 1073778376 140736365380592 140111924688168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.85 3.92 3.96 5/217 5486
/proc/meminfo: memFree=30983936/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 28240 0 1 0 798 9 0 0 20 0 22 0 105186792 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 52526 2278 9 0 2446860 0
[pid=5464/tid=5466] ppid=5461 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5464/task/5466/stat : 5466 (java) S 5461 5464 955 0 -1 4202560 2402 0 1 0 12 0 0 0 20 0 22 0 105186793 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140112112108408 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5467] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5467/stat : 5467 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111955835944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5468] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5468/stat : 5468 (java) S 5461 5464 955 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111954783144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5469] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/5464/task/5479/stat : 5479 (java) S 5461 5464 955 0 -1 4202560 12465 0 0 0 97 2 0 0 20 0 22 0 105186798 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111932058040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5480] ppid=5461 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/5464/task/5480/stat : 5480 (java) S 5461 5464 955 0 -1 4202560 11841 0 0 0 102 2 0 0 20 0 22 0 105186798 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111931005240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5481] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5481/stat : 5481 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111929952632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5482] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5482/stat : 5482 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111928900040 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5483] ppid=5461 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/5464/task/5483/stat : 5483 (java) R 5461 5464 955 0 -1 4202560 40 0 0 0 288 0 0 0 20 0 22 0 105186808 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111927844112 140111984208552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5484] ppid=5461 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/5464/task/5484/stat : 5484 (java) R 5461 5464 955 0 -1 4202560 93 0 0 0 286 2 0 0 20 0 22 0 105186808 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111926792048 140111983975595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5485] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5485/stat : 5485 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111925740968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5486] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5486/stat : 5486 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 52526 33554432000 1073741824 1073778376 140736365380592 140111924688168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.86 3.92 3.96 5/217 5486
/proc/meminfo: memFree=30856716/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=14.47 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 28427 0 1 0 1436 11 0 0 20 0 22 0 105186792 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 82331 2278 9 0 2446860 0
[pid=5464/tid=5466] ppid=5461 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5464/task/5466/stat : 5466 (java) S 5461 5464 955 0 -1 4202560 2402 0 1 0 12 0 0 0 20 0 22 0 105186793 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140112112108408 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5467] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5467/stat : 5467 (java) S 5461 5464 955 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111955835944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5468] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5468/stat : 5468 (java) S 5461 5464 955 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111954783144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5469] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105186794 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 186 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 82331 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=0.99 cores=1,3,5,7

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

/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 599 0 0 0 102 7 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 695 0 0 0 96 9 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 673 0 0 0 98 9 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 808 0 0 0 103 9 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 441 0 0 0 98 8 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 482 0 0 0 101 9 0 0 20 0 22 0 105186794 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 574 0 0 0 33 24 0 0 20 0 22 0 105186796 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/5464/task/5479/stat : 5479 (java) S 5461 5464 955 0 -1 4202560 12471 0 0 0 111 2 0 0 20 0 22 0 105186798 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111932058040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5480] ppid=5461 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/5464/task/5480/stat : 5480 (java) S 5461 5464 955 0 -1 4202560 11841 0 0 0 102 2 0 0 20 0 22 0 105186798 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111931005240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5481] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5481/stat : 5481 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111929952632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5482] ppid=5461 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5464/task/5482/stat : 5482 (java) S 5461 5464 955 0 -1 4202560 51 0 0 0 9 16 0 0 20 0 22 0 105186798 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111928900040 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5483] ppid=5461 vsize=9824732 CPUtime=876.35 cores=1,3,5,7
/proc/5464/task/5483/stat : 5483 (java) R 5461 5464 955 0 -1 4202560 141 0 0 0 87618 17 0 0 20 0 22 0 105186808 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111927837200 140111983679414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5484] ppid=5461 vsize=9824732 CPUtime=876.45 cores=1,3,5,7
/proc/5464/task/5484/stat : 5484 (java) R 5461 5464 955 0 -1 4202560 2091 0 0 0 87621 24 0 0 20 0 22 0 105186808 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111926791888 140111984045972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5485] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5485/stat : 5485 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111925740968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5486] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5486/stat : 5486 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 131975 33554432000 1073741824 1073778376 140736365380592 140111924688168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1768.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.12 4.07 3.99 5/217 6131
/proc/meminfo: memFree=28811864/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 35932 0 1 0 179878 125 0 0 20 0 22 0 105186792 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 123035 2287 9 0 2446860 0
[pid=5464/tid=5466] ppid=5461 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/5464/task/5466/stat : 5466 (java) S 5461 5464 955 0 -1 4202560 2407 0 1 0 14 3 0 0 20 0 22 0 105186793 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140112112108408 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5467] ppid=5461 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/5464/task/5467/stat : 5467 (java) S 5461 5464 955 0 -1 4202560 731 0 0 0 95 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111955835944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5468] ppid=5461 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/5464/task/5468/stat : 5468 (java) S 5461 5464 955 0 -1 4202560 639 0 0 0 101 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111954783144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5469] ppid=5461 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 599 0 0 0 103 7 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 695 0 0 0 97 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 673 0 0 0 99 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 808 0 0 0 104 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 441 0 0 0 99 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 499 0 0 0 103 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 574 0 0 0 33 24 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/5464/task/5479/stat : 5479 (java) S 5461 5464 955 0 -1 4202560 12471 0 0 0 111 2 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111932058040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5480] ppid=5461 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/5464/task/5480/stat : 5480 (java) S 5461 5464 955 0 -1 4202560 11841 0 0 0 102 2 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111931005240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5481] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5481/stat : 5481 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111929952632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5482] ppid=5461 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5464/task/5482/stat : 5482 (java) S 5461 5464 955 0 -1 4202560 51 0 0 0 9 16 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111928900040 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5483] ppid=5461 vsize=9824732 CPUtime=891.86 cores=1,3,5,7
/proc/5464/task/5483/stat : 5483 (java) R 5461 5464 955 0 -1 4202560 142 0 0 0 89169 17 0 0 20 0 22 0 105186808 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111927844032 140111984208497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5484] ppid=5461 vsize=9824732 CPUtime=891.96 cores=1,3,5,7
/proc/5464/task/5484/stat : 5484 (java) R 5461 5464 955 0 -1 4202560 2095 0 0 0 89172 24 0 0 20 0 22 0 105186808 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111926792032 140111983975365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5485] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5485/stat : 5485 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111925740968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5486] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5486/stat : 5486 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111924688168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 5464 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 4.12 4.07 3.99 5/217 6131
/proc/meminfo: memFree=28811864/32872528 swapFree=13256/481332
[pid=5464] ppid=5461 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/5464/stat : 5464 (java) S 5461 5464 955 0 -1 4202496 35932 0 1 0 179878 125 0 0 20 0 22 0 105186792 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140736365371728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5464/statm: 2456183 123035 2287 9 0 2446860 0
[pid=5464/tid=5466] ppid=5461 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/5464/task/5466/stat : 5466 (java) S 5461 5464 955 0 -1 4202560 2407 0 1 0 14 3 0 0 20 0 22 0 105186793 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140112112108408 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5467] ppid=5461 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/5464/task/5467/stat : 5467 (java) S 5461 5464 955 0 -1 4202560 731 0 0 0 95 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111955835944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5468] ppid=5461 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/5464/task/5468/stat : 5468 (java) S 5461 5464 955 0 -1 4202560 639 0 0 0 101 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111954783144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5469] ppid=5461 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/5464/task/5469/stat : 5469 (java) S 5461 5464 955 0 -1 4202560 599 0 0 0 103 7 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111953730344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5470] ppid=5461 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/5464/task/5470/stat : 5470 (java) S 5461 5464 955 0 -1 4202560 695 0 0 0 97 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111952677544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5471] ppid=5461 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/5464/task/5471/stat : 5471 (java) S 5461 5464 955 0 -1 4202560 673 0 0 0 99 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111951624744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5472] ppid=5461 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/5464/task/5472/stat : 5472 (java) S 5461 5464 955 0 -1 4202560 808 0 0 0 104 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111950571944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5473] ppid=5461 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/5464/task/5473/stat : 5473 (java) S 5461 5464 955 0 -1 4202560 441 0 0 0 99 8 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111949519144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5474] ppid=5461 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/5464/task/5474/stat : 5474 (java) S 5461 5464 955 0 -1 4202560 499 0 0 0 103 9 0 0 20 0 22 0 105186794 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111948466344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5475] ppid=5461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/5464/task/5475/stat : 5475 (java) S 5461 5464 955 0 -1 4202560 574 0 0 0 33 24 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111936269288 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5476] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5476/stat : 5476 (java) S 5461 5464 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111935215352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5477] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5477/stat : 5477 (java) S 5461 5464 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105186796 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111934162440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5478] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5478/stat : 5478 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111933110928 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5479] ppid=5461 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/5464/task/5479/stat : 5479 (java) S 5461 5464 955 0 -1 4202560 12471 0 0 0 111 2 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111932058040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5480] ppid=5461 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/5464/task/5480/stat : 5480 (java) S 5461 5464 955 0 -1 4202560 11841 0 0 0 102 2 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111931005240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5464/tid=5481] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5481/stat : 5481 (java) S 5461 5464 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111929952632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5464/tid=5482] ppid=5461 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5464/task/5482/stat : 5482 (java) S 5461 5464 955 0 -1 4202560 51 0 0 0 9 16 0 0 20 0 22 0 105186798 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111928900040 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5483] ppid=5461 vsize=9824732 CPUtime=891.86 cores=1,3,5,7
/proc/5464/task/5483/stat : 5483 (java) R 5461 5464 955 0 -1 4202560 142 0 0 0 89169 17 0 0 20 0 22 0 105186808 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111927844032 140111984208497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5484] ppid=5461 vsize=9824732 CPUtime=891.96 cores=1,3,5,7
/proc/5464/task/5484/stat : 5484 (java) R 5461 5464 955 0 -1 4202560 2095 0 0 0 89172 24 0 0 20 0 22 0 105186808 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111926792032 140111983975365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5464/tid=5485] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5485/stat : 5485 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111925740968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5464/tid=5486] ppid=5461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5464/task/5486/stat : 5486 (java) S 5461 5464 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105186809 10060525568 123035 33554432000 1073741824 1073778376 140736365380592 140111924688168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 5464 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=329220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=712739
# CPU time returned by wait4() is 1796.04
# 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): 897.942
CPU time (s): 1800.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 200.462
Max. virtual memory (cumulated for all children) (KiB): 9825292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.71274
maximum resident set size= 689780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30484
involuntary context switches= 34533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45317 second user time and 6.99294 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-06 19:01:59
IDJOB=4081361
IDBENCH=2919
IDSOLVER=2543
FILE ID=node104/4081361-1465232519
RUNJOBID= node104-1465220812-974
PBS_JOBID= 19843225
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081361-1465232519/watcher-4081361-1465232519 -o /tmp/evaluation-result-4081361-1465232519/solver-4081361-1465232519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081361-1465232519.opb

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=1538309345

node104.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.775
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.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		: 2666.775
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31178372 kB
Buffers:           22236 kB
Cached:            87100 kB
SwapCached:         1724 kB
Active:           463768 kB
Inactive:          52704 kB
Active(anon):     406500 kB
Inactive(anon):     3248 kB
Active(file):      57268 kB
Inactive(file):    49456 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097228 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        887712 kB
Mapped:            15244 kB
Shmem:                 0 kB
Slab:             565752 kB
SReclaimable:       9864 kB
SUnreclaim:       555888 kB
KernelStack:        1648 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1007100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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 node104 at 2016-06-06 19:16:57