Trace number 4107975

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 1796.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_3-sat.opb
MD5SUMcf899369697891a2aa5256c136e26408
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55660
Total number of constraints186884
Number of constraints which are clauses185968
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints916
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4107975-1466291446.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
2.10/1.32	c ... done. Wall clock time 1.222s.
2.10/1.32	c declared #vars     55660
2.10/1.32	c #constraints  186884
2.10/1.32	c constraints type 
2.10/1.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
2.10/1.32	c org.sat4j.specs.Constr$1 => 10588
2.10/1.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
2.10/1.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 4215
2.10/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 916
2.10/1.32	c 186884 constraints processed.
4.90/3.78	c cleaning 2498 clauses out of 4999 with flag 21566/5000
7.22/5.94	c cleaning 4236 clauses out of 8499 with flag 46555/11000
9.32/8.03	c cleaning 5623 clauses out of 11263 with flag 80259/18000
11.93/10.68	c cleaning 6816 clauses out of 13640 with flag 126221/26000
15.24/13.95	c cleaning 7895 clauses out of 15825 with flag 170704/35001
18.57/17.19	c cleaning 8951 clauses out of 17932 with flag 220928/45003
22.27/20.86	c cleaning 9971 clauses out of 19977 with flag 271326/56001
26.17/24.77	c cleaning 10992 clauses out of 22006 with flag 329588/68001
30.46/29.08	c cleaning 11989 clauses out of 24012 with flag 393637/81000
35.67/34.28	c cleaning 13011 clauses out of 26024 with flag 470337/95001
40.66/39.22	c cleaning 13995 clauses out of 28015 with flag 551390/110003
46.57/45.18	c cleaning 15001 clauses out of 30018 with flag 637614/126001
51.57/50.01	c cleaning 15992 clauses out of 32016 with flag 726408/143000
57.68/56.18	c cleaning 16996 clauses out of 34024 with flag 817868/161000
63.97/62.44	c cleaning 18010 clauses out of 36028 with flag 915085/180000
70.98/69.46	c cleaning 18995 clauses out of 38018 with flag 1017440/200000
78.37/76.81	c cleaning 19997 clauses out of 40025 with flag 1120934/221002
85.88/84.34	c cleaning 20995 clauses out of 42025 with flag 1243670/243000
93.58/92.06	c cleaning 21994 clauses out of 44034 with flag 1396229/266004
101.97/100.44	c cleaning 23007 clauses out of 46037 with flag 1539982/290001
111.10/109.44	c cleaning 24003 clauses out of 48029 with flag 1663627/315000
120.60/118.97	c cleaning 24983 clauses out of 50026 with flag 1820422/341000
129.80/128.19	c cleaning 26003 clauses out of 52045 with flag 1955444/368002
139.40/137.77	c cleaning 27014 clauses out of 54040 with flag 2112974/396001
149.50/147.87	c cleaning 27995 clauses out of 56026 with flag 2269779/425001
161.09/159.47	c cleaning 29011 clauses out of 58030 with flag 2419251/455000
172.54/170.73	c cleaning 30001 clauses out of 60019 with flag 2586683/486000
184.83/183.07	c cleaning 30998 clauses out of 62019 with flag 2759305/518001
196.94/195.14	c cleaning 31989 clauses out of 64020 with flag 2929923/551000
208.93/207.13	c cleaning 33005 clauses out of 66032 with flag 3101108/585001
221.63/219.80	c cleaning 34004 clauses out of 68026 with flag 3280237/620000
233.42/231.63	c cleaning 35000 clauses out of 70023 with flag 3478861/656001
247.23/245.45	c cleaning 35989 clauses out of 72023 with flag 3681509/693002
259.73/257.99	c cleaning 36983 clauses out of 74032 with flag 3903531/731000
273.93/272.17	c cleaning 38007 clauses out of 76051 with flag 4098909/770002
288.83/287.04	c cleaning 38994 clauses out of 78042 with flag 4301079/810000
304.63/302.63	c cleaning 39998 clauses out of 80048 with flag 4499715/851000
320.42/318.45	c cleaning 41007 clauses out of 82050 with flag 4714977/893000
336.62/334.63	c cleaning 42019 clauses out of 84046 with flag 4921399/936003
353.63/351.66	c cleaning 42989 clauses out of 86024 with flag 5134417/980000
370.43/368.45	c cleaning 43981 clauses out of 88036 with flag 5352972/1025001
387.84/385.82	c cleaning 45003 clauses out of 90056 with flag 5583552/1071002
406.04/404.04	c cleaning 46021 clauses out of 92051 with flag 5827012/1118000
424.45/422.26	c cleaning 47006 clauses out of 94030 with flag 6053760/1166000
444.06/441.89	c cleaning 47995 clauses out of 96024 with flag 6299232/1215000
463.17/460.97	c cleaning 48998 clauses out of 98028 with flag 6538154/1265000
483.16/480.96	c cleaning 49997 clauses out of 100031 with flag 6782124/1316001
502.57/500.40	c cleaning 50983 clauses out of 102033 with flag 7040019/1368000
523.78/521.53	c cleaning 52010 clauses out of 104050 with flag 7307334/1421000
544.28/542.06	c cleaning 52996 clauses out of 106041 with flag 7573635/1475001
566.38/564.12	c cleaning 53997 clauses out of 108044 with flag 7835319/1530000
588.49/586.30	c cleaning 54990 clauses out of 110049 with flag 8090025/1586002
611.39/609.10	c cleaning 55999 clauses out of 112057 with flag 8362929/1643000
635.21/632.98	c cleaning 57029 clauses out of 114059 with flag 8636115/1701001
657.71/655.42	c cleaning 57995 clauses out of 116029 with flag 8924154/1760000
679.61/677.31	c cleaning 58995 clauses out of 118036 with flag 9224675/1820002
703.01/700.56	c cleaning 60007 clauses out of 120040 with flag 9532012/1881001
725.01/722.54	c cleaning 60992 clauses out of 122033 with flag 9841385/1943001
748.62/746.11	c cleaning 62000 clauses out of 124041 with flag 10165905/2006001
774.42/771.97	c cleaning 62999 clauses out of 126040 with flag 10495874/2070000
801.13/798.62	c cleaning 63982 clauses out of 128042 with flag 10811135/2135001
827.34/824.80	c cleaning 65013 clauses out of 130062 with flag 11141990/2201003
850.76/848.26	c cleaning 66017 clauses out of 132046 with flag 11503986/2268000
877.85/875.37	c cleaning 66995 clauses out of 134029 with flag 11836469/2336000
904.16/901.65	c cleaning 67994 clauses out of 136036 with flag 12159388/2405003
930.26/927.78	c cleaning 68993 clauses out of 138039 with flag 12503246/2475001
958.01/955.26	c cleaning 69997 clauses out of 140045 with flag 12838479/2546000
985.23/982.46	c cleaning 71003 clauses out of 142048 with flag 13175459/2618000
1012.14/1009.34	c cleaning 72009 clauses out of 144050 with flag 13522212/2691005
1040.65/1037.85	c cleaning 73008 clauses out of 146036 with flag 13905733/2765000
1071.15/1068.32	c cleaning 73994 clauses out of 148028 with flag 14268283/2840000
1100.86/1098.09	c cleaning 75004 clauses out of 150034 with flag 14628253/2916000
1131.36/1128.53	c cleaning 75996 clauses out of 152032 with flag 14985492/2993002
1163.57/1160.72	c cleaning 77002 clauses out of 154034 with flag 15346390/3071001
1196.61/1193.65	c cleaning 78001 clauses out of 156031 with flag 15723784/3150000
1230.21/1227.20	c cleaning 78996 clauses out of 158030 with flag 16107391/3230000
1264.31/1261.36	c cleaning 80000 clauses out of 160034 with flag 16513800/3311000
1297.31/1294.38	c cleaning 80995 clauses out of 162033 with flag 16888836/3393000
1333.42/1330.45	c cleaning 81992 clauses out of 164040 with flag 17273872/3476002
1369.03/1366.01	c cleaning 83005 clauses out of 166049 with flag 17685707/3560003
1407.14/1404.17	c cleaning 84002 clauses out of 168041 with flag 18101713/3645000
1445.05/1442.08	c cleaning 84994 clauses out of 170038 with flag 18526950/3731000
1480.96/1477.71	c cleaning 86004 clauses out of 172044 with flag 18922359/3818000
1518.76/1515.52	c cleaning 86994 clauses out of 174042 with flag 19324376/3906002
1555.07/1551.80	c cleaning 88002 clauses out of 176047 with flag 19764718/3995001
1592.67/1589.47	c cleaning 89005 clauses out of 178045 with flag 20200409/4085001
1633.18/1629.94	c cleaning 89996 clauses out of 180039 with flag 20611167/4176000
1673.10/1669.83	c cleaning 90995 clauses out of 182043 with flag 21036069/4268000
1713.70/1710.27	c cleaning 91999 clauses out of 184049 with flag 21466129/4361001
1752.81/1749.35	c cleaning 93007 clauses out of 186051 with flag 21911245/4455002
1793.41/1789.93	c cleaning 94011 clauses out of 188044 with flag 22357922/4550002
1800.01/1796.50	c starts		: 15908
1800.01/1796.50	c conflicts		: 4564425
1800.01/1796.50	c decisions		: 7898669
1800.01/1796.50	c propagations		: 3572901465
1800.01/1796.50	c inspects		: 14817067102
1800.01/1796.50	c shortcuts		: 0
1800.01/1796.50	c learnt literals	: 15
1800.01/1796.50	c learnt binary clauses	: 118
1800.01/1796.50	c learnt ternary clauses	: 3885
1800.01/1796.50	c learnt constraints	: 4564410
1800.01/1796.50	c ignored constraints	: 0
1800.01/1796.50	c root simplifications	: 0
1800.01/1796.50	c removed literals (reason simplification)	: 0
1800.01/1796.50	c reason swapping (by a shorter reason)	: 0
1800.01/1796.50	c Calls to reduceDB	: 91
1800.01/1796.50	c Number of update (reduction) of LBD	: 1552684
1800.01/1796.50	c Imported unit clauses	: 0
1800.01/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.50	c number of learned constraints concerned by reduction	: 0
1800.01/1796.50	c number of learning phase by resolution	: 0
1800.01/1796.50	c number of learning phase by cutting planes	: 0
1800.01/1796.50	c speed (assignments/second)	: 1990334.994869441
1800.01/1796.50	c non guided choices	52805
1800.01/1796.51	c timeout
1800.01/1796.53	c learnt constraints type 
1800.01/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 118
1800.01/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108339
1800.01/1796.53	s UNKNOWN
1800.01/1796.53	c Total wall clock time (in seconds): 1796.429

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-4107975-1466291446/watcher-4107975-1466291446 -o /tmp/evaluation-result-4107975-1466291446/solver-4107975-1466291446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466288901-8253 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107975-1466291446.opb 

pid=10391
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.26 2.26 2.18 3/195 10394
/proc/meminfo: memFree=29407908/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 31189833 98570240 977 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 24065 977 744 9 0 16771 0
[pid=10394/tid=10395] ppid=10391 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 31189833 98570240 977 33554432000 1073741824 1073778376 140737218297888 139659546701352 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.26 2.26 2.18 3/195 10394
/proc/meminfo: memFree=29407908/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 4498 0 1 0 11 1 0 0 20 0 18 0 31189833 9787879424 6129 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2389619 6129 2157 9 0 2380296 0
[pid=10394/tid=10395] ppid=10391 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 31189833 9787879424 6129 33554432000 1073741824 1073778376 140737218297888 139659546703112 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 2.26 2.26 2.18 3/195 10394
/proc/meminfo: memFree=29407908/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 4973 0 1 0 27 1 0 0 20 0 18 0 31189833 9787879424 7544 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2389619 7544 2215 9 0 2380296 0
[pid=10394/tid=10395] ppid=10391 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2392 0 1 0 17 0 0 0 20 0 18 0 31189833 9787879424 7544 33554432000 1073741824 1073778376 140737218297888 139659546703112 139659401340464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 2.26 2.26 2.18 3/195 10394
/proc/meminfo: memFree=29407908/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 6446 0 1 0 50 1 0 0 20 0 18 0 31189833 9787879424 9304 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2389619 9304 2233 9 0 2380296 0
[pid=10394/tid=10395] ppid=10391 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2394 0 1 0 27 0 0 0 20 0 18 0 31189833 9787879424 9304 33554432000 1073741824 1073778376 140737218297888 139659546705960 139659401255298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 2.26 2.26 2.18 3/195 10394
/proc/meminfo: memFree=29407908/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 7597 0 1 0 108 4 0 0 20 0 18 0 31189833 9787879424 41199 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2389619 41199 2267 9 0 2380296 0
[pid=10394/tid=10395] ppid=10391 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2465 0 1 0 63 3 0 0 20 0 18 0 31189833 9787879424 41199 33554432000 1073741824 1073778376 140737218297888 139659546705096 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.26 2.26 2.18 5/213 10412
/proc/meminfo: memFree=29232816/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 12943 0 1 0 248 6 0 0 20 0 19 0 31189833 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 50497 2279 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2475 0 1 0 140 3 0 0 20 0 19 0 31189833 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659546704728 139659402035180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 2681 0 0 0 43 0 0 0 20 0 19 0 31189837 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 46 1 0 0 20 0 19 0 31189837 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10411/stat : 10411 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659028286072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10412] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10412/stat : 10412 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 50497 33554432000 1073741824 1073778376 140737218297888 139659027233480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.26 2.26 2.18 3/214 10413
/proc/meminfo: memFree=29209568/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 12950 0 1 0 417 6 0 0 20 0 19 0 31189833 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 53058 2280 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2481 0 1 0 299 3 0 0 20 0 19 0 31189833 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659546706312 139659402022289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 2682 0 0 0 51 0 0 0 20 0 19 0 31189837 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 47 1 0 0 20 0 19 0 31189837 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10411/stat : 10411 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659028286072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10412] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10412/stat : 10412 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659027233480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10413] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10413/stat : 10413 (java) S 10391 10394 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31189971 9856040960 53058 33554432000 1073741824 1073778376 140737218297888 139659026081192 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.24 2.25 2.18 3/214 10413
/proc/meminfo: memFree=29183040/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=7.62 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 13673 0 1 0 755 7 0 0 20 0 19 0 31189833 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 59616 2286 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 2498 0 1 0 618 3 0 0 20 0 19 0 31189833 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659546706384 139659402007752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31189834 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 3388 0 0 0 62 0 0 0 20 0 19 0 31189837 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 55 2 0 0 20 0 19 0 31189837 9856040960 59616 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=10394/tid=10413] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10413/stat : 10413 (java) S 10391 10394 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31189971 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659026081192 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.8
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/214 10523
/proc/meminfo: memFree=27223232/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=1785.81 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 18378 0 1 0 178452 129 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 573447 2287 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=1776.78 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 3794 0 1 0 177622 56 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659546697520 139659402031945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 309 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 315 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 238 0 0 0 30 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 328 0 0 0 20 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 279 0 0 0 22 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 293 0 0 0 25 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 305 0 0 0 26 10 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 341 0 0 0 23 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 1020 0 0 0 0 2 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 3421 0 0 0 65 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 56 2 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10411/stat : 10411 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659028286072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10412] ppid=10391 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10394/task/10412/stat : 10412 (java) S 10391 10394 6489 0 -1 4202560 103 0 0 0 27 34 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659027233480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10413] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10413/stat : 10413 (java) S 10391 10394 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31189971 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659026081192 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.23 2.21 2.18 4/214 10524
/proc/meminfo: memFree=27210932/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 18378 0 1 0 179872 129 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 573447 2287 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 3794 0 1 0 179039 56 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659546697520 139659402022251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 309 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 315 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 238 0 0 0 30 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 328 0 0 0 20 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 279 0 0 0 22 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 293 0 0 0 25 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 305 0 0 0 26 10 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 341 0 0 0 23 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 1020 0 0 0 0 2 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 3421 0 0 0 65 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 56 2 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10411/stat : 10411 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659028286072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10412] ppid=10391 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10394/task/10412/stat : 10412 (java) S 10391 10394 6489 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659027233480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10413] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10413/stat : 10413 (java) S 10391 10394 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31189971 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659026081192 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 10394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.23 2.21 2.18 4/214 10524
/proc/meminfo: memFree=27210932/32872528 swapFree=1400172/1569824
[pid=10394] ppid=10391 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10394/stat : 10394 (java) S 10391 10394 6489 0 -1 4202496 18378 0 1 0 179872 129 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 140737218289024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10394/statm: 2406260 573447 2287 9 0 2396937 0
[pid=10394/tid=10395] ppid=10391 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/10394/task/10395/stat : 10395 (java) R 10391 10394 6489 0 -1 4202560 3794 0 1 0 179039 56 0 0 20 0 19 0 31189833 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659546697520 139659402022251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10397] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10397/stat : 10397 (java) S 10391 10394 6489 0 -1 4202560 309 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659390266152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10398] ppid=10391 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10394/task/10398/stat : 10398 (java) S 10391 10394 6489 0 -1 4202560 315 0 0 0 25 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659389213352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10399] ppid=10391 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10394/task/10399/stat : 10399 (java) S 10391 10394 6489 0 -1 4202560 238 0 0 0 30 9 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659388161064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10400] ppid=10391 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10394/task/10400/stat : 10400 (java) S 10391 10394 6489 0 -1 4202560 328 0 0 0 20 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659387108264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10401] ppid=10391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10394/task/10401/stat : 10401 (java) S 10391 10394 6489 0 -1 4202560 279 0 0 0 22 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659386054952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10402] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10402/stat : 10402 (java) S 10391 10394 6489 0 -1 4202560 293 0 0 0 25 6 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659048904872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10394/tid=10403] ppid=10391 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10394/task/10403/stat : 10403 (java) S 10391 10394 6489 0 -1 4202560 305 0 0 0 26 10 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659047852584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10404] ppid=10391 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10394/task/10404/stat : 10404 (java) S 10391 10394 6489 0 -1 4202560 341 0 0 0 23 8 0 0 20 0 19 0 31189834 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659046799784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10405] ppid=10391 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10394/task/10405/stat : 10405 (java) S 10391 10394 6489 0 -1 4202560 1020 0 0 0 0 2 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659034602216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10406] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10406/stat : 10406 (java) S 10391 10394 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659033548280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10407] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10407/stat : 10407 (java) S 10391 10394 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31189835 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659032495880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10408] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10408/stat : 10408 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659031444368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10409] ppid=10391 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10394/task/10409/stat : 10409 (java) S 10391 10394 6489 0 -1 4202560 3421 0 0 0 65 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659030390968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10394/tid=10410] ppid=10391 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10394/task/10410/stat : 10410 (java) S 10391 10394 6489 0 -1 4202560 6373 0 0 0 56 2 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659029338168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10411] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10411/stat : 10411 (java) S 10391 10394 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659028286072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10394/tid=10412] ppid=10391 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10394/task/10412/stat : 10412 (java) S 10391 10394 6489 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 31189837 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659027233480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10394/tid=10413] ppid=10391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10394/task/10413/stat : 10413 (java) S 10391 10394 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31189971 9856040960 573447 33554432000 1073741824 1073778376 140737218297888 139659026081192 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 10394 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=19267
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=741735
# CPU time returned by wait4() is 1795.76
# 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): 1796.54
CPU time (s): 1800.01
CPU user time (s): 1798.72
CPU system time (s): 1.29
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.74173
maximum resident set size= 2352652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18417
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38378
involuntary context switches= 8050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1715 second user time and 13.7159 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-19 01:10:46
IDJOB=4107975
IDBENCH=74391
IDSOLVER=2546
FILE ID=node140/4107975-1466291446
RUNJOBID= node140-1466288901-8253
PBS_JOBID= 19918255
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_3-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107975-1466291446/watcher-4107975-1466291446 -o /tmp/evaluation-result-4107975-1466291446/solver-4107975-1466291446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466288901-8253 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107975-1466291446.opb

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

MD5SUM BENCH= cf899369697891a2aa5256c136e26408
RANDOM SEED=1872630342

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.54
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.714
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:        29408064 kB
Buffers:          155436 kB
Cached:           299124 kB
SwapCached:         2736 kB
Active:           810428 kB
Inactive:         336380 kB
Active(anon):     691816 kB
Inactive(anon):     2860 kB
Active(file):     118612 kB
Inactive(file):   333520 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097144 kB
Dirty:              7112 kB
Writeback:             0 kB
AnonPages:       2207124 kB
Mapped:            16436 kB
Shmem:                 0 kB
Slab:             610712 kB
SReclaimable:      54136 kB
SUnreclaim:       556576 kB
KernelStack:        1768 kB
PageTables:         8696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3300128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node140 at 2016-06-19 01:40:43