Trace number 4097440

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.74 1798.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_34.opb
MD5SUM5ee8cce6179355f75b48d7b22303ef47
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark611.576
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints7845
Number of constraints which are clauses7840
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 74
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097440-1466118055.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.34	c ... done. Wall clock time 0.241s.
0.54/0.34	c declared #vars     1640
0.54/0.34	c #constraints  7849
0.54/0.34	c constraints type 
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4680
0.54/0.34	c org.sat4j.specs.Constr$1 => 4
0.54/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3159
0.54/0.34	c 7849 constraints processed.
1.57/1.03	c cleaning 2494 clauses out of 5000 with flag 20985/5000
2.44/1.73	c cleaning 4251 clauses out of 8506 with flag 52983/11000
3.24/2.59	c cleaning 5623 clauses out of 11255 with flag 78837/18000
4.35/3.62	c cleaning 6812 clauses out of 13632 with flag 112511/26000
5.56/4.87	c cleaning 7902 clauses out of 15820 with flag 152722/35000
6.87/6.20	c cleaning 8954 clauses out of 17919 with flag 198362/45001
8.37/7.70	c cleaning 9974 clauses out of 19964 with flag 244682/56000
10.07/9.30	c cleaning 10992 clauses out of 21990 with flag 302299/68000
11.88/11.17	c cleaning 11996 clauses out of 24000 with flag 366740/81002
13.98/13.21	c cleaning 12998 clauses out of 26004 with flag 449315/95002
16.18/15.50	c cleaning 14000 clauses out of 28004 with flag 537159/110000
18.58/17.88	c cleaning 14998 clauses out of 30005 with flag 620745/126001
21.27/20.50	c cleaning 16000 clauses out of 32008 with flag 709475/143002
24.27/23.51	c cleaning 16999 clauses out of 34006 with flag 816871/161000
27.47/26.78	c cleaning 17996 clauses out of 36007 with flag 929384/180000
31.07/30.32	c cleaning 19004 clauses out of 38012 with flag 1049446/200001
34.68/33.97	c cleaning 20000 clauses out of 40008 with flag 1171090/221001
38.68/37.99	c cleaning 20999 clauses out of 42007 with flag 1311889/243000
43.08/42.38	c cleaning 21995 clauses out of 44008 with flag 1470269/266000
47.78/47.04	c cleaning 23001 clauses out of 46013 with flag 1627893/290000
52.67/51.97	c cleaning 23998 clauses out of 48012 with flag 1799354/315000
58.38/57.60	c cleaning 25005 clauses out of 50014 with flag 1992341/341000
64.59/63.81	c cleaning 25998 clauses out of 52009 with flag 2184424/368000
70.88/70.18	c cleaning 26999 clauses out of 54012 with flag 2309036/396001
77.48/76.80	c cleaning 28002 clauses out of 56013 with flag 2443875/425001
84.68/83.99	c cleaning 29000 clauses out of 58013 with flag 2606618/455003
91.78/91.00	c cleaning 29992 clauses out of 60010 with flag 2754447/486000
99.22/98.45	c cleaning 31002 clauses out of 62018 with flag 2930729/518000
106.43/105.68	c cleaning 32004 clauses out of 64016 with flag 3124305/551000
114.42/113.64	c cleaning 32999 clauses out of 66012 with flag 3293773/585000
122.52/121.75	c cleaning 33995 clauses out of 68014 with flag 3491375/620001
131.42/130.63	c cleaning 35000 clauses out of 70018 with flag 3709371/656000
141.02/140.22	c cleaning 36002 clauses out of 72019 with flag 3914286/693001
150.92/150.19	c cleaning 36998 clauses out of 74016 with flag 4121975/731000
161.44/160.64	c cleaning 37999 clauses out of 76018 with flag 4363270/770000
172.44/171.62	c cleaning 39001 clauses out of 78019 with flag 4593537/810000
184.14/183.34	c cleaning 40001 clauses out of 80018 with flag 4838745/851000
195.84/195.04	c cleaning 40999 clauses out of 82019 with flag 5073690/893002
207.45/206.67	c cleaning 41998 clauses out of 84018 with flag 5317970/936000
220.36/219.56	c cleaning 43002 clauses out of 86021 with flag 5586656/980001
233.56/232.70	c cleaning 43999 clauses out of 88019 with flag 5866028/1025001
248.17/247.31	c cleaning 44997 clauses out of 90021 with flag 6164819/1071002
263.66/262.80	c cleaning 46003 clauses out of 92023 with flag 6478154/1118001
279.09/278.26	c cleaning 47004 clauses out of 94021 with flag 6806079/1166002
294.19/293.37	c cleaning 48002 clauses out of 96017 with flag 7143178/1215002
309.20/308.39	c cleaning 48996 clauses out of 98013 with flag 7473347/1265000
326.30/325.42	c cleaning 50000 clauses out of 100017 with flag 7860212/1316000
342.50/341.61	c cleaning 50997 clauses out of 102017 with flag 8212929/1368000
360.20/359.33	c cleaning 51999 clauses out of 104021 with flag 8597096/1421001
378.31/377.41	c cleaning 53004 clauses out of 106021 with flag 8952423/1475000
397.41/396.51	c cleaning 53999 clauses out of 108018 with flag 9295186/1530001
416.81/415.95	c cleaning 54998 clauses out of 110018 with flag 9620489/1586000
438.12/437.21	c cleaning 55998 clauses out of 112020 with flag 9942990/1643000
460.12/459.21	c cleaning 56999 clauses out of 114024 with flag 10309117/1701002
481.49/480.56	c cleaning 58003 clauses out of 116025 with flag 10655670/1760002
503.49/502.56	c cleaning 59000 clauses out of 118021 with flag 11023457/1820001
526.19/525.29	c cleaning 60006 clauses out of 120027 with flag 11408942/1881007
552.48/551.54	c cleaning 60996 clauses out of 122014 with flag 11849618/1943000
579.70/578.71	c cleaning 61996 clauses out of 124018 with flag 12280691/2006000
607.20/606.29	c cleaning 63007 clauses out of 126024 with flag 12693841/2070002
635.73/634.75	c cleaning 63992 clauses out of 128015 with flag 13128179/2135000
664.72/663.79	c cleaning 65002 clauses out of 130025 with flag 13591497/2201002
695.53/694.50	c cleaning 65998 clauses out of 132022 with flag 14094977/2268001
727.15/726.14	c cleaning 67004 clauses out of 134025 with flag 14529848/2336002
762.23/761.17	c cleaning 68002 clauses out of 136019 with flag 15029035/2405000
793.63/792.59	c cleaning 69002 clauses out of 138017 with flag 15471780/2475000
826.53/825.49	c cleaning 70000 clauses out of 140015 with flag 15934726/2546000
861.74/860.64	c cleaning 70998 clauses out of 142015 with flag 16423795/2618000
898.35/897.23	c cleaning 71999 clauses out of 144018 with flag 16905447/2691001
937.46/936.33	c cleaning 73002 clauses out of 146019 with flag 17401332/2765001
976.27/975.19	c cleaning 73998 clauses out of 148016 with flag 17897533/2840000
1016.08/1014.96	c cleaning 75005 clauses out of 150018 with flag 18374351/2916000
1056.24/1054.91	c cleaning 75997 clauses out of 152014 with flag 18871632/2993001
1095.85/1094.56	c cleaning 76998 clauses out of 154016 with flag 19359137/3071000
1137.05/1135.79	c cleaning 77998 clauses out of 156018 with flag 19873824/3150000
1188.77/1187.46	c cleaning 79000 clauses out of 158020 with flag 20448273/3230000
1245.68/1244.35	c cleaning 79993 clauses out of 160020 with flag 21032744/3311000
1311.68/1310.35	c cleaning 81004 clauses out of 162027 with flag 21727422/3393000
1378.00/1376.68	c cleaning 82001 clauses out of 164023 with flag 22405249/3476000
1443.56/1442.10	c cleaning 82995 clauses out of 166022 with flag 23053981/3560000
1490.05/1488.52	c cleaning 84006 clauses out of 168028 with flag 23554472/3645001
1542.07/1540.57	c cleaning 85005 clauses out of 170023 with flag 24082815/3731002
1591.98/1590.42	c cleaning 86001 clauses out of 172017 with flag 24612072/3818001
1644.50/1642.98	c cleaning 87003 clauses out of 174016 with flag 25165306/3906001
1701.72/1700.13	c cleaning 88002 clauses out of 176012 with flag 25726364/3995000
1757.24/1755.70	c cleaning 88998 clauses out of 178010 with flag 26274036/4085000
1800.06/1798.30	c starts		: 260
1800.06/1798.30	c conflicts		: 4160308
1800.06/1798.30	c decisions		: 4905533
1800.06/1798.30	c timeout
1800.06/1798.30	c propagations		: 467331484
1800.06/1798.30	c inspects		: 29225835816
1800.06/1798.30	c shortcuts		: 0
1800.06/1798.30	c learnt literals	: 0
1800.06/1798.30	c learnt binary clauses	: 0
1800.06/1798.30	c learnt ternary clauses	: 17
1800.06/1798.30	c learnt constraints	: 4160308
1800.06/1798.30	c ignored constraints	: 0
1800.06/1798.30	c root simplifications	: 0
1800.06/1798.30	c removed literals (reason simplification)	: 0
1800.06/1798.30	c reason swapping (by a shorter reason)	: 0
1800.06/1798.30	c Calls to reduceDB	: 86
1800.06/1798.30	c Number of update (reduction) of LBD	: 761646
1800.06/1798.30	c Imported unit clauses	: 0
1800.06/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.30	c number of learned constraints concerned by reduction	: 0
1800.06/1798.30	c number of learning phase by resolution	: 0
1800.06/1798.30	c number of learning phase by cutting planes	: 0
1800.06/1798.30	c speed (assignments/second)	: 259923.61552584404
1800.06/1798.30	c non guided choices	157
1800.06/1798.33	c learnt constraints type 
1800.06/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164320
1800.06/1798.33	s UNKNOWN
1800.06/1798.33	c Total wall clock time (in seconds): 1798.229

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-4097440-1466118055/watcher-4097440-1466118055 -o /tmp/evaluation-result-4097440-1466118055/solver-4097440-1466118055 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11904 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097440-1466118055.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.19 2.39 2/195 12840
/proc/meminfo: memFree=30506452/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 1366 0 0 0 0 0 0 0 20 0 2 0 13854183 98578432 989 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 24067 989 755 9 0 16773 0
[pid=12840/tid=12841] ppid=12837 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 2 0 13854184 99672064 1004 33554432000 1073741824 1073778376 140736456351648 139869413671608 272886812796 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.26 2.19 2.39 2/195 12840
/proc/meminfo: memFree=30506452/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 4517 0 1 0 10 1 0 0 20 0 18 0 13854183 9787879424 6145 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2389619 6145 2157 9 0 2380296 0
[pid=12840/tid=12841] ppid=12837 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2382 0 1 0 8 0 0 0 20 0 18 0 13854184 9787879424 6146 33554432000 1073741824 1073778376 140736456351648 139869413673888 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.26 2.19 2.39 2/195 12840
/proc/meminfo: memFree=30506452/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 4927 0 1 0 28 1 0 0 20 0 18 0 13854183 9787879424 6985 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2389619 6985 2216 9 0 2380296 0
[pid=12840/tid=12841] ppid=12837 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2399 0 1 0 18 0 0 0 20 0 18 0 13854184 9787879424 6985 33554432000 1073741824 1073778376 140736456351648 139869413673888 139869250774003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300322 s]
/proc/loadavg: 2.26 2.19 2.39 2/195 12840
/proc/meminfo: memFree=30506452/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 6283 0 1 0 52 2 0 0 20 0 18 0 13854183 9787879424 9611 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2389619 9611 2236 9 0 2380296 0
[pid=12840/tid=12841] ppid=12837 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 18 0 13854184 9787879424 9611 33554432000 1073741824 1073778376 140736456351648 139869413672024 139869251159112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 2.26 2.19 2.39 2/195 12840
/proc/meminfo: memFree=30506452/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 9141 0 1 0 121 3 0 0 20 0 19 0 13854183 9856040960 13255 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 13255 2257 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2427 0 1 0 65 2 0 0 20 0 19 0 13854184 9856040960 13255 33554432000 1073741824 1073778376 140736456351648 139869413674984 139869250763364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.24 2.19 2.39 3/214 12859
/proc/meminfo: memFree=30461260/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 9701 0 1 0 213 3 0 0 20 0 19 0 13854183 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 13840 2267 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2429 0 1 0 145 2 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869413673240 139869251327616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13854185 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2206 0 0 0 31 0 0 0 20 0 19 0 13854188 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 3795 0 0 0 34 0 0 0 20 0 19 0 13854188 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 13840 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.24 2.19 2.39 3/214 12859
/proc/meminfo: memFree=30453876/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 10029 0 1 0 382 3 0 0 20 0 19 0 13854183 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 15028 2267 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2431 0 1 0 305 2 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869413666480 139869251327616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13854185 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2206 0 0 0 33 0 0 0 20 0 19 0 13854188 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 4121 0 0 0 41 0 0 0 20 0 19 0 13854188 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 15028 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.24 2.19 2.39 3/214 12882
/proc/meminfo: memFree=30444728/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 10033 0 1 0 704 3 0 0 20 0 19 0 13854183 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 15749 2268 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2434 0 1 0 625 2 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869413666464 139869251471810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13854184 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13854185 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2206 0 0 0 35 0 0 0 20 0 19 0 13854188 9856040960 15749 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7

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

[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2534 0 0 0 37 0 0 0 20 0 19 0 13854188 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 4121 0 0 0 41 0 0 0 20 0 19 0 13854188 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 100 0 0 0 31 43 0 0 20 0 19 0 13854188 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 77137 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.18 2.18 3/214 13377
/proc/meminfo: memFree=30043600/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=1784.06 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 11335 0 1 0 178345 61 0 0 20 0 19 0 13854183 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 80220 2282 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=1782.09 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2491 0 1 0 178172 37 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869413674176 139869251470335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 123 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 134 0 0 0 6 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 20 0 0 0 5 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 139 0 0 0 7 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 13854185 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2534 0 0 0 37 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 4121 0 0 0 41 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 104 0 0 0 32 44 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/214 13377
/proc/meminfo: memFree=30043852/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 11335 0 1 0 179945 61 0 0 20 0 19 0 13854183 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 80220 2282 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=1798.1 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2491 0 1 0 179773 37 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869413674176 139869251220556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 123 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 134 0 0 0 6 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 20 0 0 0 5 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 139 0 0 0 7 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 13854185 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2534 0 0 0 37 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 4121 0 0 0 41 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 12840 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/214 13377
/proc/meminfo: memFree=30043852/32872528 swapFree=1243920/1391088
[pid=12840] ppid=12837 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/12840/stat : 12840 (java) S 12837 12840 7556 0 -1 4202496 11335 0 1 0 179945 61 0 0 20 0 19 0 13854183 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 140736456342784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12840/statm: 2406260 80220 2282 9 0 2396937 0
[pid=12840/tid=12841] ppid=12837 vsize=9625040 CPUtime=1798.1 cores=1,3,5,7
/proc/12840/task/12841/stat : 12841 (java) R 12837 12840 7556 0 -1 4202560 2491 0 1 0 179773 37 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869413674176 139869251220556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12843] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12843/stat : 12843 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869375167528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12844] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12844/stat : 12844 (java) S 12837 12840 7556 0 -1 4202560 123 0 0 0 8 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869374114728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12845] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12845/stat : 12845 (java) S 12837 12840 7556 0 -1 4202560 134 0 0 0 6 1 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869373061928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12846] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12846/stat : 12846 (java) S 12837 12840 7556 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869372009128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12847] ppid=12837 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12840/task/12847/stat : 12847 (java) S 12837 12840 7556 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869370956328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12848] ppid=12837 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/12840/task/12848/stat : 12848 (java) S 12837 12840 7556 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869369903528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12849] ppid=12837 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12840/task/12849/stat : 12849 (java) S 12837 12840 7556 0 -1 4202560 20 0 0 0 5 2 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869250644264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12850] ppid=12837 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/12840/task/12850/stat : 12850 (java) S 12837 12840 7556 0 -1 4202560 139 0 0 0 7 3 0 0 20 0 19 0 13854184 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869249591464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12851] ppid=12837 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12840/task/12851/stat : 12851 (java) S 12837 12840 7556 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 13854185 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869237394408 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12852] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12852/stat : 12852 (java) S 12837 12840 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869236340472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12853] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12853/stat : 12853 (java) S 12837 12840 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13854186 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139869235287560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12854] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12854/stat : 12854 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868495669904 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12855] ppid=12837 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12840/task/12855/stat : 12855 (java) S 12837 12840 7556 0 -1 4202560 2534 0 0 0 37 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868494617016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12840/tid=12856] ppid=12837 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12840/task/12856/stat : 12856 (java) S 12837 12840 7556 0 -1 4202560 4121 0 0 0 41 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868493564216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12840/tid=12857] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12857/stat : 12857 (java) S 12837 12840 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868492511608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12840/tid=12858] ppid=12837 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12840/task/12858/stat : 12858 (java) S 12837 12840 7556 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 13854188 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868491459016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12840/tid=12859] ppid=12837 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12840/task/12859/stat : 12859 (java) S 12837 12840 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13854218 9856040960 80220 33554432000 1073741824 1073778376 140736456351648 139868490405544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.34
CPU time (s): 1800.74
CPU user time (s): 1799.62
CPU system time (s): 1.12583
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 1.12583
maximum resident set size= 321000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11372
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38164
involuntary context switches= 2791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1845 second user time and 14.4028 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-17 01:00:56
IDJOB=4097440
IDBENCH=107757
IDSOLVER=2546
FILE ID=node119/4097440-1466118055
RUNJOBID= node119-1466116222-11904
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_34.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097440-1466118055/watcher-4097440-1466118055 -o /tmp/evaluation-result-4097440-1466118055/solver-4097440-1466118055 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11904 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097440-1466118055.opb

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

MD5SUM BENCH= 5ee8cce6179355f75b48d7b22303ef47
RANDOM SEED=15718716

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30506772 kB
Buffers:           69264 kB
Cached:           111968 kB
SwapCached:         1048 kB
Active:           143828 kB
Inactive:         114212 kB
Active(anon):      77600 kB
Inactive(anon):     1560 kB
Active(file):      66228 kB
Inactive(file):   112652 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1052 kB
Writeback:            12 kB
AnonPages:       1476660 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             572556 kB
SReclaimable:      15944 kB
SUnreclaim:       556612 kB
KernelStack:        1608 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71736 MiB
End job on node119 at 2016-06-17 01:30:54