Trace number 4096369

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.77 1798.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_30.opb
MD5SUM7f6d4d4bd086985d66705a76ba2e346a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark163.418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096369-1466114660.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.52/0.34	c ... done. Wall clock time 0.236s.
0.52/0.34	c declared #vars     1332
0.52/0.34	c #constraints  6345
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3780
0.52/0.34	c org.sat4j.specs.Constr$1 => 4
0.52/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2555
0.52/0.34	c 6345 constraints processed.
1.54/1.05	c cleaning 2497 clauses out of 5001 with flag 29160/5001
2.43/1.75	c cleaning 4244 clauses out of 8503 with flag 63101/11000
3.13/2.50	c cleaning 5628 clauses out of 11259 with flag 94223/18000
4.23/3.53	c cleaning 6809 clauses out of 13633 with flag 136028/26002
5.35/4.68	c cleaning 7908 clauses out of 15822 with flag 171274/35000
6.75/6.02	c cleaning 8953 clauses out of 17916 with flag 216172/45002
8.25/7.54	c cleaning 9980 clauses out of 19963 with flag 268288/56002
10.05/9.31	c cleaning 10990 clauses out of 21982 with flag 328747/68001
11.86/11.18	c cleaning 11986 clauses out of 23991 with flag 393189/81000
13.96/13.30	c cleaning 12994 clauses out of 26005 with flag 468529/95000
16.45/15.74	c cleaning 13998 clauses out of 28011 with flag 556040/110000
19.05/18.38	c cleaning 15001 clauses out of 30013 with flag 646464/126000
22.05/21.33	c cleaning 16003 clauses out of 32014 with flag 718757/143002
25.15/24.48	c cleaning 16998 clauses out of 34010 with flag 803642/161001
28.45/27.71	c cleaning 18002 clauses out of 36011 with flag 905428/180000
32.05/31.35	c cleaning 19000 clauses out of 38010 with flag 1023149/200001
35.84/35.12	c cleaning 20004 clauses out of 40010 with flag 1141807/221001
40.04/39.40	c cleaning 21002 clauses out of 42006 with flag 1256129/243001
44.64/44.00	c cleaning 22000 clauses out of 44003 with flag 1391684/266000
49.65/48.95	c cleaning 23001 clauses out of 46005 with flag 1528091/290002
54.95/54.24	c cleaning 23999 clauses out of 48002 with flag 1669474/315000
60.95/60.25	c cleaning 24997 clauses out of 50005 with flag 1825738/341002
66.75/66.10	c cleaning 25997 clauses out of 52007 with flag 1951927/368001
73.04/72.34	c cleaning 26997 clauses out of 54010 with flag 2100051/396001
80.14/79.44	c cleaning 28001 clauses out of 56013 with flag 2253046/425001
88.85/88.11	c cleaning 28999 clauses out of 58011 with flag 2425277/455000
97.25/96.51	c cleaning 30001 clauses out of 60013 with flag 2576205/486001
105.15/104.40	c cleaning 31001 clauses out of 62015 with flag 2727180/518004
112.99/112.28	c cleaning 31994 clauses out of 64010 with flag 2901510/551000
120.88/120.17	c cleaning 32998 clauses out of 66016 with flag 3087970/585000
129.58/128.81	c cleaning 34006 clauses out of 68019 with flag 3286574/620001
138.48/137.77	c cleaning 34998 clauses out of 70012 with flag 3487266/656000
148.08/147.38	c cleaning 35997 clauses out of 72014 with flag 3713119/693000
158.79/158.02	c cleaning 36996 clauses out of 74017 with flag 3935353/731000
169.79/169.01	c cleaning 38005 clauses out of 76023 with flag 4139736/770002
180.49/179.76	c cleaning 39000 clauses out of 78018 with flag 4355044/810002
192.19/191.43	c cleaning 39998 clauses out of 80016 with flag 4583727/851000
204.30/203.57	c cleaning 41006 clauses out of 82020 with flag 4814843/893002
217.20/216.48	c cleaning 42000 clauses out of 84012 with flag 5078257/936000
231.40/230.69	c cleaning 43001 clauses out of 86012 with flag 5347487/980000
245.90/245.19	c cleaning 43997 clauses out of 88011 with flag 5615121/1025000
261.41/260.65	c cleaning 44998 clauses out of 90014 with flag 5910873/1071000
277.61/276.83	c cleaning 46003 clauses out of 92016 with flag 6206226/1118000
294.78/293.92	c cleaning 46997 clauses out of 94014 with flag 6503461/1166001
309.88/309.10	c cleaning 47997 clauses out of 96016 with flag 6798976/1215000
326.49/325.62	c cleaning 49002 clauses out of 98019 with flag 7067495/1265000
343.28/342.49	c cleaning 49999 clauses out of 100017 with flag 7340088/1316000
361.48/360.61	c cleaning 50995 clauses out of 102020 with flag 7642342/1368002
381.09/380.29	c cleaning 52001 clauses out of 104024 with flag 7965855/1421001
402.79/401.94	c cleaning 53003 clauses out of 106023 with flag 8335931/1475001
422.61/421.75	c cleaning 54004 clauses out of 108019 with flag 8652671/1530000
444.31/443.49	c cleaning 54996 clauses out of 110015 with flag 8982231/1586000
467.10/466.29	c cleaning 55999 clauses out of 112019 with flag 9314008/1643000
491.00/490.16	c cleaning 57004 clauses out of 114020 with flag 9662497/1701000
515.11/514.26	c cleaning 58000 clauses out of 116016 with flag 10010347/1760000
540.17/539.29	c cleaning 59004 clauses out of 118016 with flag 10383314/1820000
565.19/564.21	c cleaning 59995 clauses out of 120013 with flag 10751248/1881001
591.29/590.31	c cleaning 60997 clauses out of 122017 with flag 11130643/1943000
618.69/617.74	c cleaning 62004 clauses out of 124021 with flag 11490745/2006001
648.19/647.26	c cleaning 63001 clauses out of 126017 with flag 11879282/2070001
677.72/676.72	c cleaning 63995 clauses out of 128018 with flag 12299554/2135003
708.93/707.97	c cleaning 65000 clauses out of 130020 with flag 12727257/2201000
742.03/741.05	c cleaning 66006 clauses out of 132022 with flag 13159071/2268002
774.64/773.66	c cleaning 67006 clauses out of 134017 with flag 13586146/2336003
808.24/807.24	c cleaning 67997 clauses out of 136010 with flag 14031826/2405002
845.25/844.10	c cleaning 69000 clauses out of 138013 with flag 14491690/2475002
882.46/881.32	c cleaning 69998 clauses out of 140014 with flag 14965951/2546003
922.16/921.07	c cleaning 70998 clauses out of 142013 with flag 15485652/2618000
960.48/959.38	c cleaning 72004 clauses out of 144018 with flag 15968410/2691003
1002.18/1001.08	c cleaning 72994 clauses out of 146011 with flag 16466645/2765000
1044.28/1043.11	c cleaning 73997 clauses out of 148017 with flag 16985977/2840000
1086.48/1085.34	c cleaning 75000 clauses out of 150020 with flag 17474504/2916000
1129.78/1128.60	c cleaning 76001 clauses out of 152020 with flag 18013556/2993000
1174.99/1173.87	c cleaning 76996 clauses out of 154019 with flag 18543657/3071000
1221.00/1219.73	c cleaning 78003 clauses out of 156024 with flag 19076838/3150001
1271.91/1270.63	c cleaning 79004 clauses out of 158020 with flag 19642422/3230000
1321.81/1320.55	c cleaning 80000 clauses out of 160017 with flag 20226736/3311001
1374.82/1373.53	c cleaning 81001 clauses out of 162017 with flag 20792857/3393001
1427.22/1425.98	c cleaning 81999 clauses out of 164016 with flag 21359826/3476001
1482.92/1481.68	c cleaning 83000 clauses out of 166016 with flag 21971888/3560000
1540.63/1539.33	c cleaning 84001 clauses out of 168016 with flag 22595173/3645000
1594.69/1593.29	c cleaning 84996 clauses out of 170016 with flag 23152732/3731001
1653.70/1652.26	c cleaning 86003 clauses out of 172020 with flag 23778399/3818001
1713.90/1712.46	c cleaning 87001 clauses out of 174016 with flag 24389465/3906000
1779.11/1777.70	c cleaning 88004 clauses out of 176015 with flag 25030364/3995000
1800.01/1798.51	c starts		: 402
1800.01/1798.51	c conflicts		: 4033921
1800.01/1798.51	c decisions		: 4683904
1800.01/1798.51	c propagations		: 403366909
1800.01/1798.51	c inspects		: 29459939086
1800.01/1798.51	c shortcuts		: 0
1800.01/1798.51	c learnt literals	: 0
1800.01/1798.51	c learnt binary clauses	: 0
1800.01/1798.51	c learnt ternary clauses	: 12
1800.01/1798.51	c learnt constraints	: 4033921
1800.01/1798.51	c ignored constraints	: 0
1800.01/1798.51	c root simplifications	: 0
1800.01/1798.51	c removed literals (reason simplification)	: 0
1800.01/1798.51	c reason swapping (by a shorter reason)	: 0
1800.01/1798.51	c Calls to reduceDB	: 85
1800.01/1798.51	c Number of update (reduction) of LBD	: 682566
1800.01/1798.51	c timeout
1800.01/1798.51	c Imported unit clauses	: 0
1800.01/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.51	c number of learned constraints concerned by reduction	: 0
1800.01/1798.51	c number of learning phase by resolution	: 0
1800.01/1798.51	c number of learning phase by cutting planes	: 0
1800.01/1798.51	c speed (assignments/second)	: 224321.1692796053
1800.01/1798.51	c non guided choices	141
1800.01/1798.53	c learnt constraints type 
1800.01/1798.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126932
1800.01/1798.53	s UNKNOWN
1800.01/1798.53	c Total wall clock time (in seconds): 1798.432

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-4096369-1466114660/watcher-4096369-1466114660 -o /tmp/evaluation-result-4096369-1466114660/solver-4096369-1466114660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096369-1466114660.opb 

pid=27379
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.15 2.03 2.01 3/194 27382
/proc/meminfo: memFree=31833368/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13515952 98570240 977 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 24065 977 743 9 0 16771 0
[pid=27382/tid=27383] ppid=27379 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13515953 98570240 977 33554432000 1073741824 1073778376 140736750945584 139658016480808 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 27382
/proc/meminfo: memFree=31833368/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 4464 0 1 0 10 1 0 0 20 0 18 0 13515952 9787879424 6100 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2389619 6100 2155 9 0 2380296 0
[pid=27382/tid=27383] ppid=27379 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 13515953 9787879424 6100 33554432000 1073741824 1073778376 140736750945584 139658016485496 224925902093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200366 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 27382
/proc/meminfo: memFree=31833368/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 4953 0 1 0 28 1 0 0 20 0 18 0 13515952 9787879424 6972 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2389619 6972 2216 9 0 2380296 0
[pid=27382/tid=27383] ppid=27379 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 13515953 9787879424 6972 33554432000 1073741824 1073778376 140736750945584 139658016485592 224925891640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300344 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 27382
/proc/meminfo: memFree=31833368/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 6099 0 1 0 51 1 0 0 20 0 18 0 13515952 9787879424 9009 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2389619 9009 2233 9 0 2380296 0
[pid=27382/tid=27383] ppid=27379 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 18 0 13515953 9787879424 9009 33554432000 1073741824 1073778376 140736750945584 139658016485592 139657857959392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 27382
/proc/meminfo: memFree=31833368/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 8924 0 1 0 122 1 0 0 20 0 19 0 13515952 9856040960 12449 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 12449 2258 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2417 0 1 0 67 0 0 0 20 0 19 0 13515953 9856040960 12449 33554432000 1073741824 1073778376 140736750945584 139658016486016 139657858372423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 27401
/proc/meminfo: memFree=31787764/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 11843 0 1 0 219 2 0 0 20 0 19 0 13515952 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 12971 2267 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2419 0 1 0 147 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139658016485240 139657858342457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13515954 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3087 0 0 0 31 0 0 0 20 0 19 0 13515957 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 38 1 0 0 20 0 19 0 13515957 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 12971 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 27401
/proc/meminfo: memFree=31784848/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 11845 0 1 0 381 2 0 0 20 0 19 0 13515952 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 13995 2267 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2421 0 1 0 307 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139658016485592 139657858304015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13515954 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3087 0 0 0 32 0 0 0 20 0 19 0 13515957 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 39 1 0 0 20 0 19 0 13515957 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 13995 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.13 2.03 2.01 3/213 27401
/proc/meminfo: memFree=31776704/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 11850 0 1 0 703 2 0 0 20 0 19 0 13515952 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 15516 2268 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2425 0 1 0 627 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139658016476832 139657858342480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13515953 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13515954 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3087 0 0 0 34 0 0 0 20 0 19 0 13515957 9856040960 15516 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6

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

/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3106 0 0 0 36 0 0 0 20 0 19 0 13515957 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 39 1 0 0 20 0 19 0 13515957 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 100 0 0 0 33 35 0 0 20 0 19 0 13515957 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 75515 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.8
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 28154
/proc/meminfo: memFree=31403532/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=1783.81 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 13056 0 1 0 178338 43 0 0 20 0 19 0 13515952 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 75932 2282 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=1782.17 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2482 0 1 0 178187 30 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139658016476832 139657858303808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 194 0 0 0 10 3 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 147 0 0 0 5 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 19 0 13515954 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3106 0 0 0 36 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 39 1 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 28155
/proc/meminfo: memFree=31403780/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 13056 0 1 0 179958 43 0 0 20 0 19 0 13515952 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 75932 2282 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=1798.38 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2482 0 1 0 179808 30 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139658016476832 139657858342712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 194 0 0 0 10 3 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 147 0 0 0 5 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 19 0 13515954 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3106 0 0 0 36 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 39 1 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 27382 sig 9
??? kill -27382 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 28155
/proc/meminfo: memFree=31403780/32872528 swapFree=162364/176672
[pid=27382] ppid=27379 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/27382/stat : 27382 (java) S 27379 27382 23926 0 -1 4202496 13056 0 1 0 179958 43 0 0 20 0 19 0 13515952 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 140736750936720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27382/statm: 2406260 75932 2282 9 0 2396937 0
[pid=27382/tid=27383] ppid=27379 vsize=9625040 CPUtime=1798.38 cores=0,2,4,6
/proc/27382/task/27383/stat : 27383 (java) R 27379 27382 23926 0 -1 4202560 2482 0 1 0 179808 30 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139658016476832 139657858342712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27385] ppid=27379 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27382/task/27385/stat : 27385 (java) S 27379 27382 23926 0 -1 4202560 194 0 0 0 10 3 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657977977128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27386] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27386/stat : 27386 (java) S 27379 27382 23926 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657976924328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27387] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27387/stat : 27387 (java) S 27379 27382 23926 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657857722920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27388] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27388/stat : 27388 (java) S 27379 27382 23926 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657856670120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27389] ppid=27379 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27382/task/27389/stat : 27389 (java) S 27379 27382 23926 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657855617832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27390] ppid=27379 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27382/task/27390/stat : 27390 (java) S 27379 27382 23926 0 -1 4202560 147 0 0 0 5 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657854565032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27391] ppid=27379 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27382/task/27391/stat : 27391 (java) S 27379 27382 23926 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657853512744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27392] ppid=27379 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27382/task/27392/stat : 27392 (java) S 27379 27382 23926 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 19 0 13515953 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657852459944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27393] ppid=27379 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27382/task/27393/stat : 27393 (java) S 27379 27382 23926 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 19 0 13515954 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657370130664 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27394] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27394/stat : 27394 (java) S 27379 27382 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657369076728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27395] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27395/stat : 27395 (java) S 27379 27382 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13515955 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657368024328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27382/tid=27396] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27396/stat : 27396 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657366972816 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27397] ppid=27379 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27382/task/27397/stat : 27397 (java) S 27379 27382 23926 0 -1 4202560 3106 0 0 0 36 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657365920440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27382/tid=27398] ppid=27379 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27382/task/27398/stat : 27398 (java) S 27379 27382 23926 0 -1 4202560 5060 0 0 0 39 1 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657364867640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27399] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27399/stat : 27399 (java) S 27379 27382 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657363815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27382/tid=27400] ppid=27379 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (java) S 27379 27382 23926 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 13515957 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657362762952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27382/tid=27401] ppid=27379 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27401/stat : 27401 (java) S 27379 27382 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13515987 9856040960 75932 33554432000 1073741824 1073778376 140736750945584 139657361707944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.77
CPU user time (s): 1799.82
CPU system time (s): 0.953854
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.953854
maximum resident set size= 303852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13094
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38162
involuntary context switches= 3347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6104 second user time and 13.6349 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 00:04:20
IDJOB=4096369
IDBENCH=107604
IDSOLVER=2546
FILE ID=node105/4096369-1466114660
RUNJOBID= node105-1466112850-26608
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096369-1466114660/watcher-4096369-1466114660 -o /tmp/evaluation-result-4096369-1466114660/solver-4096369-1466114660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096369-1466114660.opb

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

MD5SUM BENCH= 7f6d4d4bd086985d66705a76ba2e346a
RANDOM SEED=1532330779

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31833632 kB
Buffers:            4484 kB
Cached:            59168 kB
SwapCached:          584 kB
Active:           138212 kB
Inactive:          25484 kB
Active(anon):      99580 kB
Inactive(anon):     3208 kB
Active(file):      38632 kB
Inactive(file):    22276 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        276300 kB
Mapped:            15216 kB
Shmem:                 0 kB
Slab:             567900 kB
SReclaimable:      11380 kB
SUnreclaim:       556520 kB
KernelStack:        1576 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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= 71748 MiB
End job on node105 at 2016-06-17 00:34:19