Trace number 4084351

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.64 1795.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084351-1465219021.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.48/0.59	c ... done. Wall clock time 0.481s.
0.48/0.59	c declared #vars     1020
0.48/0.59	c #constraints  43180
0.48/0.59	c constraints type 
0.48/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
0.48/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.48/0.59	c 43180 constraints processed.
2.19/1.25	c cleaning 2499 clauses out of 5001 with flag 20592/5001
2.89/1.88	c cleaning 4245 clauses out of 8501 with flag 57971/11000
3.60/2.59	c cleaning 5620 clauses out of 11257 with flag 88030/18001
4.50/3.46	c cleaning 6818 clauses out of 13637 with flag 128192/26001
5.51/4.46	c cleaning 7898 clauses out of 15818 with flag 176131/35000
6.71/5.66	c cleaning 8957 clauses out of 17921 with flag 245328/45001
8.08/6.93	c cleaning 9976 clauses out of 19963 with flag 304273/56000
9.47/8.32	c cleaning 10987 clauses out of 21988 with flag 385382/68001
11.28/10.14	c cleaning 11986 clauses out of 24000 with flag 515158/81000
13.37/12.27	c cleaning 12992 clauses out of 26014 with flag 713586/95000
15.78/14.64	c cleaning 14008 clauses out of 28023 with flag 916422/110001
17.77/16.62	c cleaning 14996 clauses out of 30015 with flag 1019118/126001
20.37/19.26	c cleaning 15999 clauses out of 32020 with flag 1193041/143002
23.57/22.40	c cleaning 16999 clauses out of 34019 with flag 1440600/161000
26.78/25.65	c cleaning 18005 clauses out of 36024 with flag 1707522/180004
29.57/28.41	c cleaning 18992 clauses out of 38016 with flag 1839947/200001
32.37/31.23	c cleaning 20005 clauses out of 40023 with flag 1954967/221000
35.37/34.28	c cleaning 21005 clauses out of 42018 with flag 2065571/243000
38.78/37.62	c cleaning 22001 clauses out of 44013 with flag 2182996/266000
42.47/41.39	c cleaning 22991 clauses out of 46012 with flag 2364456/290000
46.21/45.09	c cleaning 24006 clauses out of 48021 with flag 2551055/315000
50.01/48.80	c cleaning 25003 clauses out of 50016 with flag 2677058/341001
53.91/52.76	c cleaning 25997 clauses out of 52012 with flag 2824876/368000
58.01/56.84	c cleaning 27004 clauses out of 54017 with flag 2967174/396002
62.41/61.22	c cleaning 27991 clauses out of 56011 with flag 3121123/425000
67.01/65.86	c cleaning 29004 clauses out of 58023 with flag 3307638/455003
72.10/70.94	c cleaning 29997 clauses out of 60018 with flag 3542666/486002
77.31/76.19	c cleaning 31003 clauses out of 62019 with flag 3768356/518000
83.40/82.28	c cleaning 31997 clauses out of 64016 with flag 4070548/551000
91.25/90.09	c cleaning 32993 clauses out of 66019 with flag 4550306/585000
97.65/96.46	c cleaning 34009 clauses out of 68026 with flag 4856735/620000
103.55/102.39	c cleaning 35006 clauses out of 70017 with flag 5043708/656000
110.15/108.98	c cleaning 35999 clauses out of 72012 with flag 5335507/693001
116.86/115.63	c cleaning 36998 clauses out of 74012 with flag 5546299/731000
123.86/122.62	c cleaning 38003 clauses out of 76017 with flag 5784009/770003
131.23/129.97	c cleaning 39005 clauses out of 78012 with flag 6027927/810001
138.73/137.41	c cleaning 39989 clauses out of 80006 with flag 6273211/851000
149.43/148.11	c cleaning 41004 clauses out of 82019 with flag 6798121/893002
157.43/156.12	c cleaning 41992 clauses out of 84013 with flag 7063168/936000
165.63/164.35	c cleaning 42999 clauses out of 86021 with flag 7338849/980000
174.43/173.13	c cleaning 44004 clauses out of 88023 with flag 7628872/1025001
183.94/182.51	c cleaning 44997 clauses out of 90020 with flag 7969542/1071002
196.95/195.54	c cleaning 46003 clauses out of 92022 with flag 8604665/1118001
206.45/205.09	c cleaning 47000 clauses out of 94018 with flag 8858611/1166000
216.45/215.06	c cleaning 48008 clauses out of 96019 with flag 9142489/1215001
226.85/225.42	c cleaning 48996 clauses out of 98011 with flag 9410008/1265001
238.09/236.58	c cleaning 49995 clauses out of 100015 with flag 9796310/1316001
249.09/247.58	c cleaning 51003 clauses out of 102020 with flag 10112818/1368001
261.90/260.32	c cleaning 52001 clauses out of 104016 with flag 10608798/1421000
274.40/272.85	c cleaning 52998 clauses out of 106016 with flag 11049168/1475001
293.35/291.63	c cleaning 53976 clauses out of 108017 with flag 11792442/1530000
309.66/307.92	c cleaning 55011 clauses out of 110041 with flag 12486767/1586000
322.36/320.66	c cleaning 56007 clauses out of 112030 with flag 12813322/1643000
335.56/333.85	c cleaning 57004 clauses out of 114025 with flag 13197963/1701002
357.22/355.34	c cleaning 57995 clauses out of 116019 with flag 14078978/1760000
373.42/371.54	c cleaning 58997 clauses out of 118024 with flag 14790085/1820000
391.69/389.62	c cleaning 59995 clauses out of 120028 with flag 15407515/1881001
414.18/412.15	c cleaning 60984 clauses out of 122035 with flag 16425662/1943003
438.68/436.62	c cleaning 62008 clauses out of 124049 with flag 17546282/2006001
457.05/454.83	c cleaning 63017 clauses out of 126040 with flag 18398431/2070000
473.15/470.98	c cleaning 64005 clauses out of 128023 with flag 18767042/2135000
491.14/488.74	c cleaning 64991 clauses out of 130019 with flag 19269058/2201001
507.73/505.34	c cleaning 66009 clauses out of 132028 with flag 19695927/2268001
524.95/522.58	c cleaning 67000 clauses out of 134018 with flag 20078606/2336000
543.54/541.02	c cleaning 68003 clauses out of 136018 with flag 20619901/2405000
561.44/558.96	c cleaning 69006 clauses out of 138017 with flag 21078193/2475002
580.02/577.48	c cleaning 70000 clauses out of 140013 with flag 21504275/2546004
603.93/601.35	c cleaning 70985 clauses out of 142011 with flag 22229761/2618002
624.53/621.82	c cleaning 72006 clauses out of 144027 with flag 22833033/2691003
644.33/641.64	c cleaning 73004 clauses out of 146018 with flag 23284679/2765000
664.52/661.86	c cleaning 74003 clauses out of 148016 with flag 23740777/2840002
684.90/682.17	c cleaning 75002 clauses out of 150011 with flag 24238144/2916000
705.70/702.96	c cleaning 75995 clauses out of 152010 with flag 24748151/2993001
726.32/723.59	c cleaning 76994 clauses out of 154014 with flag 25205988/3071000
747.73/744.96	c cleaning 78008 clauses out of 156020 with flag 25714113/3150000
769.77/767.00	c cleaning 78999 clauses out of 158014 with flag 26286805/3230002
791.98/789.17	c cleaning 79996 clauses out of 160014 with flag 26811438/3311001
815.22/812.39	c cleaning 81007 clauses out of 162018 with flag 27337848/3393001
839.02/836.20	c cleaning 82002 clauses out of 164013 with flag 27900366/3476003
863.64/860.70	c cleaning 82984 clauses out of 166009 with flag 28506460/3560001
888.05/885.14	c cleaning 84002 clauses out of 168024 with flag 29036932/3645000
913.67/910.74	c cleaning 85001 clauses out of 170023 with flag 29704187/3731001
939.15/936.13	c cleaning 86004 clauses out of 172021 with flag 30255906/3818000
965.45/962.42	c cleaning 87005 clauses out of 174017 with flag 30877351/3906000
992.98/989.99	c cleaning 87999 clauses out of 176015 with flag 31468432/3995003
1020.97/1017.81	c cleaning 88994 clauses out of 178013 with flag 32059637/4085000
1049.08/1045.94	c cleaning 89996 clauses out of 180019 with flag 32665080/4176000
1077.75/1074.59	c cleaning 91000 clauses out of 182023 with flag 33290938/4268000
1107.06/1103.77	c cleaning 91998 clauses out of 184023 with flag 33959577/4361000
1137.37/1134.01	c cleaning 92999 clauses out of 186026 with flag 34627569/4455001
1168.01/1164.69	c cleaning 93992 clauses out of 188027 with flag 35268700/4550001
1202.80/1199.35	c cleaning 95004 clauses out of 190034 with flag 36305458/4646000
1236.70/1233.19	c cleaning 96012 clauses out of 192030 with flag 37127583/4743000
1270.79/1267.23	c cleaning 96997 clauses out of 194018 with flag 37933422/4841000
1309.56/1305.91	c cleaning 97998 clauses out of 196021 with flag 38839921/4940000
1344.64/1340.94	c cleaning 98998 clauses out of 198024 with flag 39625109/5040001
1379.39/1375.59	c cleaning 99993 clauses out of 200026 with flag 40296525/5141001
1414.16/1410.23	c cleaning 100992 clauses out of 202032 with flag 41001101/5243000
1449.61/1445.67	c cleaning 102017 clauses out of 204041 with flag 41723708/5346001
1486.59/1482.54	c cleaning 103004 clauses out of 206023 with flag 42524611/5450000
1522.09/1518.04	c cleaning 103999 clauses out of 208020 with flag 43253210/5555001
1558.70/1554.67	c cleaning 104997 clauses out of 210021 with flag 44018585/5661001
1596.02/1591.99	c cleaning 106003 clauses out of 212023 with flag 44939892/5768000
1634.95/1630.89	c cleaning 106993 clauses out of 214021 with flag 45739795/5876001
1673.46/1669.35	c cleaning 108009 clauses out of 216027 with flag 46453100/5985000
1711.90/1707.74	c cleaning 109001 clauses out of 218019 with flag 47197144/6095001
1752.12/1747.80	c cleaning 110007 clauses out of 220019 with flag 47994282/6206002
1793.49/1789.15	c cleaning 111001 clauses out of 222011 with flag 48750755/6318001
1800.09/1795.70	c starts		: 17471
1800.09/1795.70	c conflicts		: 6342574
1800.09/1795.70	c decisions		: 10709995
1800.09/1795.70	c propagations		: 595512777
1800.09/1795.70	c inspects		: 32087251533
1800.09/1795.70	c shortcuts		: 0
1800.09/1795.70	c learnt literals	: 0
1800.09/1795.70	c learnt binary clauses	: 0
1800.09/1795.70	c learnt ternary clauses	: 0
1800.09/1795.70	c learnt constraints	: 6342574
1800.09/1795.70	c ignored constraints	: 0
1800.09/1795.70	c root simplifications	: 0
1800.09/1795.70	c removed literals (reason simplification)	: 0
1800.09/1795.70	c reason swapping (by a shorter reason)	: 0
1800.09/1795.70	c Calls to reduceDB	: 108
1800.09/1795.70	c Number of update (reduction) of LBD	: 2709933
1800.09/1795.70	c Imported unit clauses	: 0
1800.09/1795.70	c timeout
1800.09/1795.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.70	c number of learned constraints concerned by reduction	: 0
1800.09/1795.70	c number of learning phase by resolution	: 0
1800.09/1795.70	c number of learning phase by cutting planes	: 0
1800.09/1795.70	c speed (assignments/second)	: 331741.29357945354
1800.09/1795.70	c non guided choices	194
1800.09/1795.73	c learnt constraints type 
1800.09/1795.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135583
1800.09/1795.73	s UNKNOWN
1800.09/1795.73	c Total wall clock time (in seconds): 1795.623

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-4084351-1465219021/watcher-4084351-1465219021 -o /tmp/evaluation-result-4084351-1465219021/solver-4084351-1465219021 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084351-1465219021.opb 

pid=10040
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 1.95 2.02 3/194 10043
/proc/meminfo: memFree=30590812/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 103835365 98570240 976 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 24065 976 743 9 0 16771 0
[pid=10043/tid=10044] ppid=10040 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103835365 98570240 976 33554432000 1073741824 1073778376 140733214449696 140292594679336 214369650048 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.06 1.95 2.02 3/194 10043
/proc/meminfo: memFree=30590812/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 4398 0 1 0 9 1 0 0 20 0 18 0 103835365 9787879424 6027 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2389619 6027 2125 9 0 2380296 0
[pid=10043/tid=10044] ppid=10040 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 103835365 9787879424 6027 33554432000 1073741824 1073778376 140733214449696 140292594682784 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.06 1.95 2.02 3/194 10043
/proc/meminfo: memFree=30590812/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 4884 0 1 0 25 1 0 0 20 0 18 0 103835365 9787879424 6935 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2389619 6935 2212 9 0 2380296 0
[pid=10043/tid=10044] ppid=10040 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 103835365 9787879424 6935 33554432000 1073741824 1073778376 140733214449696 140292594682784 140292439250382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300337 s]
/proc/loadavg: 2.06 1.95 2.02 3/194 10043
/proc/meminfo: memFree=30590812/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 5604 0 1 0 47 1 0 0 20 0 18 0 103835365 9787879424 8423 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2389619 8423 2231 9 0 2380296 0
[pid=10043/tid=10044] ppid=10040 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 103835365 9787879424 8423 33554432000 1073741824 1073778376 140733214449696 140292594684104 140292439209594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.7003 s]
/proc/loadavg: 2.06 1.95 2.02 3/194 10043
/proc/meminfo: memFree=30590812/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 11998 0 1 0 147 4 0 0 20 0 19 0 103835365 9856040960 35360 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 35360 2265 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2458 0 1 0 65 3 0 0 20 0 19 0 103835365 9856040960 35360 33554432000 1073741824 1073778376 140733214449696 140292594684216 140292439270417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50096 s]
/proc/loadavg: 2.06 1.95 2.02 3/191 10098
/proc/meminfo: memFree=30495440/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 12116 0 1 0 251 5 0 0 20 0 19 0 103835365 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 36410 2272 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2460 0 1 0 145 3 0 0 20 0 19 0 103835365 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292594684392 140292440013558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103835367 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 55 2 0 0 20 0 19 0 103835370 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3195 0 0 0 48 0 0 0 20 0 19 0 103835370 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 36410 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.06 1.95 2.02 5/212 10126
/proc/meminfo: memFree=30444524/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 12122 0 1 0 415 5 0 0 20 0 19 0 103835365 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 37947 2272 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2465 0 1 0 305 3 0 0 20 0 19 0 103835365 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292594682416 140292440029392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 103835367 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3195 0 0 0 49 0 0 0 20 0 19 0 103835370 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 37947 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.05 1.95 2.02 4/212 10126
/proc/meminfo: memFree=29865016/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=7.42 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 12130 0 1 0 737 5 0 0 20 0 19 0 103835365 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 40999 2272 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2473 0 1 0 624 3 0 0 20 0 19 0 103835365 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292594684184 140292440128144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103835366 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 103835367 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 40999 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.51 cores=1,3,5,7

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

[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3200 0 0 0 54 0 0 0 20 0 19 0 103835370 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 99 0 0 0 40 31 0 0 20 0 19 0 103835370 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 116349 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.53
Current children cumulated vsize (KiB) 9625040

[startup+1782.31 s]
/proc/loadavg: 2.18 2.18 2.15 3/213 10236
/proc/meminfo: memFree=29406448/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=1786.69 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 15069 0 1 0 178579 90 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 116366 2294 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=1780.67 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2520 0 1 0 178032 35 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292594683200 140292440111991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 399 0 0 0 36 5 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 230 0 0 0 49 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 368 0 0 0 47 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 461 0 0 0 46 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 380 0 0 0 50 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 268 0 0 0 38 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 260 0 0 0 47 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 220 0 0 0 44 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 213 0 0 0 24 2 0 0 20 0 19 0 103835367 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3200 0 0 0 54 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 103 0 0 0 42 32 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.29 2.21 2.16 4/213 10236
/proc/meminfo: memFree=29406324/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 15069 0 1 0 179919 90 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 116366 2294 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=1794.07 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2520 0 1 0 179372 35 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292594675488 140292440112133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 399 0 0 0 36 5 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 230 0 0 0 49 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 368 0 0 0 47 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 461 0 0 0 46 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 380 0 0 0 50 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 268 0 0 0 38 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 260 0 0 0 47 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 220 0 0 0 44 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 213 0 0 0 24 2 0 0 20 0 19 0 103835367 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3200 0 0 0 54 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 103 0 0 0 42 33 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 10043 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.7 s]
/proc/loadavg: 2.29 2.21 2.16 4/213 10236
/proc/meminfo: memFree=29406324/32872528 swapFree=15784/1434320
[pid=10043] ppid=10040 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10043/stat : 10043 (java) S 10040 10043 7184 0 -1 4202496 15069 0 1 0 179919 90 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140733214440832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10043/statm: 2406260 116366 2294 9 0 2396937 0
[pid=10043/tid=10044] ppid=10040 vsize=9625040 CPUtime=1794.07 cores=1,3,5,7
/proc/10043/task/10044/stat : 10044 (java) R 10040 10043 7184 0 -1 4202560 2520 0 1 0 179372 35 0 0 20 0 19 0 103835365 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292594675488 140292440112133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10046] ppid=10040 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/10043/task/10046/stat : 10046 (java) S 10040 10043 7184 0 -1 4202560 399 0 0 0 36 5 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292567136936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10047] ppid=10040 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10043/task/10047/stat : 10047 (java) S 10040 10043 7184 0 -1 4202560 230 0 0 0 49 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292566084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10048] ppid=10040 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10043/task/10048/stat : 10048 (java) S 10040 10043 7184 0 -1 4202560 368 0 0 0 47 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292565031848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10049] ppid=10040 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10043/task/10049/stat : 10049 (java) S 10040 10043 7184 0 -1 4202560 461 0 0 0 46 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292563979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10050] ppid=10040 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10043/task/10050/stat : 10050 (java) S 10040 10043 7184 0 -1 4202560 380 0 0 0 50 8 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292562925736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10051] ppid=10040 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/10043/task/10051/stat : 10051 (java) S 10040 10043 7184 0 -1 4202560 268 0 0 0 38 6 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292561873192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10052] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10052/stat : 10052 (java) S 10040 10043 7184 0 -1 4202560 260 0 0 0 47 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292560820648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10053] ppid=10040 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10043/task/10053/stat : 10053 (java) S 10040 10043 7184 0 -1 4202560 220 0 0 0 44 7 0 0 20 0 19 0 103835366 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140292559768104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10054] ppid=10040 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10043/task/10054/stat : 10054 (java) S 10040 10043 7184 0 -1 4202560 213 0 0 0 24 2 0 0 20 0 19 0 103835367 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291948391016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10055] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10055/stat : 10055 (java) S 10040 10043 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291947337336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10056] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10056/stat : 10056 (java) S 10040 10043 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103835368 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291946284680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10057] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10057/stat : 10057 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291945233424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10058] ppid=10040 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10043/task/10058/stat : 10058 (java) S 10040 10043 7184 0 -1 4202560 5190 0 0 0 58 2 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291944179768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10043/tid=10059] ppid=10040 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10043/task/10059/stat : 10059 (java) S 10040 10043 7184 0 -1 4202560 3200 0 0 0 54 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291943127224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10043/tid=10060] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10060/stat : 10060 (java) S 10040 10043 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291942074872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10043/tid=10061] ppid=10040 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10043/task/10061/stat : 10061 (java) S 10040 10043 7184 0 -1 4202560 103 0 0 0 42 33 0 0 20 0 19 0 103835370 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291941022536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10043/tid=10062] ppid=10040 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10043/task/10062/stat : 10062 (java) S 10040 10043 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103835425 9856040960 116366 33554432000 1073741824 1073778376 140733214449696 140291939968296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.74
CPU time (s): 1800.64
CPU user time (s): 1799.23
CPU system time (s): 1.41279
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.41278
maximum resident set size= 623032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15101
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39129
involuntary context switches= 16295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2203 second user time and 13.5159 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 15:17:01
IDJOB=4084351
IDBENCH=1369
IDSOLVER=2546
FILE ID=node130/4084351-1465219021
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084351-1465219021/watcher-4084351-1465219021 -o /tmp/evaluation-result-4084351-1465219021/solver-4084351-1465219021 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084351-1465219021.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1168955711

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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:        30591340 kB
Buffers:            9424 kB
Cached:            79148 kB
SwapCached:         1764 kB
Active:           112416 kB
Inactive:          31016 kB
Active(anon):      55884 kB
Inactive(anon):     1196 kB
Active(file):      56532 kB
Inactive(file):    29820 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              3068 kB
Writeback:             0 kB
AnonPages:       1502008 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             568288 kB
SReclaimable:      10264 kB
SUnreclaim:       558024 kB
KernelStack:        1760 kB
PageTables:         6844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2123352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 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= 71740 MiB
End job on node130 at 2016-06-06 15:46:57