Trace number 4090055

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.01 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n3.opb
MD5SUMd9176528c33a8a23f9520f2d10a3874e
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 benchmark11.8172
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090055-1466037029.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.03s.
0.11/0.13	c declared #vars     273
0.11/0.13	c #constraints  182
0.11/0.13	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.11/0.14	c 182 constraints processed.
0.84/0.62	c cleaning 2494 clauses out of 5001 with flag 40742/5001
1.22/0.99	c cleaning 4252 clauses out of 8506 with flag 82880/11000
1.74/1.41	c cleaning 5621 clauses out of 11254 with flag 128921/18000
2.24/1.97	c cleaning 6812 clauses out of 13633 with flag 189611/26000
2.96/2.65	c cleaning 7909 clauses out of 15823 with flag 266391/35002
3.76/3.45	c cleaning 8955 clauses out of 17915 with flag 362223/45003
4.65/4.35	c cleaning 9947 clauses out of 19957 with flag 459078/56000
5.65/5.39	c cleaning 10999 clauses out of 22010 with flag 561762/68000
7.06/6.74	c cleaning 12003 clauses out of 24012 with flag 684357/81001
8.55/8.26	c cleaning 13002 clauses out of 26009 with flag 839666/95001
10.15/9.84	c cleaning 13971 clauses out of 28007 with flag 1004662/110001
11.95/11.69	c cleaning 14984 clauses out of 30036 with flag 1174088/126001
13.95/13.68	c cleaning 16014 clauses out of 32051 with flag 1359615/143000
16.75/16.50	c cleaning 17012 clauses out of 34037 with flag 1559579/161000
20.26/19.91	c cleaning 18005 clauses out of 36025 with flag 1767693/180000
24.25/23.94	c cleaning 19001 clauses out of 38020 with flag 2003633/200000
28.86/28.50	c cleaning 20001 clauses out of 40019 with flag 2243396/221000
33.16/32.85	c cleaning 21002 clauses out of 42018 with flag 2482606/243000
38.16/37.86	c cleaning 22000 clauses out of 44018 with flag 2732730/266002
42.56/42.28	c cleaning 23004 clauses out of 46016 with flag 2991166/290000
46.76/46.41	c cleaning 23989 clauses out of 48013 with flag 3254204/315001
51.27/50.90	c cleaning 25006 clauses out of 50024 with flag 3550641/341001
55.48/55.19	c cleaning 26002 clauses out of 52018 with flag 3842504/368001
60.47/60.15	c cleaning 26980 clauses out of 54017 with flag 4190732/396002
65.57/65.22	c cleaning 28009 clauses out of 56036 with flag 4490513/425001
71.17/70.84	c cleaning 29008 clauses out of 58027 with flag 4816087/455001
77.48/77.13	c cleaning 29999 clauses out of 60018 with flag 5136684/486000
84.68/84.33	c cleaning 31001 clauses out of 62019 with flag 5463433/518000
90.58/90.28	c cleaning 31986 clauses out of 64018 with flag 5843891/551000
97.77/97.43	c cleaning 33006 clauses out of 66033 with flag 6225378/585001
105.48/105.17	c cleaning 34009 clauses out of 68027 with flag 6632515/620001
113.07/112.78	c cleaning 34997 clauses out of 70020 with flag 7024706/656003
121.00/120.69	c cleaning 35981 clauses out of 72020 with flag 7454854/693000
131.20/130.90	c cleaning 37014 clauses out of 74040 with flag 7898351/731001
140.50/140.11	c cleaning 38006 clauses out of 76025 with flag 8354895/770000
150.11/149.76	c cleaning 39004 clauses out of 78020 with flag 8808968/810001
160.70/160.34	c cleaning 40005 clauses out of 80017 with flag 9262030/851002
170.91/170.59	c cleaning 40988 clauses out of 82011 with flag 9744072/893001
183.30/182.94	c cleaning 42002 clauses out of 84022 with flag 10251902/936000
195.21/194.81	c cleaning 43007 clauses out of 86020 with flag 10804049/980000
206.03/205.65	c cleaning 43990 clauses out of 88013 with flag 11321627/1025000
217.43/217.06	c cleaning 44983 clauses out of 90023 with flag 11917132/1071000
230.64/230.27	c cleaning 46019 clauses out of 92042 with flag 12498584/1118002
244.74/244.34	c cleaning 47001 clauses out of 94021 with flag 13043281/1166000
266.24/265.80	c cleaning 48004 clauses out of 96021 with flag 13607977/1215001
280.44/280.01	c cleaning 49008 clauses out of 98017 with flag 14216989/1265001
296.34/295.95	c cleaning 49995 clauses out of 100013 with flag 14892376/1316005
314.01/313.52	c cleaning 50997 clauses out of 102013 with flag 15543966/1368000
338.80/338.37	c cleaning 51995 clauses out of 104017 with flag 16242953/1421001
364.31/363.84	c cleaning 53000 clauses out of 106023 with flag 16957317/1475002
391.42/390.98	c cleaning 53997 clauses out of 108023 with flag 17748952/1530002
419.03/418.56	c cleaning 54997 clauses out of 110024 with flag 18558968/1586000
446.81/446.22	c cleaning 55997 clauses out of 112027 with flag 19353631/1643000
475.72/475.20	c cleaning 57007 clauses out of 114033 with flag 20128217/1701003
505.82/505.20	c cleaning 58001 clauses out of 116023 with flag 20910775/1760000
538.93/538.33	c cleaning 58996 clauses out of 118022 with flag 21753452/1820000
561.73/561.14	c cleaning 60006 clauses out of 120026 with flag 22557240/1881000
585.25/584.56	c cleaning 61004 clauses out of 122022 with flag 23308822/1943002
608.74/608.08	c cleaning 62000 clauses out of 124018 with flag 24061825/2006002
630.85/630.13	c cleaning 62999 clauses out of 126016 with flag 24834998/2070000
655.26/654.55	c cleaning 64003 clauses out of 128019 with flag 25645733/2135002
687.14/686.31	c cleaning 64981 clauses out of 130014 with flag 26517564/2201000
712.55/711.75	c cleaning 66006 clauses out of 132033 with flag 27306136/2268000
747.26/746.45	c cleaning 67007 clauses out of 134028 with flag 28152801/2336001
789.07/788.24	c cleaning 68005 clauses out of 136021 with flag 29021714/2405001
817.22/816.24	c cleaning 68999 clauses out of 138015 with flag 29907655/2475000
849.43/848.41	c cleaning 70003 clauses out of 140016 with flag 30782335/2546000
879.02/878.04	c cleaning 71000 clauses out of 142015 with flag 31602533/2618002
910.96/909.82	c cleaning 71998 clauses out of 144013 with flag 32488490/2691000
941.66/940.55	c cleaning 73006 clauses out of 146015 with flag 33359951/2765000
976.97/975.85	c cleaning 74001 clauses out of 148009 with flag 34247596/2840000
1019.31/1018.07	c cleaning 74996 clauses out of 150012 with flag 35207023/2916004
1054.32/1053.08	c cleaning 75982 clauses out of 152013 with flag 36224077/2993001
1097.13/1095.85	c cleaning 76980 clauses out of 154030 with flag 37246794/3071000
1133.25/1131.80	c cleaning 78017 clauses out of 156052 with flag 38263323/3150002
1173.57/1172.14	c cleaning 79012 clauses out of 158034 with flag 39321217/3230001
1212.48/1211.01	c cleaning 80006 clauses out of 160022 with flag 40355670/3311001
1252.28/1250.71	c cleaning 81001 clauses out of 162015 with flag 41370196/3393000
1290.97/1289.45	c cleaning 81973 clauses out of 164014 with flag 42426770/3476000
1333.56/1331.99	c cleaning 83016 clauses out of 166041 with flag 43472916/3560000
1373.47/1371.84	c cleaning 84005 clauses out of 168025 with flag 44505835/3645000
1415.66/1414.07	c cleaning 85003 clauses out of 170020 with flag 45543122/3731000
1457.83/1456.15	c cleaning 85998 clauses out of 172019 with flag 46618496/3818002
1501.64/1499.92	c cleaning 87007 clauses out of 174020 with flag 47719805/3906001
1551.41/1549.68	c cleaning 88003 clauses out of 176014 with flag 48852035/3995002
1608.52/1606.75	c cleaning 88982 clauses out of 178010 with flag 49961915/4085001
1674.25/1672.38	c cleaning 89982 clauses out of 180027 with flag 51157626/4176000
1730.96/1729.02	c cleaning 91015 clauses out of 182045 with flag 52383404/4268000
1787.30/1785.24	c cleaning 92009 clauses out of 184032 with flag 53571649/4361002
1800.01/1797.90	c starts		: 12705
1800.01/1797.90	c conflicts		: 4390067
1800.01/1797.90	c decisions		: 6344061
1800.01/1797.90	c propagations		: 105350050
1800.01/1797.90	c inspects		: 38367348184
1800.01/1797.90	c shortcuts		: 0
1800.01/1797.90	c learnt literals	: 0
1800.01/1797.90	c learnt binary clauses	: 0
1800.01/1797.90	c learnt ternary clauses	: 0
1800.01/1797.90	c learnt constraints	: 4390067
1800.01/1797.90	c ignored constraints	: 0
1800.01/1797.90	c root simplifications	: 0
1800.01/1797.90	c removed literals (reason simplification)	: 0
1800.01/1797.90	c reason swapping (by a shorter reason)	: 0
1800.01/1797.90	c Calls to reduceDB	: 89
1800.01/1797.90	c Number of update (reduction) of LBD	: 1381921
1800.01/1797.90	c Imported unit clauses	: 0
1800.01/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.90	c number of learned constraints concerned by reduction	: 0
1800.01/1797.90	c number of learning phase by resolution	: 0
1800.01/1797.90	c number of learning phase by cutting planes	: 0
1800.01/1797.90	c speed (assignments/second)	: 58600.54144977711
1800.01/1797.90	c non guided choices	141
1800.01/1797.90	c timeout
1800.01/1797.93	c learnt constraints type 
1800.01/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121089
1800.01/1797.93	s UNKNOWN
1800.01/1797.93	c Total wall clock time (in seconds): 1797.825

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-4090055-1466037029/watcher-4090055-1466037029 -o /tmp/evaluation-result-4090055-1466037029/solver-4090055-1466037029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090055-1466037029.opb 

pid=13845
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.02 2.04 2.00 5/192 13848
/proc/meminfo: memFree=31585920/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5753011 98570240 977 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 24065 977 743 9 0 16771 0
[pid=13848/tid=13849] ppid=13845 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5753012 98570240 977 33554432000 1073741824 1073778376 140735213094096 139736322309672 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.02 2.04 2.00 5/192 13848
/proc/meminfo: memFree=31585920/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 5753011 9787879424 6122 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2389619 6122 2155 9 0 2380296 0
[pid=13848/tid=13849] ppid=13845 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 5753012 9787879424 6122 33554432000 1073741824 1073778376 140735213094096 139736322307392 139736173895137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200349 s]
/proc/loadavg: 2.02 2.04 2.00 5/192 13848
/proc/meminfo: memFree=31585920/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 6669 0 1 0 27 1 0 0 20 0 19 0 5753011 9856040960 7296 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 7296 2232 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 19 0 5753012 9856040960 7296 33554432000 1073741824 1073778376 140735213094096 139736322313968 139736325600134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300304 s]
/proc/loadavg: 2.02 2.04 2.00 5/192 13848
/proc/meminfo: memFree=31585920/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 7217 0 1 0 50 1 0 0 20 0 19 0 5753011 9856040960 8039 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 8039 2238 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 19 0 5753012 9856040960 8039 33554432000 1073741824 1073778376 140735213094096 139736322313968 139736174276476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700215 s]
/proc/loadavg: 2.02 2.04 2.00 5/192 13848
/proc/meminfo: memFree=31585920/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 7226 0 1 0 95 1 0 0 20 0 19 0 5753011 9856040960 8559 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 8559 2245 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2402 0 1 0 65 1 0 0 20 0 19 0 5753012 9856040960 8559 33554432000 1073741824 1073778376 140735213094096 139736322314728 139736174263519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31541952/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 8473 0 1 0 182 2 0 0 20 0 19 0 5753011 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 9918 2249 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2405 0 1 0 145 1 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736322314640 139736174276503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753013 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3074 0 0 0 21 0 0 0 20 0 19 0 5753016 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13848/task/13865/stat : 13865 (java) S 13845 13848 5711 0 -1 4202560 1723 0 0 0 13 0 0 0 20 0 19 0 5753016 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735670819128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13866] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13866/stat : 13866 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735669766520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13867] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13867/stat : 13867 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735668713928 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 9918 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31533140/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 8480 0 1 0 344 2 0 0 20 0 19 0 5753011 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 11969 2249 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2409 0 1 0 304 1 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736322305728 139736174263519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753013 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3074 0 0 0 21 0 0 0 20 0 19 0 5753016 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/13848/task/13865/stat : 13865 (java) S 13845 13848 5711 0 -1 4202560 1726 0 0 0 14 0 0 0 20 0 19 0 5753016 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735670819128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13866] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13866/stat : 13866 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735669766520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13867] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13867/stat : 13867 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735668713928 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 11969 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31509320/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=6.65 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 8488 0 1 0 663 2 0 0 20 0 19 0 5753011 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 14722 2250 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2416 0 1 0 623 1 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736322305728 139736174243780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753012 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753013 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3074 0 0 0 21 0 0 0 20 0 19 0 5753016 9856040960 14722 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.14 cores=1,3,5,7

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

[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 122337 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.14 2.05 3/212 13911
/proc/meminfo: memFree=30784668/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=1784.4 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 10532 0 1 0 178373 67 0 0 20 0 19 0 5753011 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 131597 2265 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=1777.13 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2483 0 1 0 177683 30 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736322313408 139736174245272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 211 0 0 0 25 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 198 0 0 0 16 3 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 310 0 0 0 23 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 213 0 0 0 25 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 336 0 0 0 22 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 71 0 0 0 16 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 89 0 0 0 1 1 0 0 20 0 19 0 5753013 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3189 0 0 0 23 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/13848/task/13865/stat : 13865 (java) S 13845 13848 5711 0 -1 4202560 1726 0 0 0 14 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735670819128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13866] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13866/stat : 13866 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735669766520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13867] ppid=13845 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13848/task/13867/stat : 13867 (java) S 13845 13848 5711 0 -1 4202560 104 0 0 0 29 29 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735668713928 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.06 2.13 2.05 3/212 13911
/proc/meminfo: memFree=30785200/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 10532 0 1 0 179933 68 0 0 20 0 19 0 5753011 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 131597 2265 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=1792.69 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2483 0 1 0 179239 30 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736322305728 139736174263519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 211 0 0 0 25 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 198 0 0 0 16 3 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 310 0 0 0 23 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 213 0 0 0 25 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 336 0 0 0 22 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 71 0 0 0 16 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 89 0 0 0 1 1 0 0 20 0 19 0 5753013 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3189 0 0 0 23 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/13848/task/13865/stat : 13865 (java) S 13845 13848 5711 0 -1 4202560 1726 0 0 0 14 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735670819128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13866] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13866/stat : 13866 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735669766520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13867] ppid=13845 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13848/task/13867/stat : 13867 (java) S 13845 13848 5711 0 -1 4202560 104 0 0 0 29 30 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735668713928 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 13848 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.06 2.13 2.05 3/212 13911
/proc/meminfo: memFree=30785200/32872528 swapFree=446836/479540
[pid=13848] ppid=13845 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13848/stat : 13848 (java) S 13845 13848 5711 0 -1 4202496 10532 0 1 0 179933 68 0 0 20 0 19 0 5753011 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 140735213085232 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13848/statm: 2406260 131597 2265 9 0 2396937 0
[pid=13848/tid=13849] ppid=13845 vsize=9625040 CPUtime=1792.69 cores=1,3,5,7
/proc/13848/task/13849/stat : 13849 (java) R 13845 13848 5711 0 -1 4202560 2483 0 1 0 179239 30 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736322305728 139736174263519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13851] ppid=13845 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13848/task/13851/stat : 13851 (java) S 13845 13848 5711 0 -1 4202560 211 0 0 0 25 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736294767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13852] ppid=13845 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13848/task/13852/stat : 13852 (java) S 13845 13848 5711 0 -1 4202560 198 0 0 0 16 3 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736293714856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13853] ppid=13845 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13848/task/13853/stat : 13853 (java) S 13845 13848 5711 0 -1 4202560 310 0 0 0 23 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736292662056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13854] ppid=13845 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13848/task/13854/stat : 13854 (java) S 13845 13848 5711 0 -1 4202560 213 0 0 0 25 6 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736162806440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13855] ppid=13845 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13848/task/13855/stat : 13855 (java) S 13845 13848 5711 0 -1 4202560 336 0 0 0 22 5 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736161753640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13856] ppid=13845 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13848/task/13856/stat : 13856 (java) S 13845 13848 5711 0 -1 4202560 71 0 0 0 16 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736160700840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13857] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13857/stat : 13857 (java) S 13845 13848 5711 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736159648040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13858] ppid=13845 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13848/task/13858/stat : 13858 (java) S 13845 13848 5711 0 -1 4202560 166 0 0 0 14 4 0 0 20 0 19 0 5753012 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139736158595240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13859] ppid=13845 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13848/task/13859/stat : 13859 (java) S 13845 13848 5711 0 -1 4202560 89 0 0 0 1 1 0 0 20 0 19 0 5753013 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735676083176 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13860] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13860/stat : 13860 (java) S 13845 13848 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735675029240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13848/tid=13861] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13861/stat : 13861 (java) S 13845 13848 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753014 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735673976328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13863] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13863/stat : 13863 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735672924816 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13848/tid=13864] ppid=13845 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13848/task/13864/stat : 13864 (java) S 13845 13848 5711 0 -1 4202560 3189 0 0 0 23 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735671871928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13865] ppid=13845 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/13848/task/13865/stat : 13865 (java) S 13845 13848 5711 0 -1 4202560 1726 0 0 0 14 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735670819128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13866] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13866/stat : 13866 (java) S 13845 13848 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735669766520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13848/tid=13867] ppid=13845 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13848/task/13867/stat : 13867 (java) S 13845 13848 5711 0 -1 4202560 104 0 0 0 29 30 0 0 20 0 19 0 5753016 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735668713928 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13848/tid=13868] ppid=13845 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13848/task/13868/stat : 13868 (java) S 13845 13848 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753025 9856040960 131597 33554432000 1073741824 1073778376 140735213094096 139735667660456 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.01
CPU user time (s): 1799.33
CPU system time (s): 0.68
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.11983
maximum resident set size= 532356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10578
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38425
involuntary context switches= 6073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4291 second user time and 10.8364 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 02:30:29
IDJOB=4090055
IDBENCH=107494
IDSOLVER=2546
FILE ID=node104/4090055-1466037029
RUNJOBID= node104-1466033430-13361
PBS_JOBID= 19902812
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090055-1466037029/watcher-4090055-1466037029 -o /tmp/evaluation-result-4090055-1466037029/solver-4090055-1466037029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090055-1466037029.opb

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

MD5SUM BENCH= d9176528c33a8a23f9520f2d10a3874e
RANDOM SEED=2106938967

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        31586828 kB
Buffers:           30908 kB
Cached:            57792 kB
SwapCached:         1448 kB
Active:            53108 kB
Inactive:          53476 kB
Active(anon):      18088 kB
Inactive(anon):     2028 kB
Active(file):      35020 kB
Inactive(file):    51448 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099956 kB
Dirty:              1544 kB
Writeback:             0 kB
AnonPages:        541744 kB
Mapped:            14608 kB
Shmem:                 0 kB
Slab:             566852 kB
SReclaimable:      10816 kB
SUnreclaim:       556036 kB
KernelStack:        1776 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1156272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71736 MiB
End job on node104 at 2016-06-16 03:00:27