Trace number 4117424

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 Resolution PB16? (TO) 1800.04 1796.13

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-jul4.5.opb
MD5SUM8afd61a1e051f7029eb4312378b1cfd9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.50762
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117424-1467212109.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.06/0.57	c ... done. Wall clock time 0.475s.
1.06/0.57	c declared #vars     9632
1.06/0.57	c #constraints  29620
1.06/0.57	c constraints type 
1.06/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11032
1.06/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 304
1.06/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16520
1.06/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1764
1.06/0.57	c 29620 constraints processed.
1.06/0.57	c objective function length is 26 literals
1.95/1.02	c cleaning 2495 clauses out of 5000 with flag 15934/5000
2.31/1.29	c cleaning 4252 clauses out of 8505 with flag 28145/11000
2.86/1.78	c cleaning 5621 clauses out of 11253 with flag 44266/18000
3.77/2.46	c cleaning 6814 clauses out of 13634 with flag 63745/26002
5.14/3.38	c cleaning 7907 clauses out of 15818 with flag 85929/35000
6.07/4.23	c cleaning 8953 clauses out of 17912 with flag 111084/45001
7.17/5.32	c cleaning 9979 clauses out of 19958 with flag 137840/56000
8.37/6.56	c cleaning 10986 clauses out of 21979 with flag 167580/68000
9.68/7.84	c cleaning 11998 clauses out of 23998 with flag 197392/81005
11.27/9.46	c cleaning 12994 clauses out of 25995 with flag 230754/95000
13.07/11.21	c cleaning 13999 clauses out of 28001 with flag 267420/110000
14.86/13.04	c cleaning 15001 clauses out of 30003 with flag 306850/126001
17.16/15.36	c cleaning 15997 clauses out of 32001 with flag 347991/143000
19.66/17.85	c cleaning 16996 clauses out of 34004 with flag 391822/161000
22.55/20.71	c cleaning 17997 clauses out of 36009 with flag 438199/180001
26.16/24.38	c cleaning 19003 clauses out of 38012 with flag 485034/200001
29.37/27.60	c cleaning 20001 clauses out of 40008 with flag 538062/221000
33.13/31.25	c cleaning 20998 clauses out of 42009 with flag 594560/243002
37.32/35.43	c cleaning 22000 clauses out of 44010 with flag 651981/266001
41.72/39.81	c cleaning 22999 clauses out of 46010 with flag 712312/290001
47.42/45.54	c cleaning 24003 clauses out of 48011 with flag 773897/315001
52.81/50.98	c cleaning 24996 clauses out of 50012 with flag 837971/341005
58.71/56.86	c cleaning 25995 clauses out of 52011 with flag 904306/368000
67.91/66.03	c cleaning 27000 clauses out of 54016 with flag 971450/396000
74.40/72.55	c cleaning 28004 clauses out of 56016 with flag 1039842/425000
80.76/78.82	c cleaning 29004 clauses out of 58012 with flag 1115307/455000
88.26/86.30	c cleaning 29997 clauses out of 60010 with flag 1190580/486002
95.85/93.93	c cleaning 31002 clauses out of 62011 with flag 1271089/518000
104.15/102.27	c cleaning 31995 clauses out of 64009 with flag 1355093/551000
113.35/111.42	c cleaning 33004 clauses out of 66015 with flag 1442762/585001
128.85/126.95	c cleaning 34003 clauses out of 68012 with flag 1527007/620002
137.68/135.74	c cleaning 35001 clauses out of 70008 with flag 1612816/656001
149.28/147.32	c cleaning 35997 clauses out of 72007 with flag 1703365/693001
160.89/158.91	c cleaning 37000 clauses out of 74009 with flag 1798263/731000
172.29/170.37	c cleaning 38002 clauses out of 76009 with flag 1898697/770000
182.98/181.06	c cleaning 38997 clauses out of 78007 with flag 1997816/810000
194.55/192.50	c cleaning 40000 clauses out of 80012 with flag 2100219/851002
209.25/207.28	c cleaning 41003 clauses out of 82016 with flag 2203488/893006
223.15/221.12	c cleaning 42004 clauses out of 84012 with flag 2316509/936005
235.55/233.55	c cleaning 42995 clauses out of 86004 with flag 2432232/980001
248.11/246.00	c cleaning 43997 clauses out of 88008 with flag 2548302/1025000
266.61/264.51	c cleaning 45002 clauses out of 90013 with flag 2662951/1071002
282.93/280.82	c cleaning 46000 clauses out of 92012 with flag 2781312/1118003
301.43/299.33	c cleaning 46996 clauses out of 94009 with flag 2909604/1166000
315.19/313.07	c cleaning 47997 clauses out of 96013 with flag 3033723/1215000
335.20/333.02	c cleaning 49001 clauses out of 98016 with flag 3161253/1265000
358.11/355.95	c cleaning 50003 clauses out of 100015 with flag 3286578/1316000
385.31/383.13	c cleaning 51005 clauses out of 102015 with flag 3416348/1368003
407.86/405.60	c cleaning 51996 clauses out of 104007 with flag 3551723/1421000
430.07/427.82	c cleaning 53002 clauses out of 106015 with flag 3694916/1475004
459.67/457.48	c cleaning 54002 clauses out of 108011 with flag 3829727/1530002
505.94/503.69	c cleaning 55001 clauses out of 110008 with flag 3966428/1586001
536.24/533.93	c cleaning 55996 clauses out of 112006 with flag 4114882/1643000
564.16/561.86	c cleaning 57002 clauses out of 114015 with flag 4258181/1701005
586.55/584.16	c cleaning 57997 clauses out of 116008 with flag 4400706/1760000
609.35/606.95	c cleaning 59001 clauses out of 118011 with flag 4555657/1820000
624.06/621.67	c cleaning 59998 clauses out of 120010 with flag 4700194/1881000
647.67/645.14	c cleaning 61006 clauses out of 122013 with flag 4850895/1943001
674.47/671.91	c cleaning 61998 clauses out of 124006 with flag 5013527/2006000
702.06/699.42	c cleaning 63003 clauses out of 126012 with flag 5176125/2070004
738.68/736.05	c cleaning 63993 clauses out of 128007 with flag 5346224/2135002
770.51/767.85	c cleaning 64998 clauses out of 130012 with flag 5517139/2201000
818.48/815.74	c cleaning 66004 clauses out of 132016 with flag 5682476/2268002
855.49/852.77	c cleaning 67001 clauses out of 134013 with flag 5857969/2336003
902.29/899.46	c cleaning 67998 clauses out of 136009 with flag 6035637/2405000
938.01/935.13	c cleaning 69002 clauses out of 138013 with flag 6211488/2475002
982.59/979.65	c cleaning 69996 clauses out of 140009 with flag 6392996/2546000
1029.32/1026.31	c cleaning 71005 clauses out of 142013 with flag 6572535/2618000
1066.51/1063.55	c cleaning 71998 clauses out of 144008 with flag 6749122/2691000
1118.82/1115.74	c cleaning 73005 clauses out of 146012 with flag 6940316/2765002
1167.93/1164.88	c cleaning 74002 clauses out of 148005 with flag 7124907/2840000
1211.44/1208.28	c cleaning 74997 clauses out of 150004 with flag 7309896/2916001
1257.55/1254.35	c cleaning 76001 clauses out of 152008 with flag 7498389/2993002
1308.28/1304.90	c cleaning 76993 clauses out of 154005 with flag 7691072/3071000
1357.39/1354.08	c cleaning 77998 clauses out of 156012 with flag 7881656/3150000
1412.01/1408.52	c cleaning 79000 clauses out of 158014 with flag 8071282/3230000
1468.32/1464.81	c cleaning 79998 clauses out of 160014 with flag 8271665/3311000
1520.34/1516.75	c cleaning 81001 clauses out of 162016 with flag 8482368/3393000
1586.65/1582.98	c cleaning 82003 clauses out of 164015 with flag 8691612/3476000
1644.97/1641.25	c cleaning 83001 clauses out of 166012 with flag 8900822/3560000
1713.65/1709.85	c cleaning 84002 clauses out of 168012 with flag 9116628/3645001
1778.25/1774.34	c cleaning 84999 clauses out of 170009 with flag 9334760/3731000
1800.04/1796.10	c starts		: 6160
1800.04/1796.10	c conflicts		: 3771017
1800.04/1796.10	c decisions		: 4900357
1800.04/1796.10	c propagations		: 336525102
1800.04/1796.10	c inspects		: 30682429386
1800.04/1796.10	c shortcuts		: 0
1800.04/1796.10	c learnt literals	: 0
1800.04/1796.10	c learnt binary clauses	: 28
1800.04/1796.10	c learnt ternary clauses	: 28
1800.04/1796.10	c learnt constraints	: 3771017
1800.04/1796.10	c ignored constraints	: 0
1800.04/1796.10	c root simplifications	: 0
1800.04/1796.10	c removed literals (reason simplification)	: 0
1800.04/1796.10	c reason swapping (by a shorter reason)	: 0
1800.04/1796.10	c Calls to reduceDB	: 82
1800.04/1796.10	c Number of update (reduction) of LBD	: 660311
1800.04/1796.10	c Imported unit clauses	: 0
1800.04/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.10	c timeout
1800.04/1796.10	c number of learned constraints concerned by reduction	: 0
1800.04/1796.10	c number of learning phase by resolution	: 0
1800.04/1796.10	c number of learning phase by cutting planes	: 0
1800.04/1796.10	c speed (assignments/second)	: 187425.09069806038
1800.04/1796.10	c non guided choices	491
1800.04/1796.13	c learnt constraints type 
1800.04/1796.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.04/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125000
1800.04/1796.13	s UNKNOWN
1800.04/1796.13	c Total wall clock time (in seconds): 1796.028

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-4117424-1467212109/watcher-4117424-1467212109 -o /tmp/evaluation-result-4117424-1467212109/solver-4117424-1467212109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117424-1467212109.opb 

pid=2097
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: 2.02 2.06 1.79 3/194 2100
/proc/meminfo: memFree=29596408/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 240101 98582528 985 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 24067 989 755 9 0 16773 0
[pid=2100/tid=2101] ppid=2097 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 240101 99672064 989 33554432000 1073741824 1073778376 140736686192208 140580605006520 271778410282 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.02 2.06 1.79 3/194 2100
/proc/meminfo: memFree=29596408/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 240101 9787879424 6143 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2389619 6143 2157 9 0 2380296 0
[pid=2100/tid=2101] ppid=2097 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 240101 9787879424 6143 33554432000 1073741824 1073778376 140736686192208 140580605009624 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200371 s]
/proc/loadavg: 2.02 2.06 1.79 3/194 2100
/proc/meminfo: memFree=29596408/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 5706 0 1 0 30 1 0 0 20 0 18 0 240101 9787879424 7986 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2389619 7986 2221 9 0 2380296 0
[pid=2100/tid=2101] ppid=2097 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2395 0 1 0 16 2 0 0 20 0 18 0 240101 9787879424 7986 33554432000 1073741824 1073778376 140736686192208 140580605001552 140580470471143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300377 s]
/proc/loadavg: 2.02 2.06 1.79 3/194 2100
/proc/meminfo: memFree=29596408/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 9417 0 1 0 58 3 0 0 20 0 18 0 240101 9787879424 16847 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2389619 16847 2236 9 0 2380296 0
[pid=2100/tid=2101] ppid=2097 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2408 0 1 0 26 2 0 0 20 0 18 0 240101 9787879424 16847 33554432000 1073741824 1073778376 140736686192208 140580605001552 140580611533339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 2.02 2.06 1.79 3/194 2100
/proc/meminfo: memFree=29596408/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=1.52 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 10321 0 1 0 148 4 0 0 20 0 19 0 240101 9856040960 35141 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 34961 2264 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2454 0 1 0 64 3 0 0 20 0 19 0 240101 9856040960 34961 33554432000 1073741824 1073778376 140736686192208 140580605001760 140580609388673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.02 2.06 1.79 4/213 2119
/proc/meminfo: memFree=29445844/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=2.66 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 14130 0 1 0 261 5 0 0 20 0 19 0 240101 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 39251 2273 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2459 0 1 0 142 3 0 0 20 0 19 0 240101 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580605010248 140580471077151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 6561 0 0 0 65 0 0 0 20 0 19 0 240106 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/2100/task/2116/stat : 2116 (java) S 2097 2100 1865 0 -1 4202560 3832 0 0 0 51 0 0 0 20 0 19 0 240106 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580423248696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2117] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2117/stat : 2117 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580422196088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2118] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2118/stat : 2118 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580421143496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 39251 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.02 2.06 1.79 3/213 2119
/proc/meminfo: memFree=29423940/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=4.93 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 19207 0 1 0 487 6 0 0 20 0 19 0 240101 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 44275 2273 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2466 0 1 0 302 3 0 0 20 0 19 0 240101 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580605010408 140580471220064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 8141 0 0 0 95 0 0 0 20 0 19 0 240106 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/2100/task/2116/stat : 2116 (java) S 2097 2100 1865 0 -1 4202560 7322 0 0 0 87 1 0 0 20 0 19 0 240106 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580423248696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2117] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2117/stat : 2117 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580422196088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2118] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2118/stat : 2118 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580421143496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 44275 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.02 2.06 1.79 3/213 2119
/proc/meminfo: memFree=29390256/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=8.17 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 19247 0 1 0 810 7 0 0 20 0 19 0 240101 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 46044 2286 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2474 0 1 0 619 3 0 0 20 0 19 0 240101 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580605001408 140580471129039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 240102 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 8141 0 0 0 95 0 0 0 20 0 19 0 240106 9856040960 46044 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.88 cores=1,3,5,7

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

[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 89087 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/213 2185
/proc/meminfo: memFree=29054912/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=1786.24 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 20683 0 1 0 178555 69 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 89405 2287 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=1776.99 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2496 0 1 0 177666 33 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580605001408 140580471129021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 288 0 0 0 28 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 83 0 0 0 25 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 198 0 0 0 27 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 158 0 0 0 23 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 174 0 0 0 23 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 186 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 93 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 58 0 0 0 1 2 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 8141 0 0 0 95 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/2100/task/2116/stat : 2116 (java) S 2097 2100 1865 0 -1 4202560 7327 0 0 0 89 1 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580423248696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2117] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2117/stat : 2117 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580422196088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2118] ppid=2097 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/2100/task/2118/stat : 2118 (java) S 2097 2100 1865 0 -1 4202560 103 0 0 0 30 41 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580421143496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.00 2.05 2.02 5/213 2316
/proc/meminfo: memFree=29364376/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 20683 0 1 0 179935 69 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 89405 2287 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=1790.76 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2496 0 1 0 179043 33 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580605001408 140580471129021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 288 0 0 0 28 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 83 0 0 0 25 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 198 0 0 0 27 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 158 0 0 0 23 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 174 0 0 0 23 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 186 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 93 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 58 0 0 0 1 2 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 8141 0 0 0 95 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/2100/task/2116/stat : 2116 (java) S 2097 2100 1865 0 -1 4202560 7327 0 0 0 89 1 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580423248696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2117] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2117/stat : 2117 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580422196088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2118] ppid=2097 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2100/task/2118/stat : 2118 (java) S 2097 2100 1865 0 -1 4202560 103 0 0 0 30 42 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580421143496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 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) 9625040

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 2100 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.1 s]
/proc/loadavg: 2.00 2.05 2.02 5/213 2316
/proc/meminfo: memFree=29364376/32872528 swapFree=1099624/1181384
[pid=2100] ppid=2097 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/2100/stat : 2100 (java) S 2097 2100 1865 0 -1 4202496 20683 0 1 0 179935 69 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140736686183344 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2100/statm: 2406260 89405 2287 9 0 2396937 0
[pid=2100/tid=2101] ppid=2097 vsize=9625040 CPUtime=1790.76 cores=1,3,5,7
/proc/2100/task/2101/stat : 2101 (java) R 2097 2100 1865 0 -1 4202560 2496 0 1 0 179043 33 0 0 20 0 19 0 240101 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580605001408 140580471129021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2103] ppid=2097 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2100/task/2103/stat : 2103 (java) S 2097 2100 1865 0 -1 4202560 288 0 0 0 28 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580594072104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2104] ppid=2097 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2100/task/2104/stat : 2104 (java) S 2097 2100 1865 0 -1 4202560 83 0 0 0 25 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580593019304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2105] ppid=2097 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/2100/task/2105/stat : 2105 (java) S 2097 2100 1865 0 -1 4202560 198 0 0 0 27 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580591966504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2106] ppid=2097 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/2100/task/2106/stat : 2106 (java) S 2097 2100 1865 0 -1 4202560 158 0 0 0 23 2 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580590913704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2107] ppid=2097 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/2100/task/2107/stat : 2107 (java) S 2097 2100 1865 0 -1 4202560 174 0 0 0 23 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580589861928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2108] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2108/stat : 2108 (java) S 2097 2100 1865 0 -1 4202560 186 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580442815400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2109] ppid=2097 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2100/task/2109/stat : 2109 (java) S 2097 2100 1865 0 -1 4202560 93 0 0 0 24 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580441762600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2100/tid=2110] ppid=2097 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2100/task/2110/stat : 2110 (java) S 2097 2100 1865 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 240102 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580440709800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2111] ppid=2097 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2100/task/2111/stat : 2111 (java) S 2097 2100 1865 0 -1 4202560 58 0 0 0 1 2 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580428511720 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2112] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2112/stat : 2112 (java) S 2097 2100 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580427457784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2113] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2113/stat : 2113 (java) S 2097 2100 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 240103 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580426404872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2114] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2114/stat : 2114 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580425353360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2115] ppid=2097 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/2100/task/2115/stat : 2115 (java) S 2097 2100 1865 0 -1 4202560 8141 0 0 0 95 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580424301496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2100/tid=2116] ppid=2097 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/2100/task/2116/stat : 2116 (java) S 2097 2100 1865 0 -1 4202560 7327 0 0 0 89 1 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580423248696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2117] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2117/stat : 2117 (java) S 2097 2100 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580422196088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2100/tid=2118] ppid=2097 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2100/task/2118/stat : 2118 (java) S 2097 2100 1865 0 -1 4202560 103 0 0 0 30 42 0 0 20 0 19 0 240106 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580421143496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2100/tid=2119] ppid=2097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2100/task/2119/stat : 2119 (java) S 2097 2100 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 240160 9856040960 89405 33554432000 1073741824 1073778376 140736686192208 140580420089000 271790946217 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) 9625040

Child status: 143

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

Real time (s): 1796.13
CPU time (s): 1800.04
CPU user time (s): 1799.35
CPU system time (s): 0.69
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.14083
maximum resident set size= 360572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20717
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38592
involuntary context switches= 7504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0513 second user time and 13.005 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 16:55:09
IDJOB=4117424
IDBENCH=111573
IDSOLVER=2546
FILE ID=node115/4117424-1467212109
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-jul4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117424-1467212109/watcher-4117424-1467212109 -o /tmp/evaluation-result-4117424-1467212109/solver-4117424-1467212109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117424-1467212109.opb

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

MD5SUM BENCH= 8afd61a1e051f7029eb4312378b1cfd9
RANDOM SEED=640473346

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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:        29597052 kB
Buffers:           64816 kB
Cached:          1160428 kB
SwapCached:            0 kB
Active:           247392 kB
Inactive:        1133024 kB
Active(anon):     157604 kB
Inactive(anon):        0 kB
Active(file):      89788 kB
Inactive(file):  1133024 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3632 kB
Writeback:             0 kB
AnonPages:       1340564 kB
Mapped:            22052 kB
Shmem:               204 kB
Slab:             574876 kB
SReclaimable:      18768 kB
SUnreclaim:       556108 kB
KernelStack:        1592 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1873840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71660 MiB
End job on node115 at 2016-06-29 17:25:05