Trace number 4106891

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.29 1794.3

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_1_15.opb
MD5SUM29dd42e0067afa72a17cd46c1f9628e9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.061989
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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-4106891-1466280438.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.26/0.26	c ... done. Wall clock time 0.164s.
0.26/0.26	c declared #vars     200
0.26/0.26	c internal #vars     1448
0.26/0.26	c #constraints  2799
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.26/0.26	c 2799 constraints processed.
1.15/0.71	c cleaning 2501 clauses out of 5001 with flag 11488/5001
1.57/0.98	c cleaning 4250 clauses out of 8499 with flag 26551/11000
2.04/1.37	c cleaning 5627 clauses out of 11254 with flag 42601/18005
2.76/2.01	c cleaning 6817 clauses out of 13636 with flag 60736/26014
3.28/2.53	c cleaning 7900 clauses out of 15805 with flag 82873/35000
4.09/3.35	c cleaning 8950 clauses out of 17905 with flag 105666/45000
4.91/4.14	c cleaning 9972 clauses out of 19955 with flag 131901/56000
5.71/4.93	c cleaning 10978 clauses out of 21983 with flag 161938/68000
6.61/5.83	c cleaning 12003 clauses out of 24012 with flag 197156/81007
7.71/6.99	c cleaning 12993 clauses out of 26002 with flag 233820/95000
9.21/8.42	c cleaning 14000 clauses out of 28009 with flag 271583/110000
10.81/10.07	c cleaning 15001 clauses out of 30009 with flag 311261/126000
12.71/11.95	c cleaning 16008 clauses out of 32022 with flag 352889/143014
14.93/14.01	c cleaning 16997 clauses out of 34000 with flag 397575/161000
16.83/15.92	c cleaning 17996 clauses out of 36003 with flag 448441/180000
19.03/18.13	c cleaning 19002 clauses out of 38007 with flag 502415/200000
21.43/20.51	c cleaning 20001 clauses out of 40005 with flag 559009/221000
23.83/22.94	c cleaning 20997 clauses out of 42004 with flag 617962/243000
26.43/25.51	c cleaning 22002 clauses out of 44007 with flag 679931/266000
29.13/28.25	c cleaning 22996 clauses out of 46005 with flag 742858/290000
32.24/31.35	c cleaning 23996 clauses out of 48009 with flag 809322/315000
35.30/34.39	c cleaning 24995 clauses out of 50013 with flag 876835/341000
38.70/37.71	c cleaning 25995 clauses out of 52018 with flag 947256/368000
42.19/41.25	c cleaning 27005 clauses out of 54024 with flag 1018493/396001
45.99/45.10	c cleaning 28001 clauses out of 56019 with flag 1090536/425001
49.79/48.86	c cleaning 28993 clauses out of 58017 with flag 1167533/455000
54.39/53.47	c cleaning 30001 clauses out of 60025 with flag 1247665/486001
59.22/58.19	c cleaning 30997 clauses out of 62023 with flag 1328663/518000
63.83/62.80	c cleaning 32006 clauses out of 64028 with flag 1411506/551002
69.43/68.32	c cleaning 33010 clauses out of 66020 with flag 1495060/585000
74.94/73.81	c cleaning 33997 clauses out of 68010 with flag 1584585/620000
80.63/79.51	c cleaning 35002 clauses out of 70014 with flag 1673979/656001
86.79/85.51	c cleaning 36002 clauses out of 72011 with flag 1763641/693000
93.59/92.38	c cleaning 36993 clauses out of 74010 with flag 1853438/731001
100.69/99.44	c cleaning 37995 clauses out of 76016 with flag 1950152/770000
107.79/106.55	c cleaning 39004 clauses out of 78022 with flag 2049274/810001
116.09/114.66	c cleaning 39999 clauses out of 80017 with flag 2151517/851000
123.89/122.44	c cleaning 41006 clauses out of 82020 with flag 2255981/893002
132.49/131.04	c cleaning 41996 clauses out of 84013 with flag 2360737/936001
142.49/141.01	c cleaning 42995 clauses out of 86016 with flag 2468910/980000
152.08/150.49	c cleaning 44005 clauses out of 88022 with flag 2579195/1025001
163.18/161.50	c cleaning 45004 clauses out of 90016 with flag 2690730/1071000
174.86/173.24	c cleaning 45997 clauses out of 92012 with flag 2804577/1118000
186.36/184.71	c cleaning 46995 clauses out of 94017 with flag 2923031/1166002
198.15/196.36	c cleaning 48012 clauses out of 96026 with flag 3042904/1215006
210.96/209.17	c cleaning 48999 clauses out of 98009 with flag 3166665/1265001
223.85/222.00	c cleaning 49991 clauses out of 100009 with flag 3293538/1316000
238.26/236.10	c cleaning 51007 clauses out of 102023 with flag 3420676/1368005
250.26/248.14	c cleaning 52001 clauses out of 104011 with flag 3549820/1421000
264.29/262.17	c cleaning 52988 clauses out of 106010 with flag 3681878/1475000
278.30/276.17	c cleaning 54003 clauses out of 108023 with flag 3815856/1530001
293.46/291.20	c cleaning 54996 clauses out of 110019 with flag 3950972/1586000
309.27/306.97	c cleaning 56010 clauses out of 112025 with flag 4084993/1643002
324.06/321.79	c cleaning 56998 clauses out of 114013 with flag 4222762/1701000
342.01/339.66	c cleaning 58006 clauses out of 116027 with flag 4365957/1760012
359.51/357.09	c cleaning 58991 clauses out of 118009 with flag 4511941/1820000
377.31/374.85	c cleaning 60004 clauses out of 120020 with flag 4658360/1881002
394.99/392.46	c cleaning 61007 clauses out of 122017 with flag 4810034/1943003
413.48/410.80	c cleaning 61995 clauses out of 124007 with flag 4961669/2006000
434.47/431.88	c cleaning 63004 clauses out of 126012 with flag 5117675/2070000
455.39/452.70	c cleaning 63998 clauses out of 128008 with flag 5277786/2135000
475.45/472.70	c cleaning 64991 clauses out of 130012 with flag 5440062/2201002
497.92/495.12	c cleaning 65990 clauses out of 132020 with flag 5605858/2268001
521.52/518.76	c cleaning 67000 clauses out of 134034 with flag 5774449/2336005
545.38/542.52	c cleaning 68006 clauses out of 136030 with flag 5937022/2405001
571.46/568.55	c cleaning 69006 clauses out of 138027 with flag 6106245/2475004
598.74/595.78	c cleaning 69989 clauses out of 140018 with flag 6275974/2546001
624.51/621.43	c cleaning 71008 clauses out of 142029 with flag 6452954/2618001
648.74/645.69	c cleaning 71996 clauses out of 144021 with flag 6631521/2691001
677.11/673.92	c cleaning 72996 clauses out of 146029 with flag 6810078/2765005
704.18/700.96	c cleaning 73990 clauses out of 148029 with flag 6992314/2840001
729.94/726.61	c cleaning 75000 clauses out of 150038 with flag 7175854/2916000
754.29/750.94	c cleaning 76002 clauses out of 152038 with flag 7361530/2993000
785.67/782.28	c cleaning 76995 clauses out of 154037 with flag 7548966/3071001
816.25/812.74	c cleaning 78001 clauses out of 156043 with flag 7742011/3150002
847.52/843.95	c cleaning 78998 clauses out of 158042 with flag 7936616/3230002
877.28/873.64	c cleaning 80014 clauses out of 160043 with flag 8133694/3311001
911.00/907.23	c cleaning 80994 clauses out of 162028 with flag 8329956/3393000
941.75/937.98	c cleaning 82001 clauses out of 164036 with flag 8527312/3476002
971.92/968.05	c cleaning 83002 clauses out of 166033 with flag 8734043/3560000
1000.65/996.65	c cleaning 84011 clauses out of 168031 with flag 8939602/3645000
1039.31/1035.23	c cleaning 85010 clauses out of 170020 with flag 9145688/3731000
1073.78/1069.69	c cleaning 85998 clauses out of 172010 with flag 9356934/3818000
1111.21/1106.98	c cleaning 86977 clauses out of 174012 with flag 9569071/3906000
1147.07/1142.77	c cleaning 88010 clauses out of 176041 with flag 9783534/3995006
1189.99/1185.50	c cleaning 88999 clauses out of 178026 with flag 10003621/4085001
1224.35/1219.89	c cleaning 89994 clauses out of 180028 with flag 10225771/4176002
1264.36/1259.70	c cleaning 91004 clauses out of 182032 with flag 10455116/4268000
1303.64/1298.92	c cleaning 91994 clauses out of 184029 with flag 10673900/4361001
1345.18/1340.34	c cleaning 93001 clauses out of 186038 with flag 10898733/4455004
1385.52/1380.60	c cleaning 93995 clauses out of 188033 with flag 11128537/4550000
1425.97/1420.93	c cleaning 95003 clauses out of 190039 with flag 11368180/4646001
1465.84/1460.78	c cleaning 95991 clauses out of 192036 with flag 11608027/4743001
1514.30/1509.13	c cleaning 97009 clauses out of 194047 with flag 11849614/4841003
1557.38/1552.02	c cleaning 97987 clauses out of 196035 with flag 12090653/4940000
1605.72/1600.26	c cleaning 98997 clauses out of 198048 with flag 12338971/5040000
1653.48/1647.90	c cleaning 100013 clauses out of 200051 with flag 12585945/5141000
1704.64/1698.91	c cleaning 100999 clauses out of 202043 with flag 12837973/5243005
1754.58/1748.75	c cleaning 101997 clauses out of 204040 with flag 13092919/5346001
1800.29/1794.26	c starts		: 1121
1800.29/1794.26	c conflicts		: 5446950
1800.29/1794.26	c decisions		: 8857616
1800.29/1794.26	c propagations		: 35882184
1800.29/1794.26	c inspects		: 32817303386
1800.29/1794.26	c shortcuts		: 0
1800.29/1794.26	c learnt literals	: 0
1800.29/1794.26	c learnt binary clauses	: 0
1800.29/1794.26	c learnt ternary clauses	: 215
1800.29/1794.26	c learnt constraints	: 5446950
1800.29/1794.26	c ignored constraints	: 0
1800.29/1794.26	c root simplifications	: 0
1800.29/1794.26	c removed literals (reason simplification)	: 0
1800.29/1794.26	c reason swapping (by a shorter reason)	: 0
1800.29/1794.26	c Calls to reduceDB	: 99
1800.29/1794.26	c Number of update (reduction) of LBD	: 1394246
1800.29/1794.26	c Imported unit clauses	: 0
1800.29/1794.26	c number of reductions to clauses (during analyze)	: 0
1800.29/1794.26	c number of learned constraints concerned by reduction	: 0
1800.29/1794.26	c number of learning phase by resolution	: 0
1800.29/1794.26	c number of learning phase by cutting planes	: 0
1800.29/1794.26	c speed (assignments/second)	: 20001.284285231723
1800.29/1794.26	c non guided choices	1333
1800.29/1794.26	c timeout
1800.29/1794.29	c learnt constraints type 
1800.29/1794.29	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 202993
1800.29/1794.29	s UNKNOWN
1800.29/1794.29	c Total wall clock time (in seconds): 1794.192

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-4106891-1466280438/watcher-4106891-1466280438 -o /tmp/evaluation-result-4106891-1466280438/solver-4106891-1466280438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106891-1466280438.opb 

pid=16741
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.24 2.25 2.26 3/196 16744
/proc/meminfo: memFree=30017064/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30090252 98570240 977 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 24065 977 743 9 0 16771 0
[pid=16744/tid=16745] ppid=16741 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30090253 98570240 977 33554432000 1073741824 1073778376 140733317968032 140130827501096 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.25 2.26 3/196 16744
/proc/meminfo: memFree=30017064/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 4538 0 1 0 10 1 0 0 20 0 18 0 30090252 9787879424 5667 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2389619 5667 2157 9 0 2380296 0
[pid=16744/tid=16745] ppid=16741 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 30090253 9787879424 5667 33554432000 1073741824 1073778376 140733317968032 140130827504544 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.24 2.25 2.26 3/196 16744
/proc/meminfo: memFree=30017064/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 4748 0 1 0 25 1 0 0 20 0 18 0 30090252 9787879424 6312 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2389619 6312 2215 9 0 2380296 0
[pid=16744/tid=16745] ppid=16741 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 18 0 30090253 9787879424 6312 33554432000 1073741824 1073778376 140733317968032 140130827505496 140130700135755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 2.24 2.25 2.26 3/196 16744
/proc/meminfo: memFree=30017064/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 6310 0 1 0 47 1 0 0 20 0 19 0 30090252 9856040960 9405 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 9405 2250 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2472 0 1 0 27 0 0 0 20 0 19 0 30090253 9856040960 9405 33554432000 1073741824 1073778376 140733317968032 140130827506304 140130700117676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700205 s]
/proc/loadavg: 2.24 2.25 2.26 3/196 16744
/proc/meminfo: memFree=30017064/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 8443 0 1 0 113 2 0 0 20 0 19 0 30090252 9856040960 10667 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 10667 2267 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2475 0 1 0 67 0 0 0 20 0 19 0 30090253 9856040960 10667 33554432000 1073741824 1073778376 140733317968032 140130827502856 140130834657278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.24 2.25 2.26 3/215 16763
/proc/meminfo: memFree=29938348/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 17520 0 1 0 222 3 0 0 20 0 19 0 30090252 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 19988 2269 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2482 0 1 0 146 1 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130827504000 140130700645125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130671524904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130670472104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130669419304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130668366504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130667313704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130666260904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130665208104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) S 16741 16744 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130664155304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) S 16741 16744 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30090254 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130651745256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130648586896 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16744/task/16760/stat : 16760 (java) S 16741 16744 15910 0 -1 4202560 10554 0 0 0 42 2 0 0 20 0 19 0 30090257 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130646481208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16761] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16761/stat : 16761 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130645428600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16762] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16762/stat : 16762 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130644376008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 19988 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.24 2.25 2.26 3/215 16763
/proc/meminfo: memFree=29915348/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 17530 0 1 0 385 3 0 0 20 0 19 0 30090252 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 24596 2269 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2492 0 1 0 306 1 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130827504032 140130700592368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130671524904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130670472104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130669419304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130668366504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130667313704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130666260904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130665208104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) S 16741 16744 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130664155304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) S 16741 16744 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30090254 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130651745256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130648586896 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/16744/task/16760/stat : 16760 (java) S 16741 16744 15910 0 -1 4202560 10554 0 0 0 46 2 0 0 20 0 19 0 30090257 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130646481208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16761] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16761/stat : 16761 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130645428600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16762] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16762/stat : 16762 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130644376008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 24596 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.22 2.24 2.26 3/215 16763
/proc/meminfo: memFree=29852084/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=7.11 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 17550 0 1 0 707 4 0 0 20 0 19 0 30090252 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 32519 2270 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2511 0 1 0 625 1 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130827497168 140130700627121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130671524904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130670472104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130669419304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130668366504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130667313704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130666260904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130665208104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) S 16741 16744 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30090253 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130664155304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) S 16741 16744 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30090254 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130651745256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130648586896 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 32519 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.5 cores=0,2,4,6

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

[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 111078 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.32 2.27 3/215 16807
/proc/meminfo: memFree=29228292/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=1788.28 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 21783 0 1 0 178730 98 0 0 20 0 19 0 30090252 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 109138 2293 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=1774.5 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) R 16741 16744 15910 0 -1 4202560 2610 0 1 0 177421 29 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130827504864 140130700916833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) S 16741 16744 15910 0 -1 4202560 594 0 0 0 91 7 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130671524904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) S 16741 16744 15910 0 -1 4202560 364 0 0 0 75 7 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130670472104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) S 16741 16744 15910 0 -1 4202560 457 0 0 0 79 9 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130669419304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) S 16741 16744 15910 0 -1 4202560 415 0 0 0 78 7 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130668366504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) S 16741 16744 15910 0 -1 4202560 402 0 0 0 84 9 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130667313704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) S 16741 16744 15910 0 -1 4202560 613 0 0 0 72 6 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130666260904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) S 16741 16744 15910 0 -1 4202560 429 0 0 0 79 10 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130665208104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) S 16741 16744 15910 0 -1 4202560 392 0 0 0 80 7 0 0 20 0 19 0 30090253 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130664155304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) S 16741 16744 15910 0 -1 4202560 349 0 0 0 84 3 0 0 20 0 19 0 30090254 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130651745256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130648586896 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16744/task/16760/stat : 16760 (java) S 16741 16744 15910 0 -1 4202560 10584 0 0 0 58 2 0 0 20 0 19 0 30090257 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130646481208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16761] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16761/stat : 16761 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130645428600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16762] ppid=16741 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/16744/task/16762/stat : 16762 (java) S 16741 16744 15910 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 30090257 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130644376008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 109138 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.32 2.32 2.27 4/215 16873
/proc/meminfo: memFree=29418184/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=1800.18 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 21795 0 1 0 179920 98 0 0 20 0 19 0 30090252 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16744/statm: 2406260 110674 2293 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=1786.26 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) S 16741 16744 15910 0 -1 4202560 2610 0 1 0 178596 30 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130827504968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) R 16741 16744 15910 0 -1 4202560 594 0 0 0 93 7 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130671525032 273905650823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) R 16741 16744 15910 0 -1 4202560 367 0 0 0 77 7 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130670472232 273905650823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) R 16741 16744 15910 0 -1 4202560 457 0 0 0 80 9 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130669419480 140130829977331 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) R 16741 16744 15910 0 -1 4202560 418 0 0 0 79 7 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130668366632 273905650823 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) R 16741 16744 15910 0 -1 4202560 402 0 0 0 86 9 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130667313832 273905650823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) R 16741 16744 15910 0 -1 4202560 614 0 0 0 72 6 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130666261032 273905650823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) R 16741 16744 15910 0 -1 4202560 430 0 0 0 82 10 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130665208104 273905650823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) R 16741 16744 15910 0 -1 4202560 394 0 0 0 81 7 0 0 20 0 19 0 30090253 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130664155480 140130834404978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) S 16741 16744 15910 0 -1 4202560 351 0 0 0 84 3 0 0 20 0 19 0 30090254 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130651744136 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130648586896 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16744/task/16760/stat : 16760 (java) S 16741 16744 15910 0 -1 4202560 10584 0 0 0 58 2 0 0 20 0 19 0 30090257 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130646481208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16761] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16761/stat : 16761 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130645428600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16762] ppid=16741 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16744/task/16762/stat : 16762 (java) S 16741 16744 15910 0 -1 4202560 104 0 0 0 30 37 0 0 20 0 19 0 30090257 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130644376008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 110674 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 16744 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.23 s]
/proc/loadavg: 2.32 2.32 2.27 4/215 16873
/proc/meminfo: memFree=29418184/32872528 swapFree=1482636/1662508
[pid=16744] ppid=16741 vsize=9625040 CPUtime=1800.29 cores=0,2,4,6
/proc/16744/stat : 16744 (java) S 16741 16744 15910 0 -1 4202496 21796 0 1 0 179931 98 0 0 20 0 19 0 30090252 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140733317959168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16744/statm: 2406260 109841 2293 9 0 2396937 0
[pid=16744/tid=16745] ppid=16741 vsize=9625040 CPUtime=1786.26 cores=0,2,4,6
/proc/16744/task/16745/stat : 16745 (java) S 16741 16744 15910 0 -1 4202560 2610 0 1 0 178596 30 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130827504968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16744/tid=16747] ppid=16741 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/16744/task/16747/stat : 16747 (java) S 16741 16744 15910 0 -1 4202560 594 0 0 0 93 7 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130671524904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16748] ppid=16741 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/16744/task/16748/stat : 16748 (java) S 16741 16744 15910 0 -1 4202560 367 0 0 0 77 7 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130670472104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16749] ppid=16741 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/16744/task/16749/stat : 16749 (java) S 16741 16744 15910 0 -1 4202560 457 0 0 0 80 9 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130669419304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16750] ppid=16741 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16744/task/16750/stat : 16750 (java) S 16741 16744 15910 0 -1 4202560 418 0 0 0 79 7 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130668366504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16751] ppid=16741 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/16744/task/16751/stat : 16751 (java) S 16741 16744 15910 0 -1 4202560 402 0 0 0 86 9 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130667313704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16752] ppid=16741 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16744/task/16752/stat : 16752 (java) S 16741 16744 15910 0 -1 4202560 614 0 0 0 72 6 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130666260904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16753] ppid=16741 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/16744/task/16753/stat : 16753 (java) S 16741 16744 15910 0 -1 4202560 430 0 0 0 82 10 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130665208104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16754] ppid=16741 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/16744/task/16754/stat : 16754 (java) S 16741 16744 15910 0 -1 4202560 394 0 0 0 81 7 0 0 20 0 19 0 30090253 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130664155304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16755] ppid=16741 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/16744/task/16755/stat : 16755 (java) R 16741 16744 15910 0 -1 4202560 351 0 0 0 94 4 0 0 20 0 19 0 30090254 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130651744008 140130834014324 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16756] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16756/stat : 16756 (java) S 16741 16744 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130650691320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16757] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16757/stat : 16757 (java) S 16741 16744 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30090255 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130649638408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16758] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16758/stat : 16758 (java) S 16741 16744 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130648586440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16759] ppid=16741 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16744/task/16759/stat : 16759 (java) S 16741 16744 15910 0 -1 4202560 3213 0 0 0 29 0 0 0 20 0 19 0 30090257 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130647534008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16744/tid=16760] ppid=16741 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16744/task/16760/stat : 16760 (java) S 16741 16744 15910 0 -1 4202560 10584 0 0 0 58 2 0 0 20 0 19 0 30090257 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130646481208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16761] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16761/stat : 16761 (java) S 16741 16744 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30090257 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130645428600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16744/tid=16762] ppid=16741 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16744/task/16762/stat : 16762 (java) S 16741 16744 15910 0 -1 4202560 104 0 0 0 30 37 0 0 20 0 19 0 30090257 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130644376008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16744/tid=16763] ppid=16741 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16744/task/16763/stat : 16763 (java) S 16741 16744 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30090279 9856040960 109841 33554432000 1073741824 1073778376 140733317968032 140130643273384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.3
CPU time (s): 1800.29
CPU user time (s): 1799.31
CPU system time (s): 0.98
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.49177
maximum resident set size= 719452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21848
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40188
involuntary context switches= 17892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.81351 second user time and 14.4028 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 22:07:18
IDJOB=4106891
IDBENCH=48309
IDSOLVER=2546
FILE ID=node134/4106891-1466280438
RUNJOBID= node134-1466275076-15926
PBS_JOBID= 19918245
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106891-1466280438/watcher-4106891-1466280438 -o /tmp/evaluation-result-4106891-1466280438/solver-4106891-1466280438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106891-1466280438.opb

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

MD5SUM BENCH= 29dd42e0067afa72a17cd46c1f9628e9
RANDOM SEED=1496529732

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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.020
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.54
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.020
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.020
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:        30017444 kB
Buffers:          169432 kB
Cached:           188428 kB
SwapCached:         1008 kB
Active:           169440 kB
Inactive:         276132 kB
Active(anon):      88448 kB
Inactive(anon):     1616 kB
Active(file):      80992 kB
Inactive(file):   274516 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              1432 kB
Writeback:             0 kB
AnonPages:       1750872 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             603936 kB
SReclaimable:      47160 kB
SUnreclaim:       556776 kB
KernelStack:        1624 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71716 MiB
End job on node134 at 2016-06-18 22:37:13