Trace number 4103430

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 Res+CP PB16? (TO) 1800.1 897.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables103872
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.39	c See www.sat4j.org for details.
0.04/0.39	c version PB16.v20160501
0.04/0.39	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.39	c java.vm.version	19.1-b02
0.04/0.39	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.39	c sun.arch.data.model	64
0.04/0.39	c java.version		1.6.0_24
0.04/0.39	c os.name		Linux
0.04/0.39	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.39	c os.arch		amd64
0.04/0.39	c Free memory 		501472288
0.04/0.39	c Max memory 		7480803328
0.04/0.39	c Total memory 		504102912
0.04/0.39	c Number of processors 	8
0.10/0.43	c Pseudo Boolean Optimization by upper bound
0.10/0.43	c ManyCore solver with 2 solvers running in parallel
0.10/0.43	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.43	c --- Begin Solver configuration ---
0.10/0.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.43	c Learn all clauses as in MiniSAT
0.10/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.43	c Expensive reason simplification
0.10/0.43	c Glucose 2.1 dynamic restart strategy
0.10/0.43	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.10/0.43	c timeout=2147483s
0.10/0.43	c DB Simplification allowed=false
0.10/0.43	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.43	c --- End Solver configuration ---
0.10/0.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.43	c --- Begin Solver configuration ---
0.10/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.43	c Learn all clauses as in MiniSAT
0.10/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.43	c No reason simplification
0.10/0.43	c Armin Biere (Picosat) restarts strategy
0.10/0.43	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.10/0.43	c timeout=2147483s
0.10/0.43	c DB Simplification allowed=false
0.10/0.43	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.43	c --- End Solver configuration ---
0.10/0.43	c solving HOME/instance-4103430-1466240588.opb
0.10/0.43	c reading problem ... 
0.10/0.44	c  objective function found
2.14/1.56	c ... done. Wall clock time 1.13s.
2.14/1.56	c declared #vars     103872
2.14/1.56	c #constraints  4560
2.14/1.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.14/1.57	c constraints type 
2.14/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
2.14/1.57	c 4560 constraints processed.
2.14/1.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.14/1.57	c constraints type 
2.14/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
2.14/1.57	c 4560 constraints processed.
2.14/1.57	c objective function length is 37632 literals
7.53/3.62	c cleaning 2495 clauses out of 4999 with flag 14835/5001
10.21/4.86	c cleaning 4238 clauses out of 8506 with flag 47393/11003
12.21/5.83	c cleaning 5620 clauses out of 11266 with flag 63013/18001
14.72/7.05	c cleaning 6812 clauses out of 13646 with flag 80405/26001
17.84/8.52	c cleaning 7907 clauses out of 15833 with flag 100151/35000
21.39/10.29	c cleaning 8951 clauses out of 17926 with flag 122627/45000
26.02/12.46	c cleaning 9974 clauses out of 19975 with flag 147641/56000
31.46/14.97	c cleaning 10984 clauses out of 21986 with flag 183259/68001
36.27/17.34	c cleaning 11991 clauses out of 23998 with flag 214406/81001
40.93/19.62	c cleaning 12993 clauses out of 26007 with flag 244508/95001
46.36/22.30	c cleaning 14003 clauses out of 28013 with flag 276851/110000
52.81/25.54	c cleaning 14996 clauses out of 30010 with flag 311718/126000
60.41/29.36	c cleaning 15994 clauses out of 32014 with flag 348920/143000
69.45/33.81	c cleaning 16998 clauses out of 34020 with flag 388142/161000
76.05/37.18	c cleaning 18006 clauses out of 36016 with flag 456816/180000
84.27/41.29	c cleaning 18991 clauses out of 38007 with flag 559675/200000
92.67/45.46	c cleaning 19981 clauses out of 40001 with flag 616302/221001
103.51/50.86	c cleaning 20989 clauses out of 42020 with flag 676021/243001
117.72/57.97	c cleaning 22001 clauses out of 44025 with flag 821179/266000
135.57/66.86	c cleaning 23006 clauses out of 46025 with flag 1045081/290001
160.90/79.48	c cleaning 24006 clauses out of 48018 with flag 1350231/315000
178.16/88.08	c cleaning 0 clauses out of 5000 with flag 0/5000
185.76/91.78	c cleaning 25002 clauses out of 50012 with flag 1640916/341000
196.92/97.27	c cleaning 25993 clauses out of 52010 with flag 1732497/368002
210.77/104.19	c cleaning 26996 clauses out of 54010 with flag 1816255/396000
227.63/112.58	c cleaning 27997 clauses out of 56014 with flag 1880993/425000
246.24/121.85	c cleaning 28995 clauses out of 58017 with flag 1948016/455000
259.89/128.69	c cleaning 29986 clauses out of 60006 with flag 2060363/486000
276.53/136.91	c cleaning 30991 clauses out of 62009 with flag 2145857/518001
298.60/147.92	c cleaning 31994 clauses out of 64018 with flag 2221226/551001
323.45/160.36	c cleaning 32996 clauses out of 66024 with flag 2298509/585001
342.08/169.65	c cleaning 34012 clauses out of 68029 with flag 2390454/620002
356.17/176.88	c cleaning 34990 clauses out of 70011 with flag 2497839/656001
375.00/186.29	c cleaning 35996 clauses out of 72021 with flag 2589376/693001
407.41/202.38	c cleaning 37002 clauses out of 74024 with flag 2674166/731000
428.67/212.91	c cleaning 37994 clauses out of 76014 with flag 2817360/770000
450.49/223.90	c cleaning 38998 clauses out of 78020 with flag 2962054/810000
467.34/232.21	c cleaning 40000 clauses out of 80018 with flag 3100292/851000
508.84/252.91	c cleaning 41005 clauses out of 82019 with flag 3200040/893001
527.73/262.38	c cleaning 42000 clauses out of 84013 with flag 3335413/936000
567.08/281.94	c cleaning 42998 clauses out of 86013 with flag 3444349/980000
598.80/297.98	c cleaning 43994 clauses out of 88014 with flag 3872414/1025001
644.68/320.88	c cleaning 44998 clauses out of 90020 with flag 3999347/1071001
660.76/328.86	c cleaning 45993 clauses out of 92019 with flag 4115125/1118000
688.20/342.52	c cleaning 46982 clauses out of 94028 with flag 4250830/1166003
737.96/367.35	c cleaning 47992 clauses out of 96043 with flag 4421883/1215000
763.07/379.85	c cleaning 49022 clauses out of 98050 with flag 4664106/1265000
789.21/392.85	c cleaning 49999 clauses out of 100027 with flag 4908169/1316001
841.80/419.26	c cleaning 51004 clauses out of 102024 with flag 5501799/1368001
912.19/454.32	c cleaning 52001 clauses out of 104019 with flag 6218259/1421000
976.42/486.32	c cleaning 52995 clauses out of 106019 with flag 6954343/1475001
1015.79/506.20	c cleaning 54005 clauses out of 108023 with flag 7224486/1530000
1082.98/539.71	c cleaning 54999 clauses out of 110018 with flag 7355055/1586000
1155.82/576.06	c cleaning 56004 clauses out of 112020 with flag 7490673/1643001
1229.65/612.86	c cleaning 57000 clauses out of 114015 with flag 7629953/1701000
1313.63/654.70	c cleaning 58000 clauses out of 116015 with flag 7769932/1760000
1400.68/698.11	c cleaning 59007 clauses out of 118015 with flag 7909671/1820000
1435.04/715.41	c cleaning 59995 clauses out of 120005 with flag 8210960/1881001
1473.58/734.68	c cleaning 60993 clauses out of 122010 with flag 8719093/1943002
1513.49/754.56	c cleaning 61999 clauses out of 124015 with flag 8936680/2006000
1571.13/783.25	c cleaning 62985 clauses out of 126017 with flag 9123771/2070001
1651.49/823.32	c cleaning 0 clauses out of 11000 with flag 0/11000
1663.15/829.17	c cleaning 64010 clauses out of 128027 with flag 9317450/2135000
1694.20/844.52	c cleaning 64998 clauses out of 130011 with flag 9628126/2201000
1737.60/866.13	c cleaning 65993 clauses out of 132012 with flag 9851175/2268000
1800.10/897.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.50	c starts		: 3941
1800.10/897.50	c conflicts		: 2318352
1800.10/897.50	c decisions		: 9033185
1800.10/897.50	c propagations		: 145447817
1800.10/897.50	c inspects		: 8629747805
1800.10/897.50	c shortcuts		: 0
1800.10/897.50	c learnt literals	: 132
1800.10/897.50	c learnt binary clauses	: 630
1800.10/897.50	c learnt ternary clauses	: 99
1800.10/897.50	c learnt constraints	: 2318220
1800.10/897.50	c ignored constraints	: 0
1800.10/897.50	c root simplifications	: 0
1800.10/897.50	c removed literals (reason simplification)	: 13543367
1800.10/897.50	c reason swapping (by a shorter reason)	: 0
1800.10/897.50	c Calls to reduceDB	: 63
1800.10/897.50	c Number of update (reduction) of LBD	: 272275
1800.10/897.51	c Imported unit clauses	: 0
1800.10/897.51	c number of reductions to clauses (during analyze)	: 0
1800.10/897.51	c number of learned constraints concerned by reduction	: 0
1800.10/897.51	c number of learning phase by resolution	: 0
1800.10/897.51	c number of learning phase by cutting planes	: 0
1800.10/897.51	c speed (assignments/second)	: 162362.05549304327
1800.10/897.51	c non guided choices	3182409
1800.10/897.53	c learnt constraints type 
1800.10/897.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 630
1800.10/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115742
1800.10/897.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.53	c starts		: 6
1800.10/897.53	c conflicts		: 11382
1800.10/897.53	c decisions		: 2368839
1800.10/897.53	c propagations		: 3200176
1800.10/897.53	c inspects		: 917255795
1800.10/897.53	c shortcuts		: 0
1800.10/897.53	c learnt literals	: 0
1800.10/897.53	c learnt binary clauses	: 0
1800.10/897.53	c learnt ternary clauses	: 0
1800.10/897.53	c learnt constraints	: 11381
1800.10/897.53	c ignored constraints	: 0
1800.10/897.53	c root simplifications	: 0
1800.10/897.53	c removed literals (reason simplification)	: 0
1800.10/897.53	c reason swapping (by a shorter reason)	: 0
1800.10/897.53	c Calls to reduceDB	: 2
1800.10/897.53	c Number of update (reduction) of LBD	: 0
1800.10/897.53	c Imported unit clauses	: 0
1800.10/897.53	c number of reductions to clauses (during analyze)	: 0
1800.10/897.53	c number of learned constraints concerned by reduction	: 0
1800.10/897.53	c number of learning phase by resolution	: 0
1800.10/897.53	c number of learning phase by cutting planes	: 0
1800.10/897.53	c speed (assignments/second)	: 3572.183153617753
1800.10/897.53	c non guided choices	0
1800.10/897.54	c learnt constraints type 
1800.10/897.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 192
1800.10/897.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11189
1800.10/897.54	s UNKNOWN
1800.10/897.54	c Total wall clock time (in seconds): 897.103

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-4103430-1466240588/watcher-4103430-1466240588 -o /tmp/evaluation-result-4103430-1466240588/solver-4103430-1466240588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103430-1466240588.opb 

pid=22134
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.11 1.30 1.75 2/176 22137
/proc/meminfo: memFree=30396036/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22137/stat : 22137 (java) D 22134 22137 22091 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 26104374 2560000 46 33554432000 1073741824 1073778376 140736028870672 140736028867800 239863950631 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/22137/statm: 625 46 37 9 0 29 0

[startup+0.100157 s]
/proc/loadavg: 1.11 1.30 1.75 2/176 22137
/proc/meminfo: memFree=30396036/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 1348 0 17 0 0 0 0 0 20 0 2 0 26104374 98578432 988 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 24067 988 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.200333 s]
/proc/loadavg: 1.11 1.30 1.75 2/176 22137
/proc/meminfo: memFree=30396036/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 2866 0 22 0 0 1 0 0 20 0 10 0 26104374 9233014784 2998 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2254154 2998 1539 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.300294 s]
/proc/loadavg: 1.11 1.30 1.75 2/176 22137
/proc/meminfo: memFree=30396036/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 3168 0 22 0 3 1 0 0 20 0 13 0 26104374 9446973440 3809 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2306390 3809 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.700195 s]
/proc/loadavg: 1.11 1.30 1.75 2/176 22137
/proc/meminfo: memFree=30396036/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9558476 CPUtime=0.68 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 10556 0 22 0 65 3 0 0 20 0 18 0 26104374 9787879424 18947 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2389619 18947 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.11 1.30 1.75 10/211 22172
/proc/meminfo: memFree=29979040/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9558476 CPUtime=2.14 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 14727 0 22 0 197 17 0 0 20 0 18 0 26104374 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2389619 63836 2270 9 0 2380296 0
[pid=22137/tid=22140] ppid=22134 vsize=9558476 CPUtime=1.05 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) R 22134 22137 22091 0 -1 4202560 2510 0 7 0 102 3 0 0 20 0 18 0 26104383 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140586152847672 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22091 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585996073896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585995021352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 118 0 0 0 2 1 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 168 0 0 0 4 2 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 103 0 0 0 2 1 0 0 20 0 18 0 26104391 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26104394 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26104396 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26104396 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26104407 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) S 22134 22137 22091 0 -1 4202560 7047 0 0 0 32 2 0 0 20 0 18 0 26104407 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585972295992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) S 22134 22137 22091 0 -1 4202560 3271 0 0 0 31 0 0 0 20 0 18 0 26104407 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585971243448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26104407 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26104407 9787879424 63836 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 1.11 1.30 1.75 5/219 22180
/proc/meminfo: memFree=29845100/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9824732 CPUtime=6.35 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 17853 0 22 0 611 24 0 0 20 0 22 0 26104374 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2456183 102614 2279 9 0 2446860 0
[pid=22137/tid=22140] ppid=22134 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22091 0 -1 4202560 2516 0 7 0 109 3 0 0 20 0 22 0 26104383 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140586152850296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22091 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585996073896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22091 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585995021352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 187 0 0 0 4 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 176 0 0 0 6 3 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 22 0 26104391 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26104394 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) R 22134 22137 22091 0 -1 4202560 7057 0 0 0 89 2 0 0 20 0 22 0 26104407 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585972295992 239872783048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) R 22134 22137 22091 0 -1 4202560 5928 0 0 0 75 1 0 0 20 0 22 0 26104407 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585971243448 140586158844160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22177] ppid=22134 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/22137/task/22177/stat : 22177 (java) R 22134 22137 22091 0 -1 4202560 28 0 0 0 143 0 0 0 20 0 22 0 26104531 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585968083800 140586093346047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22178] ppid=22134 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/22137/task/22178/stat : 22178 (java) R 22134 22137 22091 0 -1 4202560 76 0 0 0 142 1 0 0 20 0 22 0 26104531 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585967031016 140586093169561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22179] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22179/stat : 22179 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585965978920 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22180] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22180/stat : 22180 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 102614 33554432000 1073741824 1073778376 140734275162688 140585964926376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 1.34 1.34 1.76 5/219 22180
/proc/meminfo: memFree=29363308/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9824732 CPUtime=13.33 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 20090 0 22 0 1296 37 0 0 20 0 22 0 26104374 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2456183 171245 2284 9 0 2446860 0
[pid=22137/tid=22140] ppid=22134 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22091 0 -1 4202560 2516 0 7 0 109 3 0 0 20 0 22 0 26104383 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140586152850296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22091 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585996073896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22091 0 -1 4202560 73 0 0 0 9 2 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585995021352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 57 0 0 0 6 2 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 124 0 0 0 7 3 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 213 0 0 0 8 3 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 194 0 0 0 10 4 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 160 0 0 0 7 2 0 0 20 0 22 0 26104391 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 22 0 26104394 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) S 22134 22137 22091 0 -1 4202560 7948 0 0 0 118 2 0 0 20 0 22 0 26104407 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585972295992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) S 22134 22137 22091 0 -1 4202560 6504 0 0 0 89 2 0 0 20 0 22 0 26104407 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585971243448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 171245 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22177] ppid=22134 vsize=9824732 CPUtime=4.51 cores=1,3,5,7

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

/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 428 0 0 0 205 8 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 449 0 0 0 202 10 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 474 0 0 0 196 11 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 455 0 0 0 194 11 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 598 0 0 0 210 11 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 492 0 0 0 206 10 0 0 20 0 22 0 26104391 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 17355 0 0 0 253 39 0 0 20 0 22 0 26104394 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) S 22134 22137 22091 0 -1 4202560 12942 0 0 0 224 4 0 0 20 0 22 0 26104407 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585972295992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) S 22134 22137 22091 0 -1 4202560 7796 0 0 0 116 2 0 0 20 0 22 0 26104407 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585971243448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 26104407 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22177] ppid=22134 vsize=9824732 CPUtime=870.22 cores=1,3,5,7
/proc/22137/task/22177/stat : 22177 (java) R 22134 22137 22091 0 -1 4202560 227 0 0 0 87006 16 0 0 20 0 22 0 26104531 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585968082720 140586093102890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22178] ppid=22134 vsize=9824732 CPUtime=870.35 cores=1,3,5,7
/proc/22137/task/22178/stat : 22178 (java) R 22134 22137 22091 0 -1 4202560 1994 0 0 0 86986 49 0 0 20 0 22 0 26104531 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585967029408 140586093423515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22179] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22179/stat : 22179 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585965978920 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22180] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22180/stat : 22180 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 390155 33554432000 1073741824 1073778376 140734275162688 140585964926376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1769.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 4.16 4.07 3.26 6/219 22200
/proc/meminfo: memFree=25418380/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 47961 0 22 0 179820 190 0 0 20 0 22 0 26104374 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2456183 388145 2293 9 0 2446860 0
[pid=22137/tid=22140] ppid=22134 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22091 0 -1 4202560 2526 0 7 0 112 6 0 0 20 0 22 0 26104383 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140586152850296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22091 0 -1 4202560 484 0 0 0 194 12 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585996073896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22091 0 -1 4202560 409 0 0 0 207 10 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585995021352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 428 0 0 0 207 8 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 456 0 0 0 205 10 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 480 0 0 0 199 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 459 0 0 0 198 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 603 0 0 0 211 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 498 0 0 0 208 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 17355 0 0 0 253 39 0 0 20 0 22 0 26104394 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) S 22134 22137 22091 0 -1 4202560 12942 0 0 0 224 4 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585972295992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) S 22134 22137 22091 0 -1 4202560 7796 0 0 0 116 2 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585971243448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22177] ppid=22134 vsize=9824732 CPUtime=885.31 cores=1,3,5,7
/proc/22137/task/22177/stat : 22177 (java) R 22134 22137 22091 0 -1 4202560 229 0 0 0 88515 16 0 0 20 0 22 0 26104531 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585968082848 140586093497384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22178] ppid=22134 vsize=9824732 CPUtime=885.45 cores=1,3,5,7
/proc/22137/task/22178/stat : 22178 (java) R 22134 22137 22091 0 -1 4202560 1996 0 0 0 88496 49 0 0 20 0 22 0 26104531 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585967029408 140586093068825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22179] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22179/stat : 22179 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585965978920 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22180] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22180/stat : 22180 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585964926376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

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 22137 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 4.16 4.07 3.26 6/219 22200
/proc/meminfo: memFree=25418380/32872528 swapFree=1459628/1655852
[pid=22137] ppid=22134 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 22091 0 -1 4202496 47961 0 22 0 179820 190 0 0 20 0 22 0 26104374 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140734275153824 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 5 0 0
/proc/22137/statm: 2456183 388145 2293 9 0 2446860 0
[pid=22137/tid=22140] ppid=22134 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22091 0 -1 4202560 2526 0 7 0 112 6 0 0 20 0 22 0 26104383 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140586152850296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22091 0 -1 4202560 484 0 0 0 194 12 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585996073896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22091 0 -1 4202560 409 0 0 0 207 10 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585995021352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22091 0 -1 4202560 428 0 0 0 207 8 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585993968296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22091 0 -1 4202560 456 0 0 0 205 10 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585992915752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22091 0 -1 4202560 480 0 0 0 199 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585991862696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22091 0 -1 4202560 459 0 0 0 198 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585990810152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22091 0 -1 4202560 603 0 0 0 211 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585989757096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22091 0 -1 4202560 498 0 0 0 208 11 0 0 20 0 22 0 26104391 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585988704552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22158] ppid=22134 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/22137/task/22158/stat : 22158 (java) S 22134 22137 22091 0 -1 4202560 17355 0 0 0 253 39 0 0 20 0 22 0 26104394 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585976507240 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22159] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22159/stat : 22159 (java) S 22134 22137 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585975453560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22161] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22161/stat : 22161 (java) S 22134 22137 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585974400392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22164] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22164/stat : 22164 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585973349136 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22137/tid=22167] ppid=22134 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/22137/task/22167/stat : 22167 (java) S 22134 22137 22091 0 -1 4202560 12942 0 0 0 224 4 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585972295992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22169] ppid=22134 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22137/task/22169/stat : 22169 (java) S 22134 22137 22091 0 -1 4202560 7796 0 0 0 116 2 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585971243448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22171] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22171/stat : 22171 (java) S 22134 22137 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585970190584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22137/tid=22172] ppid=22134 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22137/task/22172/stat : 22172 (java) S 22134 22137 22091 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 26104407 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585969138248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22177] ppid=22134 vsize=9824732 CPUtime=885.31 cores=1,3,5,7
/proc/22137/task/22177/stat : 22177 (java) R 22134 22137 22091 0 -1 4202560 229 0 0 0 88515 16 0 0 20 0 22 0 26104531 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585968082848 140586093497384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22137/tid=22178] ppid=22134 vsize=9824732 CPUtime=885.45 cores=1,3,5,7
/proc/22137/task/22178/stat : 22178 (java) R 22134 22137 22091 0 -1 4202560 1996 0 0 0 88496 49 0 0 20 0 22 0 26104531 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585967029408 140586093068825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22179] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22179/stat : 22179 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585965978920 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22137/tid=22180] ppid=22134 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22137/task/22180/stat : 22180 (java) S 22134 22137 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104542 10060525568 388145 33554432000 1073741824 1073778376 140734275162688 140585964926376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22137 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=818298
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=402634
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.55
CPU time (s): 1800.1
CPU user time (s): 1798.2
CPU system time (s): 1.9
CPU usage (%): 200.557
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 2.40263
maximum resident set size= 2944980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48002
page faults= 22
swaps= 0
block input operations= 9144
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32992
involuntary context switches= 41536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43602 second user time and 8.18576 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 11:03:09
IDJOB=4103430
IDBENCH=2356
IDSOLVER=2543
FILE ID=node136/4103430-1466240588
RUNJOBID= node136-1466240588-22108
PBS_JOBID= 19918192
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103430-1466240588/watcher-4103430-1466240588 -o /tmp/evaluation-result-4103430-1466240588/solver-4103430-1466240588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103430-1466240588.opb

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

MD5SUM BENCH= a644593dc228e712d5b0d277ee939168
RANDOM SEED=1046546318

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        30396788 kB
Buffers:            2412 kB
Cached:            64360 kB
SwapCached:        47200 kB
Active:            36824 kB
Inactive:          78880 kB
Active(anon):       4712 kB
Inactive(anon):    47112 kB
Active(file):      32112 kB
Inactive(file):    31768 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67053932 kB
Dirty:              9432 kB
Writeback:            16 kB
AnonPages:       1660556 kB
Mapped:             8468 kB
Shmem:                 0 kB
Slab:             569520 kB
SReclaimable:      13636 kB
SUnreclaim:       555884 kB
KernelStack:        1424 kB
PageTables:         7700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1764300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71728 MiB
End job on node136 at 2016-06-18 11:18:06