Trace number 4085598

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1797.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085598-1465267126.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.09/0.55	c ... done. Wall clock time 0.434s.
1.09/0.55	c declared #vars     8424
1.09/0.55	c #constraints  9186
1.09/0.55	c constraints type 
1.09/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1.09/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.09/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1.09/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1.09/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1.09/0.55	c 9186 constraints processed.
1.09/0.55	c objective function length is 9 literals
2.58/1.51	c cleaning 2493 clauses out of 5000 with flag 25122/5000
3.53/2.45	c cleaning 4244 clauses out of 8508 with flag 58414/11001
4.54/3.49	c cleaning 5627 clauses out of 11263 with flag 94684/18000
5.83/4.73	c cleaning 6799 clauses out of 13636 with flag 130496/26000
6.96/5.83	c cleaning 7895 clauses out of 15838 with flag 181752/35001
8.26/7.11	c cleaning 8951 clauses out of 17942 with flag 242927/45000
9.70/8.52	c cleaning 9992 clauses out of 19991 with flag 305359/56000
11.80/10.68	c cleaning 10989 clauses out of 21999 with flag 388117/68000
14.20/13.02	c cleaning 12000 clauses out of 24012 with flag 448669/81002
17.60/16.40	c cleaning 13005 clauses out of 26011 with flag 517873/95001
21.10/19.96	c cleaning 13970 clauses out of 28005 with flag 571179/110000
24.20/23.04	c cleaning 14999 clauses out of 30036 with flag 641443/126001
27.31/26.18	c cleaning 15974 clauses out of 32039 with flag 705669/143003
30.21/29.04	c cleaning 17019 clauses out of 34064 with flag 779450/161002
33.19/32.00	c cleaning 18009 clauses out of 36043 with flag 870866/180000
39.28/38.04	c cleaning 19005 clauses out of 38035 with flag 927722/200001
44.68/43.44	c cleaning 19995 clauses out of 40029 with flag 1001836/221000
48.08/46.84	c cleaning 21001 clauses out of 42035 with flag 1116310/243001
51.58/50.39	c cleaning 22012 clauses out of 44035 with flag 1227228/266002
56.39/55.17	c cleaning 23000 clauses out of 46021 with flag 1328169/290000
61.64/60.38	c cleaning 24005 clauses out of 48021 with flag 1438209/315000
68.55/67.26	c cleaning 24993 clauses out of 50018 with flag 1541089/341002
78.35/77.06	c cleaning 25995 clauses out of 52023 with flag 1631127/368000
89.15/87.82	c cleaning 26998 clauses out of 54029 with flag 1717009/396001
100.15/98.85	c cleaning 27989 clauses out of 56030 with flag 1827220/425000
112.45/111.19	c cleaning 28993 clauses out of 58042 with flag 1945625/455001
125.05/123.73	c cleaning 30007 clauses out of 60049 with flag 2092936/486001
136.86/135.56	c cleaning 31008 clauses out of 62042 with flag 2219200/518001
150.05/148.71	c cleaning 32013 clauses out of 64034 with flag 2304994/551001
167.57/166.29	c cleaning 32997 clauses out of 66020 with flag 2381792/585000
188.16/186.84	c cleaning 34005 clauses out of 68023 with flag 2457875/620000
202.46/201.13	c cleaning 35004 clauses out of 70020 with flag 2598447/656002
212.18/210.78	c cleaning 35981 clauses out of 72015 with flag 2739983/693001
225.58/224.14	c cleaning 37008 clauses out of 74033 with flag 2858095/731000
244.59/243.12	c cleaning 38006 clauses out of 76026 with flag 2980579/770001
262.68/261.22	c cleaning 39001 clauses out of 78021 with flag 3131650/810002
282.79/281.30	c cleaning 40005 clauses out of 80019 with flag 3279617/851001
303.10/301.61	c cleaning 40993 clauses out of 82014 with flag 3427412/893001
323.80/322.36	c cleaning 42000 clauses out of 84021 with flag 3579239/936001
346.10/344.63	c cleaning 42994 clauses out of 86021 with flag 3723394/980001
369.80/368.39	c cleaning 44002 clauses out of 88026 with flag 3860743/1025000
394.71/393.25	c cleaning 45007 clauses out of 90026 with flag 4009792/1071002
418.72/417.26	c cleaning 45995 clauses out of 92019 with flag 4161335/1118002
446.72/445.20	c cleaning 47003 clauses out of 94022 with flag 4309126/1166000
475.18/473.56	c cleaning 48001 clauses out of 96021 with flag 4470404/1215002
504.08/502.41	c cleaning 49000 clauses out of 98019 with flag 4639705/1265001
534.10/532.46	c cleaning 49994 clauses out of 100018 with flag 4799719/1316000
565.10/563.49	c cleaning 51002 clauses out of 102025 with flag 4970924/1368001
595.90/594.21	c cleaning 52001 clauses out of 104023 with flag 5145928/1421001
627.42/625.78	c cleaning 52993 clauses out of 106022 with flag 5344424/1475001
661.82/660.14	c cleaning 54002 clauses out of 108029 with flag 5517026/1530001
698.82/697.18	c cleaning 55005 clauses out of 110027 with flag 5698917/1586001
736.13/734.44	c cleaning 56000 clauses out of 112022 with flag 5886812/1643001
775.44/773.70	c cleaning 57001 clauses out of 114021 with flag 6068435/1701000
815.33/813.47	c cleaning 58001 clauses out of 116020 with flag 6259386/1760000
857.14/855.20	c cleaning 59000 clauses out of 118020 with flag 6453021/1820001
899.56/897.69	c cleaning 59996 clauses out of 120020 with flag 6641348/1881001
946.18/944.22	c cleaning 61000 clauses out of 122023 with flag 6837073/1943000
992.59/990.66	c cleaning 61997 clauses out of 124023 with flag 7035712/2006000
1042.00/1040.02	c cleaning 63004 clauses out of 126028 with flag 7238754/2070002
1090.93/1088.90	c cleaning 63996 clauses out of 128022 with flag 7445880/2135000
1140.74/1138.79	c cleaning 65005 clauses out of 130026 with flag 7663023/2201000
1195.65/1193.48	c cleaning 65997 clauses out of 132021 with flag 7888580/2268000
1249.88/1247.68	c cleaning 66994 clauses out of 134024 with flag 8103712/2336000
1304.78/1302.57	c cleaning 68002 clauses out of 136031 with flag 8327783/2405001
1363.60/1361.38	c cleaning 69002 clauses out of 138028 with flag 8543219/2475000
1425.12/1422.84	c cleaning 70004 clauses out of 140028 with flag 8769560/2546002
1488.04/1485.71	c cleaning 70996 clauses out of 142022 with flag 8993318/2618000
1554.96/1552.68	c cleaning 72000 clauses out of 144026 with flag 9222661/2691000
1624.57/1622.04	c cleaning 72998 clauses out of 146026 with flag 9453936/2765000
1692.26/1689.78	c cleaning 74011 clauses out of 148029 with flag 9690147/2840001
1765.15/1762.67	c cleaning 74998 clauses out of 150017 with flag 9936347/2916000
1800.05/1797.51	c starts		: 672
1800.05/1797.51	c conflicts		: 2960333
1800.05/1797.51	c decisions		: 4281240
1800.05/1797.51	c propagations		: 1841083355
1800.05/1797.51	c inspects		: 20495021362
1800.05/1797.51	c shortcuts		: 0
1800.05/1797.51	c learnt literals	: 0
1800.05/1797.51	c learnt binary clauses	: 0
1800.05/1797.51	c learnt ternary clauses	: 0
1800.05/1797.51	c learnt constraints	: 2960333
1800.05/1797.51	c ignored constraints	: 0
1800.05/1797.51	c root simplifications	: 0
1800.05/1797.51	c removed literals (reason simplification)	: 0
1800.05/1797.51	c reason swapping (by a shorter reason)	: 0
1800.05/1797.51	c Calls to reduceDB	: 72
1800.05/1797.51	c Number of update (reduction) of LBD	: 709848
1800.05/1797.51	c Imported unit clauses	: 0
1800.05/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.51	c number of learned constraints concerned by reduction	: 0
1800.05/1797.51	c number of learning phase by resolution	: 0
1800.05/1797.51	c number of learning phase by cutting planes	: 0
1800.05/1797.51	c speed (assignments/second)	: 1024558.436419873
1800.05/1797.51	c non guided choices	46702
1800.05/1797.51	c timeout
1800.05/1797.53	c learnt constraints type 
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119353
1800.05/1797.53	s UNKNOWN
1800.05/1797.53	c Total wall clock time (in seconds): 1797.42

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-4085598-1465267126/watcher-4085598-1465267126 -o /tmp/evaluation-result-4085598-1465267126/solver-4085598-1465267126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085598-1465267126.opb 

pid=7463
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.17 2.10 4/194 7466
/proc/meminfo: memFree=30835356/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/7466/stat : 7466 (java) D 7463 7466 3485 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 108647102 2560000 47 33554432000 1073741824 1073778376 140733209026368 140733209023496 213857168679 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 625 47 37 9 0 29 0

[startup+0.100063 s]
/proc/loadavg: 2.14 2.17 2.10 4/194 7466
/proc/meminfo: memFree=30835356/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 108647102 9787879424 6033 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200246 s]
/proc/loadavg: 2.14 2.17 2.10 4/194 7466
/proc/meminfo: memFree=30835356/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 4694 0 1 0 23 1 0 0 20 0 18 0 108647102 9787879424 6792 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2389619 6792 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.14 2.17 2.10 4/194 7466
/proc/meminfo: memFree=30835356/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 7345 0 1 0 49 2 0 0 20 0 18 0 108647102 9787879424 10492 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2389619 10492 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.14 2.17 2.10 4/194 7466
/proc/meminfo: memFree=30835356/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 14132 0 1 0 152 4 0 0 20 0 19 0 108647102 9856040960 28697 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 28697 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.14 2.17 2.10 3/213 7485
/proc/meminfo: memFree=30727152/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=2.58 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 14168 0 1 0 254 4 0 0 20 0 19 0 108647102 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 29670 2267 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2444 0 1 0 144 3 0 0 20 0 19 0 108647103 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140414102649976 140413973323368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) R 7463 7466 3485 0 -1 4202560 3898 0 0 0 51 0 0 0 20 0 19 0 108647108 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413921945664 140414109453073 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) R 7463 7466 3485 0 -1 4202560 6554 0 0 0 56 0 0 0 20 0 19 0 108647108 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413920892984 140414105518170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 29670 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.13 2.16 2.10 3/213 7485
/proc/meminfo: memFree=30718588/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 14176 0 1 0 419 4 0 0 20 0 19 0 108647102 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 32742 2267 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2452 0 1 0 303 3 0 0 20 0 19 0 108647103 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140414102651464 140413974078545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) S 7463 7466 3485 0 -1 4202560 3898 0 0 0 53 0 0 0 20 0 19 0 108647108 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413921945784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) S 7463 7466 3485 0 -1 4202560 6554 0 0 0 59 0 0 0 20 0 19 0 108647108 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413920892984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 32742 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.13 2.16 2.10 3/213 7485
/proc/meminfo: memFree=30688380/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 14193 0 1 0 741 5 0 0 20 0 19 0 108647102 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 40270 2268 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2468 0 1 0 621 3 0 0 20 0 19 0 108647103 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140414102651256 140413973987603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108647104 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) S 7463 7466 3485 0 -1 4202560 3898 0 0 0 55 0 0 0 20 0 19 0 108647108 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413921945784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) S 7463 7466 3485 0 -1 4202560 6554 0 0 0 60 0 0 0 20 0 19 0 108647108 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413920892984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 40270 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040


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

[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.09 2.09 3/212 7617
/proc/meminfo: memFree=30445720/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=1784.85 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 15614 0 1 0 178412 73 0 0 20 0 19 0 108647102 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 114331 2282 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=1777.26 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2485 0 1 0 177692 34 0 0 20 0 19 0 108647103 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140414102642368 140413973987355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 201 0 0 0 12 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 54 0 0 0 15 2 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 209 0 0 0 12 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 91 0 0 0 15 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 88 0 0 0 12 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 221 0 0 0 15 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 285 0 0 0 10 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) S 7463 7466 3485 0 -1 4202560 3903 0 0 0 57 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413921945784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) S 7463 7466 3485 0 -1 4202560 6554 0 0 0 60 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413920892984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 104 0 0 0 29 35 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.10 2.08 2.08 3/213 7618
/proc/meminfo: memFree=30443076/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 15614 0 1 0 179932 73 0 0 20 0 19 0 108647102 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 114331 2282 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=1792.42 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2485 0 1 0 179208 34 0 0 20 0 19 0 108647103 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140414102642368 140413973777440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 201 0 0 0 12 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 54 0 0 0 15 2 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 209 0 0 0 12 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 91 0 0 0 15 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 88 0 0 0 12 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 221 0 0 0 15 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 285 0 0 0 10 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) S 7463 7466 3485 0 -1 4202560 3903 0 0 0 57 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413921945784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) S 7463 7466 3485 0 -1 4202560 6554 0 0 0 60 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413920892984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 104 0 0 0 29 35 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 7466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.10 2.08 2.08 3/213 7618
/proc/meminfo: memFree=30443076/32872528 swapFree=12352/737972
[pid=7466] ppid=7463 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/7466/stat : 7466 (java) S 7463 7466 3485 0 -1 4202496 15614 0 1 0 179932 73 0 0 20 0 19 0 108647102 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140733209017504 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7466/statm: 2406260 114331 2282 9 0 2396937 0
[pid=7466/tid=7468] ppid=7463 vsize=9625040 CPUtime=1792.42 cores=1,3,5,7
/proc/7466/task/7468/stat : 7468 (java) R 7463 7466 3485 0 -1 4202560 2485 0 1 0 179208 34 0 0 20 0 19 0 108647103 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140414102642368 140413973777440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7469] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7469/stat : 7469 (java) S 7463 7466 3485 0 -1 4202560 201 0 0 0 12 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413945723688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7470] ppid=7463 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7466/task/7470/stat : 7470 (java) S 7463 7466 3485 0 -1 4202560 54 0 0 0 15 2 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413944670888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7471] ppid=7463 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7466/task/7471/stat : 7471 (java) S 7463 7466 3485 0 -1 4202560 209 0 0 0 12 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413943618600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7472] ppid=7463 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7466/task/7472/stat : 7472 (java) S 7463 7466 3485 0 -1 4202560 91 0 0 0 15 5 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413942565800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7473] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7473/stat : 7473 (java) S 7463 7466 3485 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413941512488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7474] ppid=7463 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7466/task/7474/stat : 7474 (java) S 7463 7466 3485 0 -1 4202560 88 0 0 0 12 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413940459688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7475] ppid=7463 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7466/task/7475/stat : 7475 (java) S 7463 7466 3485 0 -1 4202560 221 0 0 0 15 4 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413939407400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7476] ppid=7463 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7466/task/7476/stat : 7476 (java) S 7463 7466 3485 0 -1 4202560 285 0 0 0 10 3 0 0 20 0 19 0 108647104 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413938354600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7466/tid=7477] ppid=7463 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7466/task/7477/stat : 7477 (java) S 7463 7466 3485 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413926157032 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7478] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7478/stat : 7478 (java) S 7463 7466 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108647105 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413925103096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7479] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7479/stat : 7479 (java) S 7463 7466 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108647106 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413924050696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7480] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7480/stat : 7480 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413922999184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7481] ppid=7463 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7466/task/7481/stat : 7481 (java) S 7463 7466 3485 0 -1 4202560 3903 0 0 0 57 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413921945784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7466/tid=7482] ppid=7463 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7466/task/7482/stat : 7482 (java) S 7463 7466 3485 0 -1 4202560 6554 0 0 0 60 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413920892984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7483] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7483/stat : 7483 (java) S 7463 7466 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413919840888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7466/tid=7484] ppid=7463 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7466/task/7484/stat : 7484 (java) S 7463 7466 3485 0 -1 4202560 104 0 0 0 29 35 0 0 20 0 19 0 108647108 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413918788296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7466/tid=7485] ppid=7463 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7466/task/7485/stat : 7485 (java) S 7463 7466 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108647158 9856040960 114331 33554432000 1073741824 1073778376 140733209026368 140413917734312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 7466 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=739158
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=131827
# CPU time returned by wait4() is 1795.87
# 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): 1797.54
CPU time (s): 1800.05
CPU user time (s): 1799.32
CPU system time (s): 0.73
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.13183
maximum resident set size= 457444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15651
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38199
involuntary context switches= 6764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7634 second user time and 13.284 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 04:38:46
IDJOB=4085598
IDBENCH=71849
IDSOLVER=2546
FILE ID=node112/4085598-1465267126
RUNJOBID= node112-1465252319-3502
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085598-1465267126/watcher-4085598-1465267126 -o /tmp/evaluation-result-4085598-1465267126/solver-4085598-1465267126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085598-1465267126.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=79196046

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30835372 kB
Buffers:           98052 kB
Cached:           120348 kB
SwapCached:         1624 kB
Active:           419376 kB
Inactive:         140956 kB
Active(anon):     343816 kB
Inactive(anon):      608 kB
Active(file):      75560 kB
Inactive(file):   140348 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       1079420 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             597828 kB
SReclaimable:      41256 kB
SUnreclaim:       556572 kB
KernelStack:        1600 kB
PageTables:         6860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1176216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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= 71744 MiB
End job on node112 at 2016-06-07 05:08:44