Trace number 4097230

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1798.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_37.opb
MD5SUMc141603a78a4e892ff86e9edd55bca94
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8657
Number of constraints which are clauses8652
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 79
Number of bits of the biggest sum of numbers7
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4097230-1466116972.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.48/0.38	c ... done. Wall clock time 0.259s.
0.48/0.38	c declared #vars     1806
0.48/0.38	c #constraints  8661
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5166
0.48/0.38	c org.sat4j.specs.Constr$1 => 4
0.48/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.48/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3485
0.48/0.38	c 8661 constraints processed.
1.57/1.07	c cleaning 2495 clauses out of 5002 with flag 18184/5002
2.37/1.79	c cleaning 4247 clauses out of 8506 with flag 42392/11001
3.44/2.70	c cleaning 5629 clauses out of 11258 with flag 72797/18000
4.65/3.93	c cleaning 6812 clauses out of 13629 with flag 120362/26000
5.97/5.28	c cleaning 7903 clauses out of 15818 with flag 165850/35001
7.37/6.63	c cleaning 8951 clauses out of 17914 with flag 209452/45000
8.87/8.19	c cleaning 9966 clauses out of 19963 with flag 267859/56000
10.67/9.97	c cleaning 10990 clauses out of 21997 with flag 332248/68000
12.67/11.98	c cleaning 11999 clauses out of 24007 with flag 408588/81000
14.96/14.25	c cleaning 12999 clauses out of 26008 with flag 493910/95000
17.37/16.62	c cleaning 14001 clauses out of 28009 with flag 573978/110000
19.96/19.28	c cleaning 14998 clauses out of 30008 with flag 664819/126000
23.06/22.37	c cleaning 16000 clauses out of 32012 with flag 766197/143002
26.17/25.44	c cleaning 16997 clauses out of 34010 with flag 860806/161000
29.67/28.93	c cleaning 18005 clauses out of 36014 with flag 977049/180001
33.06/32.35	c cleaning 19004 clauses out of 38009 with flag 1078355/200001
36.66/35.98	c cleaning 20000 clauses out of 40004 with flag 1202641/221000
40.96/40.26	c cleaning 20992 clauses out of 42004 with flag 1353427/243000
45.66/44.97	c cleaning 22000 clauses out of 44012 with flag 1519552/266000
50.36/49.61	c cleaning 22997 clauses out of 46013 with flag 1687865/290001
55.15/54.43	c cleaning 24007 clauses out of 48015 with flag 1857706/315000
60.46/59.70	c cleaning 25000 clauses out of 50011 with flag 2031289/341003
66.66/65.94	c cleaning 25999 clauses out of 52011 with flag 2206402/368003
73.46/72.78	c cleaning 26998 clauses out of 54011 with flag 2401142/396002
80.35/79.67	c cleaning 28000 clauses out of 56011 with flag 2597139/425000
87.66/86.93	c cleaning 29002 clauses out of 58011 with flag 2802617/455000
94.98/94.23	c cleaning 29994 clauses out of 60010 with flag 3020507/486001
102.98/102.20	c cleaning 31003 clauses out of 62017 with flag 3250795/518002
110.48/109.71	c cleaning 32005 clauses out of 64015 with flag 3454671/551003
118.37/117.61	c cleaning 32999 clauses out of 66009 with flag 3679623/585002
127.47/126.78	c cleaning 34001 clauses out of 68008 with flag 3941937/620000
137.18/136.50	c cleaning 34998 clauses out of 70008 with flag 4211415/656001
146.57/145.82	c cleaning 35997 clauses out of 72009 with flag 4448358/693000
156.27/155.53	c cleaning 36994 clauses out of 74012 with flag 4649891/731000
166.27/165.56	c cleaning 38007 clauses out of 76019 with flag 4877285/770001
177.17/176.40	c cleaning 38999 clauses out of 78014 with flag 5105505/810003
187.96/187.29	c cleaning 39993 clauses out of 80012 with flag 5332394/851000
199.47/198.77	c cleaning 41001 clauses out of 82021 with flag 5567031/893002
211.77/211.00	c cleaning 42006 clauses out of 84020 with flag 5830955/936002
224.66/223.90	c cleaning 42996 clauses out of 86012 with flag 6101136/980000
238.16/237.48	c cleaning 43999 clauses out of 88018 with flag 6397877/1025002
253.04/252.26	c cleaning 45000 clauses out of 90018 with flag 6738963/1071001
267.24/266.48	c cleaning 46000 clauses out of 92019 with flag 7070698/1118002
282.74/281.95	c cleaning 47001 clauses out of 94019 with flag 7418606/1166002
298.33/297.60	c cleaning 47995 clauses out of 96017 with flag 7741780/1215001
314.23/313.42	c cleaning 49003 clauses out of 98023 with flag 8066674/1265002
330.03/329.28	c cleaning 49999 clauses out of 100018 with flag 8381915/1316000
347.23/346.42	c cleaning 51001 clauses out of 102019 with flag 8718488/1368000
367.02/366.30	c cleaning 51997 clauses out of 104020 with flag 9089543/1421002
385.52/384.80	c cleaning 52999 clauses out of 106023 with flag 9455400/1475002
404.92/404.12	c cleaning 54002 clauses out of 108022 with flag 9831438/1530000
425.43/424.66	c cleaning 54998 clauses out of 110022 with flag 10210501/1586002
447.81/447.01	c cleaning 56003 clauses out of 112023 with flag 10606030/1643001
469.86/469.08	c cleaning 57003 clauses out of 114019 with flag 11028744/1701000
491.95/491.11	c cleaning 58001 clauses out of 116017 with flag 11447968/1760001
514.16/513.34	c cleaning 59001 clauses out of 118015 with flag 11861436/1820000
538.45/537.66	c cleaning 59999 clauses out of 120016 with flag 12224747/1881002
563.05/562.30	c cleaning 60997 clauses out of 122016 with flag 12616727/1943001
589.54/588.71	c cleaning 61999 clauses out of 124018 with flag 13054966/2006000
618.23/617.47	c cleaning 62996 clauses out of 126021 with flag 13516765/2070002
649.35/648.50	c cleaning 64002 clauses out of 128024 with flag 13994040/2135001
678.36/677.56	c cleaning 65001 clauses out of 130022 with flag 14465328/2201001
709.53/708.68	c cleaning 65998 clauses out of 132021 with flag 14933199/2268001
737.94/737.07	c cleaning 66997 clauses out of 134022 with flag 15428591/2336000
767.73/766.81	c cleaning 67999 clauses out of 136026 with flag 15929310/2405001
796.82/795.96	c cleaning 68998 clauses out of 138026 with flag 16394540/2475000
830.71/829.89	c cleaning 70008 clauses out of 140028 with flag 16868303/2546000
864.61/863.79	c cleaning 70996 clauses out of 142021 with flag 17359518/2618001
901.01/900.16	c cleaning 72002 clauses out of 144028 with flag 17858820/2691004
958.50/957.62	c cleaning 73004 clauses out of 146023 with flag 18508812/2765001
1011.11/1010.10	c cleaning 74000 clauses out of 148018 with flag 19168019/2840000
1050.90/1049.90	c cleaning 75000 clauses out of 150020 with flag 19655054/2916002
1091.11/1090.20	c cleaning 76001 clauses out of 152018 with flag 20120076/2993000
1133.12/1132.11	c cleaning 77002 clauses out of 154021 with flag 20594394/3071004
1174.12/1173.19	c cleaning 78000 clauses out of 156017 with flag 21056513/3150002
1218.23/1217.28	c cleaning 79002 clauses out of 158018 with flag 21521819/3230003
1261.85/1260.80	c cleaning 79995 clauses out of 160013 with flag 22031678/3311000
1309.26/1308.26	c cleaning 80997 clauses out of 162020 with flag 22572718/3393002
1353.72/1352.57	c cleaning 81999 clauses out of 164021 with flag 23066685/3476000
1400.93/1399.78	c cleaning 83001 clauses out of 166022 with flag 23599815/3560000
1451.05/1449.80	c cleaning 84003 clauses out of 168023 with flag 24200701/3645002
1501.45/1500.21	c cleaning 85002 clauses out of 170018 with flag 24816569/3731000
1555.25/1554.08	c cleaning 85997 clauses out of 172016 with flag 25411749/3818000
1608.16/1606.97	c cleaning 87002 clauses out of 174020 with flag 26007845/3906001
1661.67/1660.48	c cleaning 88002 clauses out of 176017 with flag 26583202/3995000
1714.86/1713.44	c cleaning 89004 clauses out of 178016 with flag 27202245/4085001
1772.08/1770.60	c cleaning 90001 clauses out of 180011 with flag 27828978/4176000
1800.00/1798.51	c starts		: 146
1800.00/1798.51	c conflicts		: 4228998
1800.00/1798.51	c decisions		: 4980174
1800.00/1798.51	c propagations		: 504946700
1800.00/1798.51	c inspects		: 29163461997
1800.00/1798.51	c shortcuts		: 0
1800.00/1798.51	c learnt literals	: 0
1800.00/1798.51	c learnt binary clauses	: 0
1800.00/1798.51	c learnt ternary clauses	: 6
1800.00/1798.51	c learnt constraints	: 4228998
1800.00/1798.51	c ignored constraints	: 0
1800.00/1798.51	c root simplifications	: 0
1800.00/1798.51	c removed literals (reason simplification)	: 0
1800.00/1798.51	c reason swapping (by a shorter reason)	: 0
1800.00/1798.51	c Calls to reduceDB	: 87
1800.00/1798.51	c Number of update (reduction) of LBD	: 767537
1800.00/1798.51	c Imported unit clauses	: 0
1800.00/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.51	c number of learned constraints concerned by reduction	: 0
1800.00/1798.51	c number of learning phase by resolution	: 0
1800.00/1798.51	c timeout
1800.00/1798.51	c number of learning phase by cutting planes	: 0
1800.00/1798.51	c speed (assignments/second)	: 280817.99571554415
1800.00/1798.51	c non guided choices	165
1800.00/1798.53	c learnt constraints type 
1800.00/1798.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143009
1800.00/1798.53	s UNKNOWN
1800.00/1798.53	c Total wall clock time (in seconds): 1798.417

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-4097230-1466116972/watcher-4097230-1466116972 -o /tmp/evaluation-result-4097230-1466116972/solver-4097230-1466116972 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097230-1466116972.opb 

pid=23263
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.62 3/196 23266
/proc/meminfo: memFree=31753096/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (java) R 23263 23266 18087 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 13743123 5767168 52 33554432000 1073741824 1073778376 140735921816864 140735921813992 206399696775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 1408 55 43 9 0 30 0

[startup+0.100095 s]
/proc/loadavg: 2.00 2.07 2.62 3/196 23266
/proc/meminfo: memFree=31753096/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 13743123 9787879424 6018 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.00 2.07 2.62 3/196 23266
/proc/meminfo: memFree=31753096/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 4922 0 1 0 24 1 0 0 20 0 18 0 13743123 9787879424 6965 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2389619 6965 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300282 s]
/proc/loadavg: 2.00 2.07 2.62 3/196 23266
/proc/meminfo: memFree=31753096/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 6085 0 1 0 47 1 0 0 20 0 18 0 13743123 9787879424 8576 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2389619 8576 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 2.00 2.07 2.62 3/196 23266
/proc/meminfo: memFree=31753096/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 9086 0 1 0 121 3 0 0 20 0 19 0 13743123 9856040960 14127 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 14127 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.00 2.07 2.62 3/215 23285
/proc/meminfo: memFree=31705436/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 9297 0 1 0 213 3 0 0 20 0 19 0 13743123 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 14719 2268 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2427 0 1 0 145 2 0 0 20 0 19 0 13743124 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140047028138568 140046888522222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 1988 0 0 0 28 0 0 0 20 0 19 0 13743130 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3611 0 0 0 37 0 0 0 20 0 19 0 13743130 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 14719 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.00 2.07 2.61 3/215 23285
/proc/meminfo: memFree=31702148/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 9443 0 1 0 382 3 0 0 20 0 19 0 13743123 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 15244 2268 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2428 0 1 0 304 2 0 0 20 0 19 0 13743124 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140047028138472 140046888467876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 1988 0 0 0 30 0 0 0 20 0 19 0 13743130 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3756 0 0 0 44 0 0 0 20 0 19 0 13743130 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 15244 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.00 2.07 2.61 3/215 23285
/proc/meminfo: memFree=31695532/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 9499 0 1 0 704 3 0 0 20 0 19 0 13743123 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 16675 2269 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2432 0 1 0 624 2 0 0 20 0 19 0 13743124 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140047028129440 140046888467694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743125 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13743126 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 2039 0 0 0 32 0 0 0 20 0 19 0 13743130 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3756 0 0 0 44 0 0 0 20 0 19 0 13743130 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 16675 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.09 3/215 23674
/proc/meminfo: memFree=31460904/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=1783.8 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 11001 0 1 0 178328 52 0 0 20 0 19 0 13743123 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 78424 2283 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=1777.07 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2488 0 1 0 177673 34 0 0 20 0 19 0 13743124 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140047028129440 140046888398268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 166 0 0 0 12 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 7 3 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 156 0 0 0 9 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 2398 0 0 0 34 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3756 0 0 0 44 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.06 2.02 2.08 3/215 23675
/proc/meminfo: memFree=31461032/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 11001 0 1 0 179948 52 0 0 20 0 19 0 13743123 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 78424 2283 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=1793.24 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2488 0 1 0 179290 34 0 0 20 0 19 0 13743124 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140047028129440 140046888467735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 166 0 0 0 12 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 7 3 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 156 0 0 0 9 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 2398 0 0 0 34 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3756 0 0 0 44 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 23266 sig 9
??? kill -23266 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.06 2.02 2.08 3/215 23675
/proc/meminfo: memFree=31461032/32872528 swapFree=7268/7268
[pid=23266] ppid=23263 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/23266/stat : 23266 (java) S 23263 23266 18087 0 -1 4202496 11001 0 1 0 179948 52 0 0 20 0 19 0 13743123 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140735921808000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23266/statm: 2406260 78424 2283 9 0 2396937 0
[pid=23266/tid=23268] ppid=23263 vsize=9625040 CPUtime=1793.24 cores=0,2,4,6
/proc/23266/task/23268/stat : 23268 (java) R 23263 23266 18087 0 -1 4202560 2488 0 1 0 179290 34 0 0 20 0 19 0 13743124 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140047028129440 140046888467735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23269] ppid=23263 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23266/task/23269/stat : 23269 (java) S 23263 23266 18087 0 -1 4202560 166 0 0 0 12 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046871198504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23270] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23270/stat : 23270 (java) S 23263 23266 18087 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046870145704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23271] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23271/stat : 23271 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046869093416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23272] ppid=23263 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/23266/task/23272/stat : 23272 (java) S 23263 23266 18087 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046868040616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23273] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23273/stat : 23273 (java) S 23263 23266 18087 0 -1 4202560 72 0 0 0 7 3 0 0 20 0 19 0 13743125 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046866987304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23274] ppid=23263 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/23266/task/23274/stat : 23274 (java) S 23263 23266 18087 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046865934504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23275] ppid=23263 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/23266/task/23275/stat : 23275 (java) S 23263 23266 18087 0 -1 4202560 156 0 0 0 9 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046864882216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23276] ppid=23263 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/23266/task/23276/stat : 23276 (java) S 23263 23266 18087 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 13743126 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046863829416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23266/tid=23277] ppid=23263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (java) S 23263 23266 18087 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046851631848 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23278] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23278/stat : 23278 (java) S 23263 23266 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046850577912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23279] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23279/stat : 23279 (java) S 23263 23266 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13743127 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046849525512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046848474000 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23281] ppid=23263 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23266/task/23281/stat : 23281 (java) S 23263 23266 18087 0 -1 4202560 2398 0 0 0 34 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046847420600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23266/tid=23282] ppid=23263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23266/task/23282/stat : 23282 (java) S 23263 23266 18087 0 -1 4202560 3756 0 0 0 44 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046846367800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (java) S 23263 23266 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046845315704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23266/tid=23284] ppid=23263 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23266/task/23284/stat : 23284 (java) S 23263 23266 18087 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 13743130 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046844263112 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23266/tid=23285] ppid=23263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23285/stat : 23285 (java) S 23263 23266 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13743162 9856040960 78424 33554432000 1073741824 1073778376 140735921816864 140046843209128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23266 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=849141
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=951855
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.54
CPU time (s): 1800
CPU user time (s): 1799.48
CPU system time (s): 0.52
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.85
system time used= 0.951855
maximum resident set size= 313816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38282
involuntary context switches= 21892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 13.8019 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:42:52
IDJOB=4097230
IDBENCH=107727
IDSOLVER=2546
FILE ID=node133/4097230-1466116972
RUNJOBID= node133-1466116261-22553
PBS_JOBID= 19904054
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_37.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097230-1466116972/watcher-4097230-1466116972 -o /tmp/evaluation-result-4097230-1466116972/solver-4097230-1466116972 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097230-1466116972.opb

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

MD5SUM BENCH= c141603a78a4e892ff86e9edd55bca94
RANDOM SEED=1506806729

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.56
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.256
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.256
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.256
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.256
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.256
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:        31753624 kB
Buffers:           71552 kB
Cached:           137248 kB
SwapCached:         1860 kB
Active:           299608 kB
Inactive:         111672 kB
Active(anon):     203880 kB
Inactive(anon):     1228 kB
Active(file):      95728 kB
Inactive(file):   110444 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        225748 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             571116 kB
SReclaimable:      14564 kB
SUnreclaim:       556552 kB
KernelStack:        1776 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71708 MiB
End job on node133 at 2016-06-17 01:12:51