Trace number 4084906

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1784.95

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-air04.opb
MD5SUMbe0d50f47077f17e0f3c28ea78925374
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72627
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084906-1465280600.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.73/0.43	c ... done. Wall clock time 0.313s.
0.73/0.43	c declared #vars     8904
0.73/0.43	c #constraints  1646
0.73/0.43	c constraints type 
0.73/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.73/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.73/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.73/0.43	c 1646 constraints processed.
0.73/0.43	c objective function length is 8904 literals
1.83/1.11	c cleaning 2474 clauses out of 4960 with flag 29181/5000
2.47/1.76	c cleaning 4218 clauses out of 8440 with flag 83980/11000
3.18/2.45	c cleaning 5574 clauses out of 11179 with flag 161410/18000
4.11/3.36	c cleaning 6743 clauses out of 13579 with flag 275589/26001
5.12/4.40	c cleaning 7894 clauses out of 15824 with flag 400355/35001
6.33/5.51	c cleaning 8879 clauses out of 17892 with flag 536131/45000
7.62/6.85	c cleaning 9937 clauses out of 19984 with flag 716179/56002
9.12/8.30	c cleaning 10912 clauses out of 22030 with flag 915842/68002
10.73/9.97	c cleaning 12013 clauses out of 24082 with flag 1154444/81001
12.62/11.82	c cleaning 13006 clauses out of 26043 with flag 1421731/95001
14.72/13.90	c cleaning 14004 clauses out of 28028 with flag 1720504/110001
17.02/16.21	c cleaning 14979 clauses out of 29993 with flag 2057859/126000
19.42/18.67	c cleaning 15959 clauses out of 32000 with flag 2428914/143000
22.02/21.21	c cleaning 16888 clauses out of 34030 with flag 2806841/161000
24.92/24.10	c cleaning 17970 clauses out of 36130 with flag 3233842/180001
28.00/27.12	c cleaning 19010 clauses out of 38150 with flag 3682995/200000
31.21/30.33	c cleaning 20009 clauses out of 40126 with flag 4199725/221000
34.51/33.60	c cleaning 20977 clauses out of 42097 with flag 4715159/243001
37.71/36.88	c cleaning 21983 clauses out of 44093 with flag 5217645/266000
41.41/40.57	c cleaning 23001 clauses out of 46096 with flag 5770229/290000
45.51/44.61	c cleaning 23989 clauses out of 48084 with flag 6392039/315002
49.81/48.95	c cleaning 25005 clauses out of 50085 with flag 7071647/341000
54.35/53.40	c cleaning 25973 clauses out of 52069 with flag 7770882/368001
59.15/58.23	c cleaning 26981 clauses out of 54076 with flag 8502400/396000
63.96/63.09	c cleaning 28032 clauses out of 56082 with flag 9210784/425000
69.26/68.38	c cleaning 28990 clauses out of 58037 with flag 10020238/455000
75.26/74.33	c cleaning 29941 clauses out of 60032 with flag 10895707/486002
81.78/80.70	c cleaning 30925 clauses out of 62083 with flag 11795380/518000
88.38/87.31	c cleaning 32049 clauses out of 64144 with flag 12718429/551002
95.08/94.09	c cleaning 32969 clauses out of 66085 with flag 13647653/585000
102.58/101.50	c cleaning 34003 clauses out of 68111 with flag 14665334/620000
110.34/109.16	c cleaning 34995 clauses out of 70104 with flag 15694496/656002
118.23/117.01	c cleaning 35974 clauses out of 72108 with flag 16746943/693006
126.23/125.09	c cleaning 37002 clauses out of 74110 with flag 17838461/731000
134.93/133.50	c cleaning 37879 clauses out of 76106 with flag 19010739/770002
143.03/141.63	c cleaning 39066 clauses out of 78219 with flag 20170548/810001
151.83/150.49	c cleaning 40031 clauses out of 80144 with flag 21350166/851000
161.46/159.86	c cleaning 40936 clauses out of 82110 with flag 22607421/893000
171.46/169.82	c cleaning 42032 clauses out of 84162 with flag 23928049/936000
181.74/179.88	c cleaning 42956 clauses out of 86125 with flag 25254000/980000
191.94/190.05	c cleaning 43995 clauses out of 88164 with flag 26534836/1025001
202.66/200.56	c cleaning 45059 clauses out of 90164 with flag 27862113/1071000
214.09/211.78	c cleaning 46026 clauses out of 92102 with flag 29267945/1118000
225.57/223.16	c cleaning 47002 clauses out of 94067 with flag 30647428/1166002
237.38/234.95	c cleaning 47932 clauses out of 96054 with flag 32105932/1215001
249.26/246.71	c cleaning 49000 clauses out of 98120 with flag 33537644/1265003
262.44/259.80	c cleaning 50015 clauses out of 100118 with flag 35154671/1316003
275.43/272.75	c cleaning 51040 clauses out of 102096 with flag 36694053/1368001
289.54/286.74	c cleaning 51875 clauses out of 104054 with flag 38363844/1421001
303.46/300.62	c cleaning 52960 clauses out of 106173 with flag 40025519/1475000
318.19/315.21	c cleaning 54058 clauses out of 108205 with flag 41749985/1530001
333.28/330.26	c cleaning 55022 clauses out of 110145 with flag 43448173/1586000
348.65/345.60	c cleaning 55953 clauses out of 112117 with flag 45206822/1643000
364.73/361.53	c cleaning 57061 clauses out of 114150 with flag 47033004/1701000
380.99/377.70	c cleaning 57948 clauses out of 116081 with flag 48862709/1760000
397.59/394.29	c cleaning 59014 clauses out of 118124 with flag 50788485/1820000
415.05/411.70	c cleaning 59900 clauses out of 120107 with flag 52711296/1881000
433.41/429.93	c cleaning 61038 clauses out of 122205 with flag 54696295/1943002
450.75/447.16	c cleaning 61959 clauses out of 124161 with flag 56537761/2006000
469.31/465.67	c cleaning 62997 clauses out of 126195 with flag 58540048/2070000
488.43/484.66	c cleaning 64058 clauses out of 128195 with flag 60537010/2135000
509.80/505.85	c cleaning 65026 clauses out of 130134 with flag 62667676/2201000
531.46/527.48	c cleaning 65917 clauses out of 132109 with flag 64806809/2268004
553.39/549.27	c cleaning 67005 clauses out of 134186 with flag 67064132/2336001
574.30/570.03	c cleaning 68070 clauses out of 136172 with flag 69275413/2405000
597.23/592.82	c cleaning 68997 clauses out of 138093 with flag 71619446/2475000
620.13/615.62	c cleaning 69896 clauses out of 140092 with flag 73949297/2546002
643.14/638.57	c cleaning 71043 clauses out of 142191 with flag 76283122/2618000
666.84/662.09	c cleaning 71938 clauses out of 144143 with flag 78692878/2691000
691.58/686.61	c cleaning 73074 clauses out of 146204 with flag 81128656/2765003
717.48/712.48	c cleaning 73987 clauses out of 148119 with flag 83684158/2840000
745.27/740.09	c cleaning 75043 clauses out of 150130 with flag 86274623/2916003
773.88/768.47	c cleaning 75904 clauses out of 152081 with flag 88993201/2993000
802.42/796.80	c cleaning 76885 clauses out of 154174 with flag 91732794/3071000
830.34/824.61	c cleaning 78076 clauses out of 156284 with flag 94384394/3150003
860.31/854.44	c cleaning 79059 clauses out of 158207 with flag 97206020/3230005
890.02/883.96	c cleaning 79905 clauses out of 160139 with flag 100056854/3311000
922.29/916.09	c cleaning 80968 clauses out of 162238 with flag 103038648/3393005
953.13/946.63	c cleaning 82129 clauses out of 164265 with flag 105874775/3476001
985.24/978.50	c cleaning 83004 clauses out of 166132 with flag 108801077/3560000
1019.86/1012.94	c cleaning 84029 clauses out of 168130 with flag 111816682/3645003
1055.33/1048.18	c cleaning 84976 clauses out of 170098 with flag 114776323/3731002
1090.52/1083.07	c cleaning 85968 clauses out of 172120 with flag 117886885/3818002
1124.95/1117.23	c cleaning 86985 clauses out of 174150 with flag 120969146/3906001
1160.03/1152.06	c cleaning 88042 clauses out of 176162 with flag 124133347/3995000
1196.85/1188.56	c cleaning 88982 clauses out of 178120 with flag 127295620/4085001
1236.44/1227.73	c cleaning 89997 clauses out of 180133 with flag 130575606/4176000
1275.58/1266.57	c cleaning 90921 clauses out of 182136 with flag 133841716/4268001
1314.47/1305.07	c cleaning 92062 clauses out of 184210 with flag 137201472/4361000
1355.72/1345.81	c cleaning 93020 clauses out of 186144 with flag 140682163/4455002
1398.86/1388.48	c cleaning 94028 clauses out of 188122 with flag 144128861/4550001
1441.57/1430.72	c cleaning 94947 clauses out of 190090 with flag 147619623/4646000
1483.17/1471.90	c cleaning 95940 clauses out of 192137 with flag 151083304/4743000
1529.06/1517.27	c cleaning 97063 clauses out of 194196 with flag 154668677/4841000
1575.58/1563.15	c cleaning 98033 clauses out of 196132 with flag 158227481/4940000
1620.36/1607.48	c cleaning 98925 clauses out of 198097 with flag 161744318/5040002
1667.35/1653.99	c cleaning 100060 clauses out of 200169 with flag 165389076/5141003
1715.95/1701.99	c cleaning 100974 clauses out of 202103 with flag 169077524/5243000
1765.04/1750.32	c cleaning 102012 clauses out of 204128 with flag 172749497/5346001
1800.09/1784.90	c starts		: 30097
1800.09/1784.90	c conflicts		: 5428529
1800.09/1784.90	c decisions		: 73318870
1800.09/1784.90	c propagations		: 1567952776
1800.09/1784.90	c inspects		: 19303168202
1800.09/1784.90	c shortcuts		: 0
1800.09/1784.90	c learnt literals	: 926
1800.09/1784.90	c learnt binary clauses	: 2773
1800.09/1784.90	c learnt ternary clauses	: 3851
1800.09/1784.90	c learnt constraints	: 5427603
1800.09/1784.90	c ignored constraints	: 0
1800.09/1784.90	c root simplifications	: 0
1800.09/1784.90	c removed literals (reason simplification)	: 0
1800.09/1784.90	c reason swapping (by a shorter reason)	: 0
1800.09/1784.90	c Calls to reduceDB	: 99
1800.09/1784.90	c Number of update (reduction) of LBD	: 4463836
1800.09/1784.90	c Imported unit clauses	: 0
1800.09/1784.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1784.90	c number of learned constraints concerned by reduction	: 0
1800.09/1784.90	c number of learning phase by resolution	: 0
1800.09/1784.90	c number of learning phase by cutting planes	: 0
1800.09/1784.90	c speed (assignments/second)	: 878676.8429228534
1800.09/1784.90	c non guided choices	20391
1800.09/1784.90	c timeout
1800.09/1784.95	c learnt constraints type 
1800.09/1784.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2773
1800.09/1784.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181870
1800.09/1784.95	s UNKNOWN
1800.09/1784.95	c Total wall clock time (in seconds): 1784.833

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-4084906-1465280600/watcher-4084906-1465280600 -o /tmp/evaluation-result-4084906-1465280600/solver-4084906-1465280600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084906-1465280600.opb 

pid=10037
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.16 2.16 2.15 2/194 10040
/proc/meminfo: memFree=30623264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (java) R 10037 10040 3485 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 109994498 278528 34 33554432000 1073741824 1073778376 140735221325680 140737421156216 213857168679 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.16 2.15 2/194 10040
/proc/meminfo: memFree=30623264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 109994498 9787879424 6026 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.16 2.16 2.15 2/194 10040
/proc/meminfo: memFree=30623264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 5023 0 1 0 27 2 0 0 20 0 18 0 109994498 9787879424 6973 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2389619 6973 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.16 2.16 2.15 2/194 10040
/proc/meminfo: memFree=30623264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 6947 0 1 0 50 2 0 0 20 0 18 0 109994498 9787879424 12819 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2389619 12819 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.16 2.16 2.15 2/194 10040
/proc/meminfo: memFree=30623264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 9326 0 1 0 134 4 0 0 20 0 19 0 109994498 9856040960 37828 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 37828 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.16 2.15 5/213 10059
/proc/meminfo: memFree=30478240/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 9338 0 1 0 220 4 0 0 20 0 19 0 109994498 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 38859 2267 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2471 0 1 0 142 4 0 0 20 0 19 0 109994499 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938941993160 139938776191909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 38 0 0 0 20 0 19 0 109994504 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2682 0 0 0 36 0 0 0 20 0 19 0 109994504 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994505 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 38859 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.16 2.16 2.15 4/213 10059
/proc/meminfo: memFree=30471724/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 9379 0 1 0 385 6 0 0 20 0 19 0 109994498 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 42464 2281 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2480 0 1 0 301 4 0 0 20 0 19 0 109994499 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938941992248 139938776128225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 39 0 0 0 20 0 19 0 109994504 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2682 0 0 0 39 0 0 0 20 0 19 0 109994504 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994505 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 42464 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.14 2.15 2.15 3/213 10059
/proc/meminfo: memFree=30471264/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 9380 0 1 0 706 6 0 0 20 0 19 0 109994498 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 42347 2281 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2481 0 1 0 619 4 0 0 20 0 19 0 109994499 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938941993312 139938776160991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109994501 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 40 0 0 0 20 0 19 0 109994504 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2682 0 0 0 41 0 0 0 20 0 19 0 109994504 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994505 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 42347 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625040


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

[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 62739 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1736.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.14 2.15 4/213 10169
/proc/meminfo: memFree=27293568/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=1797.44 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 24506 0 1 0 179556 188 0 0 20 0 19 0 109994498 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 61241 2290 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=1767.46 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2788 0 1 0 176713 33 0 0 20 0 19 0 109994499 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938941992256 139938776161247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 1474 0 0 0 243 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1926 0 0 0 230 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1380 0 0 0 229 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 1670 0 0 0 242 22 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 1326 0 0 0 214 16 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 1632 0 0 0 229 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1810 0 0 0 229 19 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 2174 0 0 0 240 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 1289 0 0 0 412 6 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 40 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2764 0 0 0 44 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 102 0 0 0 27 35 0 0 20 0 19 0 109994505 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.9 s]
/proc/loadavg: 2.19 2.14 2.15 3/213 10169
/proc/meminfo: memFree=27293572/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 24507 0 1 0 179821 188 0 0 20 0 19 0 109994498 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 61241 2290 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=1770.04 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2789 0 1 0 176971 33 0 0 20 0 19 0 109994499 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938941992256 139938776084985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 1474 0 0 0 244 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1926 0 0 0 231 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1380 0 0 0 231 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 1670 0 0 0 242 22 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 1326 0 0 0 215 16 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 1632 0 0 0 230 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1810 0 0 0 230 19 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 2174 0 0 0 241 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 1289 0 0 0 412 6 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 40 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2764 0 0 0 44 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 102 0 0 0 27 35 0 0 20 0 19 0 109994505 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 10040 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1784.9 s]
/proc/loadavg: 2.19 2.14 2.15 3/213 10169
/proc/meminfo: memFree=27293572/32872528 swapFree=12352/737972
[pid=10040] ppid=10037 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/10040/stat : 10040 (java) S 10037 10040 3485 0 -1 4202496 24507 0 1 0 179821 188 0 0 20 0 19 0 109994498 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 140735221316816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2406260 61241 2290 9 0 2396937 0
[pid=10040/tid=10042] ppid=10037 vsize=9625040 CPUtime=1770.04 cores=0,2,4,6
/proc/10040/task/10042/stat : 10042 (java) R 10037 10040 3485 0 -1 4202560 2789 0 1 0 176971 33 0 0 20 0 19 0 109994499 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938941992256 139938776084985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10043] ppid=10037 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/10040/task/10043/stat : 10043 (java) S 10037 10040 3485 0 -1 4202560 1474 0 0 0 244 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938903485480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10044] ppid=10037 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/10040/task/10044/stat : 10044 (java) S 10037 10040 3485 0 -1 4202560 1926 0 0 0 231 20 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938902432680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10045] ppid=10037 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/10040/task/10045/stat : 10045 (java) S 10037 10040 3485 0 -1 4202560 1380 0 0 0 231 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938901379880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10046] ppid=10037 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/10040/task/10046/stat : 10046 (java) S 10037 10040 3485 0 -1 4202560 1670 0 0 0 242 22 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938900327080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10047] ppid=10037 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/10040/task/10047/stat : 10047 (java) S 10037 10040 3485 0 -1 4202560 1326 0 0 0 215 16 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938899274280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10048] ppid=10037 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/10040/task/10048/stat : 10048 (java) S 10037 10040 3485 0 -1 4202560 1632 0 0 0 230 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938898221480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10040/tid=10049] ppid=10037 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/10040/task/10049/stat : 10049 (java) S 10037 10040 3485 0 -1 4202560 1810 0 0 0 230 19 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938897168680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10050] ppid=10037 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/10040/task/10050/stat : 10050 (java) S 10037 10040 3485 0 -1 4202560 2174 0 0 0 241 17 0 0 20 0 19 0 109994501 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938896115880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10051] ppid=10037 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/10040/task/10051/stat : 10051 (java) S 10037 10040 3485 0 -1 4202560 1289 0 0 0 412 6 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938765954024 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10052] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10052/stat : 10052 (java) S 10037 10040 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938764900088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10053] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10053/stat : 10053 (java) S 10037 10040 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109994502 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938763847176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10054] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10054/stat : 10054 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938762795664 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10055] ppid=10037 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10040/task/10055/stat : 10055 (java) S 10037 10040 3485 0 -1 4202560 2908 0 0 0 40 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938761742776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10040/tid=10056] ppid=10037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10040/task/10056/stat : 10056 (java) S 10037 10040 3485 0 -1 4202560 2764 0 0 0 44 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139938760689976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10057] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10057/stat : 10057 (java) S 10037 10040 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109994504 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937886235000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10040/tid=10058] ppid=10037 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10040/task/10058/stat : 10058 (java) S 10037 10040 3485 0 -1 4202560 102 0 0 0 27 35 0 0 20 0 19 0 109994505 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937885182408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10040/tid=10059] ppid=10037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10059/stat : 10059 (java) S 10037 10040 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109994544 9856040960 61241 33554432000 1073741824 1073778376 140735221325680 139937884128936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10040 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=768305
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=360641
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.95
CPU time (s): 1800.09
CPU user time (s): 1798.21
CPU system time (s): 1.88
CPU usage (%): 100.848
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.77
system time used= 2.36064
maximum resident set size= 785996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24542
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47540
involuntary context switches= 43804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.39 second user time and 10.5354 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 08:23:20
IDJOB=4084906
IDBENCH=89888
IDSOLVER=2546
FILE ID=node112/4084906-1465280600
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-air04.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084906-1465280600/watcher-4084906-1465280600 -o /tmp/evaluation-result-4084906-1465280600/solver-4084906-1465280600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084906-1465280600.opb

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

MD5SUM BENCH= be0d50f47077f17e0f3c28ea78925374
RANDOM SEED=407257930

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30623536 kB
Buffers:          111748 kB
Cached:           144480 kB
SwapCached:         1624 kB
Active:           602572 kB
Inactive:         174884 kB
Active(anon):     522844 kB
Inactive(anon):      608 kB
Active(file):      79728 kB
Inactive(file):   174276 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              1312 kB
Writeback:             0 kB
AnonPages:       1264480 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             599336 kB
SReclaimable:      42744 kB
SUnreclaim:       556592 kB
KernelStack:        1664 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1402380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1220608 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= 71712 MiB
End job on node112 at 2016-06-07 08:53:05