Trace number 4106927

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.05 1791.95

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_4_15.opb
MD5SUM8b67f7a6443cbb8d169a20134c04d298
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.117981
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106927-1466281810.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.44/0.39	c ... done. Wall clock time 0.273s.
0.44/0.39	c declared #vars     400
0.44/0.39	c internal #vars     2924
0.44/0.39	c #constraints  5651
0.44/0.39	c constraints type 
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.44/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.44/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
0.44/0.39	c 5651 constraints processed.
2.21/1.49	c cleaning 2499 clauses out of 5000 with flag 10222/5000
3.16/2.20	c cleaning 4249 clauses out of 8502 with flag 22834/11001
4.13/3.08	c cleaning 5655 clauses out of 11309 with flag 37759/18057
6.15/4.92	c cleaning 6781 clauses out of 13597 with flag 54016/26000
7.68/6.49	c cleaning 7908 clauses out of 15816 with flag 72702/35000
8.78/7.52	c cleaning 8915 clauses out of 17909 with flag 94089/45001
9.78/8.58	c cleaning 10004 clauses out of 20010 with flag 118031/56017
10.78/9.57	c cleaning 10983 clauses out of 21989 with flag 144563/68000
11.97/10.62	c cleaning 12000 clauses out of 24007 with flag 176034/81001
13.17/11.86	c cleaning 12986 clauses out of 26006 with flag 207616/95000
14.77/13.48	c cleaning 14008 clauses out of 28020 with flag 240499/110000
16.87/15.54	c cleaning 15002 clauses out of 30012 with flag 275313/126000
19.47/18.12	c cleaning 16001 clauses out of 32011 with flag 312031/143001
22.64/21.18	c cleaning 17022 clauses out of 34043 with flag 350774/161034
26.14/24.64	c cleaning 18005 clauses out of 36009 with flag 391227/180022
30.04/28.56	c cleaning 18992 clauses out of 37984 with flag 433877/200002
34.54/33.06	c cleaning 20002 clauses out of 40004 with flag 478452/221014
39.93/38.49	c cleaning 21008 clauses out of 42015 with flag 525115/243027
46.52/44.87	c cleaning 21997 clauses out of 43994 with flag 573705/266014
53.82/52.14	c cleaning 23028 clauses out of 46056 with flag 624531/290073
61.61/59.92	c cleaning 23978 clauses out of 47955 with flag 677041/315000
71.45/69.54	c cleaning 25015 clauses out of 50030 with flag 731548/341053
80.75/78.82	c cleaning 25986 clauses out of 51972 with flag 788166/368010
91.75/89.89	c cleaning 26985 clauses out of 53976 with flag 846608/396000
103.35/101.32	c cleaning 27994 clauses out of 55991 with flag 907183/425000
117.46/115.47	c cleaning 28985 clauses out of 57997 with flag 969835/455000
133.76/131.77	c cleaning 30018 clauses out of 60036 with flag 1034485/486024
151.37/149.15	c cleaning 30996 clauses out of 61994 with flag 1101003/518000
171.37/169.15	c cleaning 31954 clauses out of 64039 with flag 1170319/551041
188.14/185.85	c cleaning 33019 clauses out of 66044 with flag 1241612/585000
195.09/192.58	c cleaning 34008 clauses out of 68026 with flag 1329331/620001
211.39/208.85	c cleaning 35018 clauses out of 70035 with flag 1406302/656018
221.98/219.12	c cleaning 35997 clauses out of 72000 with flag 1495260/693001
236.33/233.42	c cleaning 37023 clauses out of 74045 with flag 1574339/731043
256.40/253.46	c cleaning 37999 clauses out of 75998 with flag 1653891/770019
281.33/278.28	c cleaning 39006 clauses out of 78056 with flag 1735849/810076
304.55/301.31	c cleaning 39993 clauses out of 79988 with flag 1819840/851014
328.14/324.88	c cleaning 41039 clauses out of 82082 with flag 1905824/893101
351.89/348.58	c cleaning 41952 clauses out of 83947 with flag 1993785/936005
372.88/369.49	c cleaning 43000 clauses out of 85999 with flag 2087547/980009
397.60/394.07	c cleaning 44002 clauses out of 88003 with flag 2181145/1025013
427.12/423.44	c cleaning 44973 clauses out of 89996 with flag 2276134/1071008
459.88/456.07	c cleaning 46026 clauses out of 92052 with flag 2372831/1118037
493.76/489.85	c cleaning 47020 clauses out of 94040 with flag 2471210/1166051
526.66/522.64	c cleaning 47999 clauses out of 95997 with flag 2571396/1215028
563.88/559.71	c cleaning 49017 clauses out of 98036 with flag 2673706/1265066
603.18/598.94	c cleaning 49999 clauses out of 99997 with flag 2777711/1316044
650.96/646.53	c cleaning 50992 clauses out of 101983 with flag 2883550/1368029
701.74/697.24	c cleaning 52018 clauses out of 104036 with flag 2991532/1421074
751.22/746.57	c cleaning 53024 clauses out of 106047 with flag 3101484/1475103
807.18/802.33	c cleaning 53995 clauses out of 107990 with flag 3215841/1530070
852.96/848.02	c cleaning 54980 clauses out of 109959 with flag 3330258/1586034
878.32/873.27	c cleaning 55956 clauses out of 111952 with flag 3448854/1643007
913.63/908.46	c cleaning 57001 clauses out of 114001 with flag 3570135/1701012
949.96/944.57	c cleaning 57992 clauses out of 115988 with flag 3692121/1760000
996.20/990.60	c cleaning 59023 clauses out of 118046 with flag 3815487/1820050
1043.77/1038.06	c cleaning 60018 clauses out of 120035 with flag 3940394/1881062
1097.31/1091.40	c cleaning 60975 clauses out of 121955 with flag 4066857/1943000
1160.66/1154.55	c cleaning 62023 clauses out of 124046 with flag 4195538/2006066
1229.79/1223.40	c cleaning 62979 clauses out of 125957 with flag 4325899/2070000
1300.66/1294.14	c cleaning 64019 clauses out of 128038 with flag 4458368/2135060
1371.38/1364.69	c cleaning 64916 clauses out of 129966 with flag 4594781/2201007
1452.88/1445.97	c cleaning 66000 clauses out of 132063 with flag 4731807/2268020
1510.27/1503.04	c cleaning 67026 clauses out of 134058 with flag 4875538/2336015
1577.86/1570.42	c cleaning 68030 clauses out of 136059 with flag 5017967/2405042
1663.36/1655.63	c cleaning 69004 clauses out of 138007 with flag 5161544/2475020
1752.85/1744.91	c cleaning 70002 clauses out of 140003 with flag 5306831/2546020
1800.05/1791.91	c starts		: 1305
1800.05/1791.91	c conflicts		: 2598511
1800.05/1791.91	c decisions		: 3800825
1800.05/1791.91	c propagations		: 95857944
1800.05/1791.91	c inspects		: 35511694639
1800.05/1791.91	c shortcuts		: 0
1800.05/1791.91	c learnt literals	: 0
1800.05/1791.91	c learnt binary clauses	: 0
1800.05/1791.91	c learnt ternary clauses	: 51
1800.05/1791.91	c learnt constraints	: 2598511
1800.05/1791.91	c ignored constraints	: 0
1800.05/1791.91	c root simplifications	: 0
1800.05/1791.91	c removed literals (reason simplification)	: 0
1800.05/1791.91	c reason swapping (by a shorter reason)	: 0
1800.05/1791.91	c Calls to reduceDB	: 67
1800.05/1791.91	c Number of update (reduction) of LBD	: 180483
1800.05/1791.91	c Imported unit clauses	: 0
1800.05/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.91	c number of learned constraints concerned by reduction	: 0
1800.05/1791.91	c number of learning phase by resolution	: 0
1800.05/1791.91	c number of learning phase by cutting planes	: 0
1800.05/1791.91	c speed (assignments/second)	: 53506.700202566215
1800.05/1791.91	c non guided choices	2711
1800.05/1791.91	c timeout
1800.05/1791.94	c learnt constraints type 
1800.05/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122493
1800.05/1791.94	s UNKNOWN
1800.05/1791.94	c Total wall clock time (in seconds): 1791.822

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-4106927-1466281810/watcher-4106927-1466281810 -o /tmp/evaluation-result-4106927-1466281810/solver-4106927-1466281810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106927-1466281810.opb 

pid=23199
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.11 2.10 2.09 2/195 23202
/proc/meminfo: memFree=30404768/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23202/stat : 23202 (java) D 23199 23202 19848 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 30229957 9515008 185 33554432000 1073741824 1073778376 140735469053856 140735469042920 213183982887 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 5149 185 143 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 2.11 2.10 2.09 2/195 23202
/proc/meminfo: memFree=30404768/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 30229957 9787879424 6030 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.11 2.10 2.09 2/195 23202
/proc/meminfo: memFree=30404768/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 4600 0 1 0 22 1 0 0 20 0 18 0 30229957 9787879424 6702 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2389619 6702 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 2.11 2.10 2.09 2/195 23202
/proc/meminfo: memFree=30404768/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 5990 0 1 0 43 1 0 0 20 0 18 0 30229957 9787879424 8812 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2389619 8813 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 2.11 2.10 2.09 2/195 23202
/proc/meminfo: memFree=30404768/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 13381 0 1 0 146 3 0 0 20 0 19 0 30229957 9856040960 15925 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 15925 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.10 2.10 2.09 3/214 23221
/proc/meminfo: memFree=30344988/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 13400 0 1 0 233 3 0 0 20 0 19 0 30229957 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 17987 2273 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2481 0 1 0 145 1 0 0 20 0 19 0 30229958 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004367595760 140004207296033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) S 23199 23202 19848 0 -1 4202560 3901 0 0 0 41 0 0 0 20 0 19 0 30229963 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003582654648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 44 1 0 0 20 0 19 0 30229963 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 17987 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.10 2.10 2.09 4/214 23221
/proc/meminfo: memFree=30324320/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 16281 0 1 0 423 4 0 0 20 0 19 0 30229957 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 24089 2273 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2493 0 1 0 305 1 0 0 20 0 19 0 30229958 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004367596136 140004207252272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) R 23199 23202 19848 0 -1 4202560 6770 0 0 0 68 2 0 0 20 0 19 0 30229963 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003582654528 213193188471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 46 1 0 0 20 0 19 0 30229963 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 24089 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.10 2.10 2.09 3/214 23221
/proc/meminfo: memFree=30290408/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 16814 0 1 0 753 5 0 0 20 0 19 0 30229957 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 29155 2274 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2505 0 1 0 623 2 0 0 20 0 19 0 30229958 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004367597928 140004207252285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30229959 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) S 23199 23202 19848 0 -1 4202560 7290 0 0 0 78 2 0 0 20 0 19 0 30229963 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003582654648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 46 1 0 0 20 0 19 0 30229963 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 29155 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625040


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

/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 102305 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.18 4/213 23393
/proc/meminfo: memFree=29836204/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=1790.39 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 21450 0 1 0 178910 129 0 0 20 0 19 0 30229957 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 101514 2297 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=1773.41 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2614 0 1 0 177311 30 0 0 20 0 19 0 30229958 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004367596752 140004207180566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 643 0 0 0 99 13 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 382 0 0 0 100 8 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 455 0 0 0 94 8 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 602 0 0 0 102 9 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 566 0 0 0 104 17 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 482 0 0 0 97 13 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 308 0 0 0 97 13 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 418 0 0 0 97 10 0 0 20 0 19 0 30229959 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 573 0 0 0 174 3 0 0 20 0 19 0 30229961 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) S 23199 23202 19848 0 -1 4202560 7299 0 0 0 87 2 0 0 20 0 19 0 30229963 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003582654648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 47 1 0 0 20 0 19 0 30229963 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 104 0 0 0 26 31 0 0 20 0 19 0 30229963 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 101514 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.20 2.22 2.18 3/214 23396
/proc/meminfo: memFree=29872548/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 21453 0 1 0 179876 129 0 0 20 0 19 0 30229957 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 100872 2297 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=1782.96 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2615 0 1 0 178265 31 0 0 20 0 19 0 30229958 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004367596768 140004207252050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 643 0 0 0 100 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 382 0 0 0 100 8 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 455 0 0 0 95 8 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 602 0 0 0 103 9 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 566 0 0 0 105 17 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 482 0 0 0 98 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 308 0 0 0 98 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 418 0 0 0 99 10 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 575 0 0 0 174 3 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) S 23199 23202 19848 0 -1 4202560 7299 0 0 0 87 2 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003582654648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 47 1 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 104 0 0 0 26 31 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 23202 sig 9
??? kill -23202 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.20 2.22 2.18 3/214 23396
/proc/meminfo: memFree=29872548/32872528 swapFree=877056/942464
[pid=23202] ppid=23199 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/23202/stat : 23202 (java) S 23199 23202 19848 0 -1 4202496 21453 0 1 0 179876 129 0 0 20 0 19 0 30229957 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140735469044992 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23202/statm: 2406260 100872 2297 9 0 2396937 0
[pid=23202/tid=23204] ppid=23199 vsize=9625040 CPUtime=1782.96 cores=0,2,4,6
/proc/23202/task/23204/stat : 23204 (java) R 23199 23202 19848 0 -1 4202560 2615 0 1 0 178265 31 0 0 20 0 19 0 30229958 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004367596768 140004207252050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23205] ppid=23199 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/23202/task/23205/stat : 23205 (java) S 23199 23202 19848 0 -1 4202560 643 0 0 0 100 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004329089832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23206] ppid=23199 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23202/task/23206/stat : 23206 (java) S 23199 23202 19848 0 -1 4202560 382 0 0 0 100 8 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004328037032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23207] ppid=23199 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/23202/task/23207/stat : 23207 (java) S 23199 23202 19848 0 -1 4202560 455 0 0 0 95 8 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004326984744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23208] ppid=23199 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/23202/task/23208/stat : 23208 (java) S 23199 23202 19848 0 -1 4202560 602 0 0 0 103 9 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004325931944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23209] ppid=23199 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/23202/task/23209/stat : 23209 (java) S 23199 23202 19848 0 -1 4202560 566 0 0 0 105 17 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004206569768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23210] ppid=23199 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/23202/task/23210/stat : 23210 (java) S 23199 23202 19848 0 -1 4202560 482 0 0 0 98 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004205516968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23211] ppid=23199 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/23202/task/23211/stat : 23211 (java) S 23199 23202 19848 0 -1 4202560 308 0 0 0 98 13 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004204464680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23212] ppid=23199 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/23202/task/23212/stat : 23212 (java) S 23199 23202 19848 0 -1 4202560 418 0 0 0 99 10 0 0 20 0 19 0 30229959 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004203411880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23202/tid=23213] ppid=23199 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/23202/task/23213/stat : 23213 (java) S 23199 23202 19848 0 -1 4202560 575 0 0 0 174 3 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140004191214312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23214] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23214/stat : 23214 (java) S 23199 23202 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003585811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23215] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23215/stat : 23215 (java) S 23199 23202 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30229961 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003584759560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23216] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23216/stat : 23216 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003583708048 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23217] ppid=23199 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/23202/task/23217/stat : 23217 (java) S 23199 23202 19848 0 -1 4202560 7299 0 0 0 87 2 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003582654648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23202/tid=23218] ppid=23199 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23202/task/23218/stat : 23218 (java) S 23199 23202 19848 0 -1 4202560 5746 0 0 0 47 1 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003581601848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23219] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23219/stat : 23219 (java) S 23199 23202 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003580549752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23202/tid=23220] ppid=23199 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23202/task/23220/stat : 23220 (java) S 23199 23202 19848 0 -1 4202560 104 0 0 0 26 31 0 0 20 0 19 0 30229963 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003579497160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23202/tid=23221] ppid=23199 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23202/task/23221/stat : 23221 (java) S 23199 23202 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30229997 9856040960 100872 33554432000 1073741824 1073778376 140735469053856 140003578443176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.95
CPU time (s): 1800.05
CPU user time (s): 1798.76
CPU system time (s): 1.29
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.73274
maximum resident set size= 840644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40263
involuntary context switches= 18561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8745 second user time and 13.5529 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 22:30:10
IDJOB=4106927
IDBENCH=48327
IDSOLVER=2546
FILE ID=node113/4106927-1466281810
RUNJOBID= node113-1466265808-19864
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106927-1466281810/watcher-4106927-1466281810 -o /tmp/evaluation-result-4106927-1466281810/solver-4106927-1466281810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106927-1466281810.opb

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

MD5SUM BENCH= 8b67f7a6443cbb8d169a20134c04d298
RANDOM SEED=1743406621

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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.799
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		: 2666.799
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30405420 kB
Buffers:          122116 kB
Cached:           286628 kB
SwapCached:         1896 kB
Active:           457720 kB
Inactive:         317960 kB
Active(anon):     367400 kB
Inactive(anon):     2024 kB
Active(file):      90320 kB
Inactive(file):   315936 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       1329332 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             606500 kB
SReclaimable:      50148 kB
SUnreclaim:       556352 kB
KernelStack:        1768 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1464348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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= 71704 MiB
End job on node113 at 2016-06-18 23:00:02