Trace number 4098014

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.09 1796.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_19.opb
MD5SUMa0b555e3d97de088b9388687f25060b6
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 variables6972
Total number of constraints34118
Number of constraints which are clauses34113
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4098014-1466119262.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.31/0.98	c ... done. Wall clock time 0.879s.
1.31/0.98	c declared #vars     6972
1.31/0.98	c #constraints  34122
1.31/0.98	c constraints type 
1.31/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20418
1.31/0.98	c org.sat4j.specs.Constr$1 => 4
1.31/0.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.31/0.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.31/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13694
1.31/0.98	c 34122 constraints processed.
3.90/3.16	c cleaning 2499 clauses out of 5000 with flag 34359/5000
6.84/6.07	c cleaning 4247 clauses out of 8501 with flag 91089/11000
10.04/9.24	c cleaning 5613 clauses out of 11255 with flag 144242/18001
13.45/12.68	c cleaning 6818 clauses out of 13643 with flag 210679/26002
17.36/16.53	c cleaning 7912 clauses out of 15823 with flag 275504/35000
21.76/20.94	c cleaning 8951 clauses out of 17911 with flag 346458/45000
26.75/26.00	c cleaning 9977 clauses out of 19961 with flag 431783/56001
31.95/31.13	c cleaning 10979 clauses out of 21984 with flag 524253/68001
37.65/36.87	c cleaning 11987 clauses out of 24004 with flag 618923/81000
44.06/43.23	c cleaning 12996 clauses out of 26018 with flag 719424/95001
50.86/50.00	c cleaning 14006 clauses out of 28021 with flag 840079/110000
57.56/56.78	c cleaning 14998 clauses out of 30015 with flag 952219/126000
65.19/64.39	c cleaning 16003 clauses out of 32020 with flag 1074244/143003
72.99/72.18	c cleaning 17006 clauses out of 34015 with flag 1203478/161001
81.30/80.43	c cleaning 18000 clauses out of 36008 with flag 1350625/180000
88.49/87.62	c cleaning 18998 clauses out of 38012 with flag 1478414/200004
97.70/96.83	c cleaning 19989 clauses out of 40012 with flag 1621824/221002
106.79/105.92	c cleaning 21013 clauses out of 42025 with flag 1778078/243004
117.09/116.23	c cleaning 21991 clauses out of 44008 with flag 1944731/266000
126.73/125.84	c cleaning 22996 clauses out of 46019 with flag 2102293/290002
135.93/135.00	c cleaning 23996 clauses out of 48021 with flag 2246769/315000
145.23/144.40	c cleaning 25002 clauses out of 50027 with flag 2420379/341002
155.44/154.57	c cleaning 26004 clauses out of 52023 with flag 2587739/368000
166.54/165.66	c cleaning 27002 clauses out of 54022 with flag 2762449/396003
177.34/176.41	c cleaning 27994 clauses out of 56017 with flag 2949098/425000
188.14/187.29	c cleaning 29005 clauses out of 58023 with flag 3138633/455000
200.14/199.26	c cleaning 30007 clauses out of 60021 with flag 3324602/486003
212.24/211.35	c cleaning 31002 clauses out of 62011 with flag 3510648/518000
224.13/223.27	c cleaning 31996 clauses out of 64010 with flag 3691635/551001
240.13/239.06	c cleaning 32957 clauses out of 66013 with flag 3919260/585000
257.22/256.11	c cleaning 34013 clauses out of 68056 with flag 4152966/620000
274.13/273.03	c cleaning 35004 clauses out of 70043 with flag 4387435/656000
292.74/291.69	c cleaning 35963 clauses out of 72039 with flag 4646265/693000
311.75/310.67	c cleaning 37023 clauses out of 74076 with flag 4914607/731000
330.35/329.25	c cleaning 38019 clauses out of 76054 with flag 5203773/770001
348.65/347.55	c cleaning 39003 clauses out of 78034 with flag 5460513/810000
367.06/365.92	c cleaning 39994 clauses out of 80031 with flag 5732763/851000
384.97/383.90	c cleaning 41017 clauses out of 82038 with flag 6004833/893001
405.10/403.73	c cleaning 41994 clauses out of 84020 with flag 6291928/936000
423.70/422.36	c cleaning 43009 clauses out of 86033 with flag 6569721/980007
443.50/442.13	c cleaning 44007 clauses out of 88017 with flag 6860381/1025000
463.00/461.69	c cleaning 44991 clauses out of 90010 with flag 7149696/1071000
482.51/480.99	c cleaning 45997 clauses out of 92020 with flag 7436974/1118001
501.91/500.38	c cleaning 46995 clauses out of 94022 with flag 7727117/1166000
521.31/519.77	c cleaning 48003 clauses out of 96028 with flag 8012670/1215001
540.17/538.30	c cleaning 49002 clauses out of 98024 with flag 8281748/1265000
564.67/562.87	c cleaning 49984 clauses out of 100024 with flag 8624567/1316002
591.78/589.98	c cleaning 51001 clauses out of 102040 with flag 8976433/1368002
620.48/618.60	c cleaning 52019 clauses out of 104037 with flag 9345669/1421000
646.67/644.81	c cleaning 52969 clauses out of 106018 with flag 9705367/1475000
673.31/671.22	c cleaning 54017 clauses out of 108050 with flag 10076404/1530001
698.91/696.84	c cleaning 54992 clauses out of 110036 with flag 10433096/1586004
727.93/725.81	c cleaning 55993 clauses out of 112040 with flag 10814119/1643000
755.04/752.97	c cleaning 57015 clauses out of 114048 with flag 11190770/1701001
783.76/781.43	c cleaning 57993 clauses out of 116032 with flag 11571963/1760000
815.07/812.72	c cleaning 59011 clauses out of 118040 with flag 11998499/1820001
844.08/841.75	c cleaning 60005 clauses out of 120028 with flag 12409506/1881000
870.57/868.18	c cleaning 61009 clauses out of 122023 with flag 12790722/1943000
897.56/895.19	c cleaning 61995 clauses out of 124014 with flag 13174394/2006000
923.11/920.59	c cleaning 62998 clauses out of 126019 with flag 13550619/2070000
953.31/950.71	c cleaning 63974 clauses out of 128022 with flag 13942470/2135001
987.64/985.04	c cleaning 65023 clauses out of 130051 with flag 14354111/2201004
1024.85/1022.20	c cleaning 65989 clauses out of 132024 with flag 14797197/2268000
1060.88/1058.10	c cleaning 66992 clauses out of 134035 with flag 15246136/2336000
1096.29/1093.54	c cleaning 67984 clauses out of 136044 with flag 15716353/2405001
1132.02/1129.14	c cleaning 69017 clauses out of 138059 with flag 16190150/2475000
1165.33/1162.44	c cleaning 70013 clauses out of 140042 with flag 16634624/2546000
1199.70/1196.71	c cleaning 70998 clauses out of 142032 with flag 17080788/2618003
1237.01/1234.06	c cleaning 71990 clauses out of 144033 with flag 17567449/2691002
1282.25/1279.19	c cleaning 73010 clauses out of 146041 with flag 18097878/2765000
1325.66/1322.55	c cleaning 73952 clauses out of 148031 with flag 18643574/2840000
1370.60/1367.32	c cleaning 75013 clauses out of 150081 with flag 19202256/2916002
1412.10/1408.83	c cleaning 76000 clauses out of 152066 with flag 19738107/2993000
1452.27/1448.98	c cleaning 77032 clauses out of 154067 with flag 20287207/3071001
1492.79/1489.42	c cleaning 78012 clauses out of 156037 with flag 20830843/3150003
1532.68/1529.32	c cleaning 79013 clauses out of 158025 with flag 21381050/3230003
1573.40/1569.91	c cleaning 79985 clauses out of 160009 with flag 21936257/3311000
1619.71/1616.21	c cleaning 80999 clauses out of 162026 with flag 22479661/3393002
1671.15/1667.58	c cleaning 82007 clauses out of 164025 with flag 23053956/3476000
1716.47/1712.82	c cleaning 82983 clauses out of 166018 with flag 23619401/3560000
1764.79/1761.04	c cleaning 83999 clauses out of 168035 with flag 24189646/3645000
1800.09/1796.31	c starts		: 12644
1800.09/1796.31	c conflicts		: 3704060
1800.09/1796.31	c decisions		: 35062440
1800.09/1796.31	c propagations		: 1726454313
1800.09/1796.31	c inspects		: 19969736785
1800.09/1796.31	c shortcuts		: 0
1800.09/1796.31	c learnt literals	: 0
1800.09/1796.31	c learnt binary clauses	: 0
1800.09/1796.31	c learnt ternary clauses	: 10
1800.09/1796.31	c learnt constraints	: 3704060
1800.09/1796.31	c ignored constraints	: 0
1800.09/1796.31	c root simplifications	: 0
1800.09/1796.31	c removed literals (reason simplification)	: 0
1800.09/1796.31	c reason swapping (by a shorter reason)	: 0
1800.09/1796.31	c Calls to reduceDB	: 81
1800.09/1796.31	c Number of update (reduction) of LBD	: 1971959
1800.09/1796.31	c Imported unit clauses	: 0
1800.09/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.31	c number of learned constraints concerned by reduction	: 0
1800.09/1796.31	c number of learning phase by resolution	: 0
1800.09/1796.31	c number of learning phase by cutting planes	: 0
1800.09/1796.31	c speed (assignments/second)	: 961640.6137729054
1800.09/1796.31	c non guided choices	5085
1800.09/1796.31	c timeout
1800.09/1796.33	c learnt constraints type 
1800.09/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143097
1800.09/1796.33	s UNKNOWN
1800.09/1796.33	c Total wall clock time (in seconds): 1796.234

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-4098014-1466119262/watcher-4098014-1466119262 -o /tmp/evaluation-result-4098014-1466119262/solver-4098014-1466119262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466119261-18459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098014-1466119262.opb 

pid=18502
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: 1.25 1.28 1.49 4/193 18505
/proc/meminfo: memFree=30624596/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13972706 98570240 977 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 24065 977 743 9 0 16771 0
[pid=18505/tid=18506] ppid=18502 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13972707 98570240 978 33554432000 1073741824 1073778376 140734735116256 140159995448872 252263089536 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.25 1.28 1.49 4/193 18505
/proc/meminfo: memFree=30624596/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 13972706 9787879424 6120 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2389619 6120 2157 9 0 2380296 0
[pid=18505/tid=18506] ppid=18502 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 13972707 9787879424 6120 33554432000 1073741824 1073778376 140734735116256 140159995452320 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 1.25 1.28 1.49 4/193 18505
/proc/meminfo: memFree=30624596/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 5960 0 1 0 30 1 0 0 20 0 18 0 13972706 9787879424 7976 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2389619 7978 2221 9 0 2380296 0
[pid=18505/tid=18506] ppid=18502 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 13972707 9787879424 7978 33554432000 1073741824 1073778376 140734735116256 140159995452320 140159832096681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 1.25 1.28 1.49 4/193 18505
/proc/meminfo: memFree=30624596/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 6967 0 1 0 56 2 0 0 20 0 18 0 13972706 9787879424 11749 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2389619 11749 2240 9 0 2380296 0
[pid=18505/tid=18506] ppid=18502 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 13972707 9787879424 11749 33554432000 1073741824 1073778376 140734735116256 140159995452320 140159832476186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700336 s]
/proc/loadavg: 1.25 1.28 1.49 4/193 18505
/proc/meminfo: memFree=30624596/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9558476 CPUtime=1 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 7049 0 1 0 96 4 0 0 20 0 18 0 13972706 9787879424 39931 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2389619 39931 2256 9 0 2380296 0
[pid=18505/tid=18506] ppid=18502 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2466 0 1 0 64 3 0 0 20 0 18 0 13972707 9787879424 39931 33554432000 1073741824 1073778376 140734735116256 140159995445264 140159832455689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 1.55 1.34 1.51 5/213 18525
/proc/meminfo: memFree=30397356/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 8483 0 1 0 221 5 0 0 20 0 19 0 13972706 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 42937 2280 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2482 0 1 0 142 3 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159995454024 140159832803085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 13972708 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2128 0 0 0 35 0 0 0 20 0 19 0 13972711 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/18505/task/18521/stat : 18521 (java) S 18502 18505 13694 0 -1 4202560 2502 0 0 0 35 0 0 0 20 0 19 0 13972711 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159075998136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18522] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18522/stat : 18522 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159074945272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18523] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18523/stat : 18523 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159073892936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18525] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 42937 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.55 1.34 1.51 3/213 18525
/proc/meminfo: memFree=30393004/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 8811 0 1 0 385 5 0 0 20 0 19 0 13972706 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 42939 2281 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2484 0 1 0 302 3 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159995453904 140159832730321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13972708 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2453 0 0 0 39 0 0 0 20 0 19 0 13972711 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/18505/task/18521/stat : 18521 (java) S 18502 18505 13694 0 -1 4202560 2502 0 0 0 36 0 0 0 20 0 19 0 13972711 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159075998136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18522] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18522/stat : 18522 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159074945272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18523] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18523/stat : 18523 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159073892936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18525] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 42939 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 1.55 1.34 1.51 4/213 18525
/proc/meminfo: memFree=30383424/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 8819 0 1 0 708 6 0 0 20 0 19 0 13972706 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 42864 2285 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2487 0 1 0 619 3 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159995453928 140159832096695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972707 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13972708 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2457 0 0 0 41 0 0 0 20 0 19 0 13972711 9856040960 42864 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.4 cores=1,3,5,7

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

/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 179551 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.97
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.16 2.03 3/214 18569
/proc/meminfo: memFree=29461192/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=1786.09 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 12000 0 1 0 178501 108 0 0 20 0 19 0 13972706 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 175913 2294 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=1776.29 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2556 0 1 0 177599 30 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159995444944 140159832813569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 375 0 0 0 33 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 298 0 0 0 42 11 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 347 0 0 0 34 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 238 0 0 0 28 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 218 0 0 0 31 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 438 0 0 0 34 13 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 169 0 0 0 36 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 573 0 0 0 41 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 344 0 0 0 39 3 0 0 20 0 19 0 13972708 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2457 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18521/stat : 18521 (java) S 18502 18505 13694 0 -1 4202560 2627 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159075998136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18522] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18522/stat : 18522 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159074945272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18523] ppid=18502 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/18505/task/18523/stat : 18523 (java) S 18502 18505 13694 0 -1 4202560 102 0 0 0 29 35 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159073892936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18525] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.09 2.13 2.02 2/189 18602
/proc/meminfo: memFree=29941972/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 12002 0 1 0 179901 108 0 0 20 0 19 0 13972706 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 175913 2294 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=1790.26 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2556 0 1 0 178995 31 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159995444944 140159832707470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 375 0 0 0 33 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 298 0 0 0 42 11 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 347 0 0 0 34 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 238 0 0 0 28 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 218 0 0 0 31 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 438 0 0 0 34 13 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 169 0 0 0 36 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 573 0 0 0 41 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 344 0 0 0 39 3 0 0 20 0 19 0 13972708 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2457 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18521/stat : 18521 (java) S 18502 18505 13694 0 -1 4202560 2627 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159075998136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18522] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18522/stat : 18522 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159074945272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18523] ppid=18502 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/18505/task/18523/stat : 18523 (java) S 18502 18505 13694 0 -1 4202560 104 0 0 0 29 35 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159073892936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18525] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18505 sig 9
??? kill -18505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.09 2.13 2.02 2/189 18602
/proc/meminfo: memFree=29941972/32872528 swapFree=1199460/1313924
[pid=18505] ppid=18502 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/18505/stat : 18505 (java) S 18502 18505 13694 0 -1 4202496 12002 0 1 0 179901 108 0 0 20 0 19 0 13972706 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140734735107392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18505/statm: 2406260 175913 2294 9 0 2396937 0
[pid=18505/tid=18506] ppid=18502 vsize=9625040 CPUtime=1790.26 cores=1,3,5,7
/proc/18505/task/18506/stat : 18506 (java) R 18502 18505 13694 0 -1 4202560 2556 0 1 0 178995 31 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159995444944 140159832707470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18508] ppid=18502 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18505/task/18508/stat : 18508 (java) S 18502 18505 13694 0 -1 4202560 375 0 0 0 33 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159956945832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18509] ppid=18502 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18505/task/18509/stat : 18509 (java) S 18502 18505 13694 0 -1 4202560 298 0 0 0 42 11 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159955893288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18510] ppid=18502 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/18505/task/18510/stat : 18510 (java) S 18502 18505 13694 0 -1 4202560 347 0 0 0 34 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159954840232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18511] ppid=18502 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18505/task/18511/stat : 18511 (java) S 18502 18505 13694 0 -1 4202560 238 0 0 0 28 6 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159953787688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18512] ppid=18502 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/18505/task/18512/stat : 18512 (java) S 18502 18505 13694 0 -1 4202560 218 0 0 0 31 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159952734632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18513] ppid=18502 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/18505/task/18513/stat : 18513 (java) S 18502 18505 13694 0 -1 4202560 438 0 0 0 34 13 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159951682088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18514] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18514/stat : 18514 (java) S 18502 18505 13694 0 -1 4202560 169 0 0 0 36 7 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159950629032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18515] ppid=18502 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18505/task/18515/stat : 18515 (java) S 18502 18505 13694 0 -1 4202560 573 0 0 0 41 10 0 0 20 0 19 0 13972707 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159832025384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18516] ppid=18502 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/18505/task/18516/stat : 18516 (java) S 18502 18505 13694 0 -1 4202560 344 0 0 0 39 3 0 0 20 0 19 0 13972708 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159819615080 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18517] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18517/stat : 18517 (java) S 18502 18505 13694 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159818561400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18518] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18518/stat : 18518 (java) S 18502 18505 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13972709 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159817508232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18519] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18519/stat : 18519 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159816456976 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18520] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18520/stat : 18520 (java) S 18502 18505 13694 0 -1 4202560 2457 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159077050680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18505/tid=18521] ppid=18502 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18505/task/18521/stat : 18521 (java) S 18502 18505 13694 0 -1 4202560 2627 0 0 0 43 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159075998136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18505/tid=18522] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18522/stat : 18522 (java) S 18502 18505 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159074945272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18505/tid=18523] ppid=18502 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/18505/task/18523/stat : 18523 (java) S 18502 18505 13694 0 -1 4202560 104 0 0 0 29 35 0 0 20 0 19 0 13972711 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159073892936 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18505/tid=18525] ppid=18502 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18505/task/18525/stat : 18525 (java) S 18502 18505 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972805 9856040960 175913 33554432000 1073741824 1073778376 140734735116256 140159072839208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.34
CPU time (s): 1800.09
CPU user time (s): 1799.01
CPU system time (s): 1.08
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.54276
maximum resident set size= 857932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38477
involuntary context switches= 5271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0555 second user time and 14.1588 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-17 01:21:02
IDJOB=4098014
IDBENCH=107839
IDSOLVER=2546
FILE ID=node131/4098014-1466119262
RUNJOBID= node131-1466119261-18459
PBS_JOBID= 19904055
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098014-1466119262/watcher-4098014-1466119262 -o /tmp/evaluation-result-4098014-1466119262/solver-4098014-1466119262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466119261-18459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098014-1466119262.opb

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

MD5SUM BENCH= a0b555e3d97de088b9388687f25060b6
RANDOM SEED=446569788

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        30625240 kB
Buffers:           63920 kB
Cached:           146688 kB
SwapCached:         1964 kB
Active:           123692 kB
Inactive:         105848 kB
Active(anon):      20048 kB
Inactive(anon):     1452 kB
Active(file):     103644 kB
Inactive(file):   104396 kB
Unevictable:     1313924 kB
Mlocked:         1199460 kB
SwapTotal:      67108856 kB
SwapFree:       67099352 kB
Dirty:              6992 kB
Writeback:             4 kB
AnonPages:       1323732 kB
Mapped:            14228 kB
Shmem:                 0 kB
Slab:             569364 kB
SReclaimable:      13460 kB
SUnreclaim:       555904 kB
KernelStack:        1392 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1999864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71700 MiB
End job on node131 at 2016-06-17 01:50:58