Trace number 4081358

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.95 896.952

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4081358-1465233178.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.14	c ... done. Wall clock time 0.026s.
0.10/0.14	c declared #vars     41
0.10/0.14	c #constraints  11
0.10/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.10/0.15	c 11 constraints processed.
0.10/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.10/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.10/0.15	c 11 constraints processed.
0.10/0.15	c objective function length is 1 literals
1.91/0.66	c cleaning 2501 clauses out of 5001 with flag 10212/5001
3.52/1.06	c cleaning 4250 clauses out of 8500 with flag 22431/11001
4.48/1.49	c cleaning 5625 clauses out of 11250 with flag 36687/18001
5.69/2.04	c cleaning 6813 clauses out of 13625 with flag 52939/26001
7.13/2.72	c cleaning 7901 clauses out of 15811 with flag 71162/35000
8.76/3.57	c cleaning 8952 clauses out of 17910 with flag 91445/45000
10.99/4.63	c cleaning 9980 clauses out of 19960 with flag 113745/56002
13.61/5.90	c cleaning 10990 clauses out of 21979 with flag 138035/68001
16.61/7.45	c cleaning 11996 clauses out of 23991 with flag 164341/81003
20.01/9.17	c cleaning 12993 clauses out of 25994 with flag 193021/95002
24.03/11.13	c cleaning 14000 clauses out of 28001 with flag 223680/110002
28.04/13.20	c cleaning 14999 clauses out of 29999 with flag 256318/126000
33.26/15.72	c cleaning 16000 clauses out of 32002 with flag 291174/143002
38.87/18.55	c cleaning 17001 clauses out of 34001 with flag 327910/161001
44.49/21.33	c cleaning 18000 clauses out of 35999 with flag 366454/180000
50.31/24.26	c cleaning 19000 clauses out of 38000 with flag 406960/200001
57.49/27.84	c cleaning 20000 clauses out of 40000 with flag 450014/221001
65.31/31.75	c cleaning 20997 clauses out of 42000 with flag 495027/243001
74.54/36.39	c cleaning 21997 clauses out of 44005 with flag 542109/266003
84.94/41.52	c cleaning 23000 clauses out of 46005 with flag 591482/290000
96.97/47.54	c cleaning 24000 clauses out of 48005 with flag 642547/315000
108.99/53.53	c cleaning 25004 clauses out of 50008 with flag 695842/341003
122.21/60.14	c cleaning 26000 clauses out of 52002 with flag 751169/368001
137.24/67.61	c cleaning 26997 clauses out of 54001 with flag 808291/396000
152.23/75.16	c cleaning 28002 clauses out of 56005 with flag 868402/425001
168.66/83.32	c cleaning 29002 clauses out of 58003 with flag 931188/455001
185.10/91.58	c cleaning 29994 clauses out of 60001 with flag 995912/486001
185.52/91.70	c cleaning 0 clauses out of 5000 with flag 0/5000
203.22/100.21	c cleaning 31003 clauses out of 62006 with flag 1062146/518000
224.46/110.76	c cleaning 32001 clauses out of 64007 with flag 1130472/551004
247.70/122.31	c cleaning 32998 clauses out of 66002 with flag 1200537/585000
270.95/133.91	c cleaning 34002 clauses out of 68005 with flag 1272138/620001
292.44/144.69	c cleaning 34999 clauses out of 70002 with flag 1346762/656000
312.07/154.49	c cleaning 35994 clauses out of 72005 with flag 1424214/693002
331.93/164.31	c cleaning 37000 clauses out of 74009 with flag 1502847/731000
356.59/176.67	c cleaning 38002 clauses out of 76010 with flag 1583288/770001
382.24/189.41	c cleaning 39001 clauses out of 78008 with flag 1665950/810001
405.48/201.01	c cleaning 39998 clauses out of 80006 with flag 1750469/851000
427.74/212.15	c cleaning 41004 clauses out of 82011 with flag 1836554/893003
455.61/226.09	c cleaning 42001 clauses out of 84004 with flag 1924526/936000
487.73/242.02	c cleaning 43001 clauses out of 86003 with flag 2015436/980000
519.82/258.06	c cleaning 43999 clauses out of 88003 with flag 2107941/1025001
552.01/274.07	c cleaning 45002 clauses out of 90004 with flag 2202389/1071001
592.28/294.16	c cleaning 45997 clauses out of 92002 with flag 2298607/1118001
630.75/313.32	c cleaning 46998 clauses out of 94004 with flag 2397770/1166000
672.27/334.04	c cleaning 47998 clauses out of 96008 with flag 2497998/1215002
710.97/353.34	c cleaning 49000 clauses out of 98009 with flag 2601335/1265001
752.75/374.24	c cleaning 50005 clauses out of 100015 with flag 2708818/1316007
795.04/395.31	c cleaning 50999 clauses out of 102003 with flag 2816754/1368000
841.14/418.36	c cleaning 52002 clauses out of 104006 with flag 2926418/1421002
889.10/442.22	c cleaning 53000 clauses out of 106004 with flag 3038869/1475002
931.97/463.66	c cleaning 54001 clauses out of 108003 with flag 3153731/1530001
991.84/493.59	c cleaning 55001 clauses out of 110002 with flag 3269665/1586001
1047.20/521.29	c cleaning 55998 clauses out of 112000 with flag 3387332/1643000
1097.32/546.25	c cleaning 57000 clauses out of 114008 with flag 3506178/1701006
1159.52/577.29	c cleaning 58001 clauses out of 116003 with flag 3627380/1760001
1220.87/607.82	c cleaning 58995 clauses out of 118001 with flag 3752240/1820000
1280.65/637.67	c cleaning 60000 clauses out of 120006 with flag 3878743/1881000
1354.16/674.34	c cleaning 61001 clauses out of 122007 with flag 4006466/1943001
1434.85/714.57	c cleaning 62004 clauses out of 124010 with flag 4136883/2006005
1509.77/751.97	c cleaning 62999 clauses out of 126003 with flag 4269253/2070002
1571.60/782.89	c cleaning 63994 clauses out of 128002 with flag 4402556/2135000
1641.11/817.54	c cleaning 65001 clauses out of 130008 with flag 4539144/2201000
1716.24/855.14	c cleaning 66003 clauses out of 132007 with flag 4678220/2268000
1784.78/889.37	c cleaning 66999 clauses out of 134007 with flag 4819540/2336003
1800.04/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.90	c starts		: 481
1800.04/896.90	c conflicts		: 2359084
1800.04/896.90	c decisions		: 2390361
1800.04/896.90	c propagations		: 17910108
1800.04/896.90	c inspects		: 18666180306
1800.04/896.90	c shortcuts		: 0
1800.04/896.90	c learnt literals	: 0
1800.04/896.90	c learnt binary clauses	: 0
1800.04/896.90	c learnt ternary clauses	: 0
1800.04/896.90	c learnt constraints	: 2359084
1800.04/896.90	c ignored constraints	: 0
1800.04/896.90	c root simplifications	: 0
1800.04/896.90	c removed literals (reason simplification)	: 20245698
1800.04/896.90	c reason swapping (by a shorter reason)	: 0
1800.04/896.90	c Calls to reduceDB	: 64
1800.04/896.90	c Number of update (reduction) of LBD	: 74903
1800.04/896.90	c Imported unit clauses	: 0
1800.04/896.90	c number of reductions to clauses (during analyze)	: 0
1800.04/896.90	c number of learned constraints concerned by reduction	: 0
1800.04/896.90	c number of learning phase by resolution	: 0
1800.04/896.90	c number of learning phase by cutting planes	: 0
1800.04/896.90	c speed (assignments/second)	: 19972.197441433083
1800.04/896.90	c non guided choices	20
1800.04/896.93	c learnt constraints type 
1800.04/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90089
1800.04/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.93	c starts		: 32
1800.04/896.93	c conflicts		: 8958
1800.04/896.93	c decisions		: 10190
1800.04/896.93	c propagations		: 69449
1800.04/896.93	c inspects		: 93564676
1800.04/896.93	c shortcuts		: 0
1800.04/896.93	c learnt literals	: 0
1800.04/896.93	c learnt binary clauses	: 0
1800.04/896.93	c learnt ternary clauses	: 0
1800.04/896.93	c learnt constraints	: 8957
1800.04/896.93	c ignored constraints	: 0
1800.04/896.93	c root simplifications	: 0
1800.04/896.93	c removed literals (reason simplification)	: 0
1800.04/896.93	c reason swapping (by a shorter reason)	: 0
1800.04/896.93	c Calls to reduceDB	: 1
1800.04/896.93	c Number of update (reduction) of LBD	: 0
1800.04/896.93	c Imported unit clauses	: 0
1800.04/896.93	c number of reductions to clauses (during analyze)	: 0
1800.04/896.93	c number of learned constraints concerned by reduction	: 0
1800.04/896.93	c number of learning phase by resolution	: 0
1800.04/896.93	c number of learning phase by cutting planes	: 0
1800.04/896.93	c speed (assignments/second)	: 77.44280078235639
1800.04/896.93	c non guided choices	20
1800.04/896.93	c learnt constraints type 
1800.04/896.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8957
1800.04/896.93	s UNKNOWN
1800.04/896.93	c Total wall clock time (in seconds): 896.817

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-4081358-1465233178/watcher-4081358-1465233178 -o /tmp/evaluation-result-4081358-1465233178/solver-4081358-1465233178 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081358-1465233178.opb 

pid=13569
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.40 3.73 3.82 4/197 13572
/proc/meminfo: memFree=31237416/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13572/stat : 13572 (java) D 13569 13572 3970 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 105253091 9515008 185 33554432000 1073741824 1073778376 140734514272352 140734514261416 249640873255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.40 3.73 3.82 4/197 13572
/proc/meminfo: memFree=31237416/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 4393 0 1 0 9 1 0 0 20 0 18 0 105253091 9787879424 6029 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200191 s]
/proc/loadavg: 3.40 3.73 3.82 4/197 13572
/proc/meminfo: memFree=31237416/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 6693 0 1 0 30 2 0 0 20 0 22 0 105253091 10060525568 9291 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 9291 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.300195 s]
/proc/loadavg: 3.40 3.73 3.82 4/197 13572
/proc/meminfo: memFree=31237416/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 8995 0 1 0 69 2 0 0 20 0 22 0 105253091 10060525568 10411 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 10412 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700197 s]
/proc/loadavg: 3.40 3.73 3.82 4/197 13572
/proc/meminfo: memFree=31237416/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 19170 0 1 0 226 5 0 0 20 0 22 0 105253091 10060525568 28114 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 28114 2250 9 0 2446860 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 3.40 3.73 3.82 6/219 13594
/proc/meminfo: memFree=31060612/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 27710 0 1 0 459 9 0 0 20 0 22 0 105253091 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 47875 2272 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 105253092 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105253094 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/13572/task/13587/stat : 13587 (java) S 13569 13572 3970 0 -1 4202560 10856 0 0 0 85 3 0 0 20 0 22 0 105253097 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404422847416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13588] ppid=13569 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/13572/task/13588/stat : 13588 (java) S 13569 13572 3970 0 -1 4202560 12955 0 0 0 94 3 0 0 20 0 22 0 105253097 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404421794616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13589] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13589/stat : 13589 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404420742008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13590] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13590/stat : 13590 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404419689416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13591] ppid=13569 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/13572/task/13591/stat : 13591 (java) R 13569 13572 3970 0 -1 4202560 31 0 0 0 131 0 0 0 20 0 22 0 105253107 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404418634176 140404914022803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13592] ppid=13569 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/13572/task/13592/stat : 13592 (java) R 13569 13572 3970 0 -1 4202560 96 0 0 0 130 2 0 0 20 0 22 0 105253107 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404417579776 140404914086674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13593] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13593/stat : 13593 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404416529320 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13594] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13594/stat : 13594 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 47875 33554432000 1073741824 1073778376 140734514272352 140404415476520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 3.40 3.73 3.82 5/219 13594
/proc/meminfo: memFree=31045408/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=7.94 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 27911 0 1 0 782 12 0 0 20 0 22 0 105253091 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 80759 2272 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 105253092 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 105253094 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/13572/task/13587/stat : 13587 (java) S 13569 13572 3970 0 -1 4202560 10857 0 0 0 88 3 0 0 20 0 22 0 105253097 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404422847416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13588] ppid=13569 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/13572/task/13588/stat : 13588 (java) S 13569 13572 3970 0 -1 4202560 12955 0 0 0 97 3 0 0 20 0 22 0 105253097 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404421794616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13589] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13589/stat : 13589 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404420742008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13590] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13590/stat : 13590 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404419689416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13591] ppid=13569 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/13572/task/13591/stat : 13591 (java) R 13569 13572 3970 0 -1 4202560 33 0 0 0 289 0 0 0 20 0 22 0 105253107 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404418634352 140404914107168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13592] ppid=13569 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/13572/task/13592/stat : 13592 (java) R 13569 13572 3970 0 -1 4202560 154 0 0 0 287 4 0 0 20 0 22 0 105253107 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404417580368 140404914115838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13593] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13593/stat : 13593 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404416529320 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13594] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13594/stat : 13594 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 80759 33554432000 1073741824 1073778376 140734514272352 140404415476520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.21 3.68 3.81 3/216 13597
/proc/meminfo: memFree=30674876/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 28480 0 1 0 1422 19 0 0 20 0 22 0 105253091 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 148946 2272 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2403 0 1 0 12 0 0 0 20 0 22 0 105253092 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 105253093 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 435 0 0 0 0 0 0 0 20 0 22 0 105253094 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 148946 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=0.93 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.01 4.00 3.91 5/219 13742
/proc/meminfo: memFree=28382368/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=1770.76 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 38294 0 1 0 176898 178 0 0 20 0 22 0 105253091 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 187984 2281 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2412 0 1 0 13 3 0 0 20 0 22 0 105253092 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 390 0 0 0 167 11 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 458 0 0 0 164 12 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 435 0 0 0 161 11 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 498 0 0 0 166 12 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 421 0 0 0 170 13 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 411 0 0 0 172 12 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 372 0 0 0 159 11 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 372 0 0 0 162 12 0 0 20 0 22 0 105253093 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 903 0 0 0 65 37 0 0 20 0 22 0 105253094 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/13572/task/13587/stat : 13587 (java) S 13569 13572 3970 0 -1 4202560 15678 0 0 0 177 4 0 0 20 0 22 0 105253097 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404422847416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13588] ppid=13569 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13572/task/13588/stat : 13588 (java) S 13569 13572 3970 0 -1 4202560 12955 0 0 0 100 3 0 0 20 0 22 0 105253097 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404421794616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13589] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13589/stat : 13589 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404420742008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13590] ppid=13569 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/13572/task/13590/stat : 13590 (java) S 13569 13572 3970 0 -1 4202560 50 0 0 0 12 19 0 0 20 0 22 0 105253097 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404419689416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13591] ppid=13569 vsize=9824732 CPUtime=876.36 cores=1,3,5,7
/proc/13572/task/13591/stat : 13591 (java) R 13569 13572 3970 0 -1 4202560 168 0 0 0 87619 17 0 0 20 0 22 0 105253107 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404418632448 140404914107742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13592] ppid=13569 vsize=9824732 CPUtime=876.41 cores=1,3,5,7
/proc/13572/task/13592/stat : 13592 (java) R 13569 13572 3970 0 -1 4202560 1506 0 0 0 87610 31 0 0 20 0 22 0 105253107 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404417580384 140404914154997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13593] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13593/stat : 13593 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404416529320 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13594] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13594/stat : 13594 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 187984 33554432000 1073741824 1073778376 140734514272352 140404415476520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1770.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.00 4.00 3.91 5/219 13749
/proc/meminfo: memFree=28418968/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 38329 0 1 0 179826 178 0 0 20 0 22 0 105253091 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 178758 2281 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2412 0 1 0 13 3 0 0 20 0 22 0 105253092 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 390 0 0 0 172 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 459 0 0 0 167 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 435 0 0 0 165 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 498 0 0 0 169 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 422 0 0 0 173 13 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 411 0 0 0 177 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 377 0 0 0 164 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 375 0 0 0 165 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 917 0 0 0 65 37 0 0 20 0 22 0 105253094 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/13572/task/13587/stat : 13587 (java) S 13569 13572 3970 0 -1 4202560 15678 0 0 0 177 4 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404422847416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13588] ppid=13569 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13572/task/13588/stat : 13588 (java) S 13569 13572 3970 0 -1 4202560 12955 0 0 0 100 3 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404421794616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13589] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13589/stat : 13589 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404420742008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13590] ppid=13569 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/13572/task/13590/stat : 13590 (java) S 13569 13572 3970 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404419689416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13591] ppid=13569 vsize=9824732 CPUtime=890.84 cores=1,3,5,7
/proc/13572/task/13591/stat : 13591 (java) R 13569 13572 3970 0 -1 4202560 169 0 0 0 89067 17 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404418632448 140404914095826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13592] ppid=13569 vsize=9824732 CPUtime=890.9 cores=1,3,5,7
/proc/13572/task/13592/stat : 13592 (java) R 13569 13572 3970 0 -1 4202560 1514 0 0 0 89059 31 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404417580240 140404914375659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13593] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13593/stat : 13593 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404416529320 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13594] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13594/stat : 13594 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404415476520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13572 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.00 4.00 3.91 5/219 13749
/proc/meminfo: memFree=28418968/32872528 swapFree=10608/190480
[pid=13572] ppid=13569 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/13572/stat : 13572 (java) S 13569 13572 3970 0 -1 4202496 38329 0 1 0 179826 178 0 0 20 0 22 0 105253091 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140734514263488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13572/statm: 2456183 178758 2281 9 0 2446860 0
[pid=13572/tid=13574] ppid=13569 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13572/task/13574/stat : 13574 (java) S 13569 13572 3970 0 -1 4202560 2412 0 1 0 13 3 0 0 20 0 22 0 105253092 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405072978808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13575] ppid=13569 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/13572/task/13575/stat : 13575 (java) S 13569 13572 3970 0 -1 4202560 390 0 0 0 172 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405034469928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13576] ppid=13569 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/13572/task/13576/stat : 13576 (java) S 13569 13572 3970 0 -1 4202560 459 0 0 0 167 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405033417128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13577] ppid=13569 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13572/task/13577/stat : 13577 (java) S 13569 13572 3970 0 -1 4202560 435 0 0 0 165 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140405032364328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13578] ppid=13569 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/13572/task/13578/stat : 13578 (java) S 13569 13572 3970 0 -1 4202560 498 0 0 0 169 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404913596584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13579] ppid=13569 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/13572/task/13579/stat : 13579 (java) S 13569 13572 3970 0 -1 4202560 422 0 0 0 173 13 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404912544808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13572/tid=13580] ppid=13569 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/13572/task/13580/stat : 13580 (java) S 13569 13572 3970 0 -1 4202560 411 0 0 0 177 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404911492008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13581] ppid=13569 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/13572/task/13581/stat : 13581 (java) S 13569 13572 3970 0 -1 4202560 377 0 0 0 164 11 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404910439208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13582] ppid=13569 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/13572/task/13582/stat : 13582 (java) S 13569 13572 3970 0 -1 4202560 375 0 0 0 165 12 0 0 20 0 22 0 105253093 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404909386408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13583] ppid=13569 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/13572/task/13583/stat : 13583 (java) S 13569 13572 3970 0 -1 4202560 917 0 0 0 65 37 0 0 20 0 22 0 105253094 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404427057640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13584] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13584/stat : 13584 (java) S 13569 13572 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404426003704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13585] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13585/stat : 13585 (java) S 13569 13572 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105253095 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404424950792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13586] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13586/stat : 13586 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404423899280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13587] ppid=13569 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/13572/task/13587/stat : 13587 (java) S 13569 13572 3970 0 -1 4202560 15678 0 0 0 177 4 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404422847416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13572/tid=13588] ppid=13569 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13572/task/13588/stat : 13588 (java) S 13569 13572 3970 0 -1 4202560 12955 0 0 0 100 3 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404421794616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13589] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13589/stat : 13589 (java) S 13569 13572 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404420742008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13590] ppid=13569 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/13572/task/13590/stat : 13590 (java) S 13569 13572 3970 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 105253097 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404419689416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13591] ppid=13569 vsize=9824732 CPUtime=890.84 cores=1,3,5,7
/proc/13572/task/13591/stat : 13591 (java) R 13569 13572 3970 0 -1 4202560 169 0 0 0 89067 17 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404418632448 140404914095826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13592] ppid=13569 vsize=9824732 CPUtime=890.9 cores=1,3,5,7
/proc/13572/task/13592/stat : 13592 (java) R 13569 13572 3970 0 -1 4202560 1514 0 0 0 89059 31 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404417580240 140404914375659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13572/tid=13593] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13593/stat : 13593 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404416529320 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13572/tid=13594] ppid=13569 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13572/task/13594/stat : 13594 (java) S 13569 13572 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105253107 10060525568 178758 33554432000 1073741824 1073778376 140734514272352 140404415476520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.952
CPU time (s): 1800.95
CPU user time (s): 1798.7
CPU system time (s): 2.25466
CPU usage (%): 200.786
Max. virtual memory (cumulated for all children) (KiB): 9826372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 2.25466
maximum resident set size= 1456408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38376
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34950
involuntary context switches= 39502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38318 second user time and 7.74382 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 19:12:58
IDJOB=4081358
IDBENCH=2931
IDSOLVER=2543
FILE ID=node102/4081358-1465233178
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
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_5_40_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081358-1465233178/watcher-4081358-1465233178 -o /tmp/evaluation-result-4081358-1465233178/solver-4081358-1465233178 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081358-1465233178.opb

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=365794586

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.56
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.470
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.470
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.470
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:        31238060 kB
Buffers:           26976 kB
Cached:            55436 kB
SwapCached:         2320 kB
Active:           688960 kB
Inactive:          55952 kB
Active(anon):     663544 kB
Inactive(anon):     1568 kB
Active(file):      25416 kB
Inactive(file):    54384 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:        852504 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             566676 kB
SReclaimable:      10616 kB
SUnreclaim:       556060 kB
KernelStack:        1592 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1216336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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 node102 at 2016-06-06 19:27:55