Trace number 4084579

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.06 1797.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084579-1465276199.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.40/1.77	c ... done. Wall clock time 1.663s.
2.40/1.77	c declared #vars     10086
2.40/1.77	c #constraints  226608
2.40/1.77	c constraints type 
2.40/1.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.40/1.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.40/1.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.40/1.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.40/1.77	c 226608 constraints processed.
4.49/3.49	c cleaning 2496 clauses out of 5000 with flag 88559/5000
6.56/5.45	c cleaning 4221 clauses out of 8504 with flag 228480/11000
8.26/7.17	c cleaning 5626 clauses out of 11283 with flag 374243/18000
10.58/9.42	c cleaning 6755 clauses out of 13657 with flag 530311/26000
13.00/11.85	c cleaning 7897 clauses out of 15902 with flag 661036/35000
15.20/14.06	c cleaning 8987 clauses out of 18005 with flag 777977/45000
17.20/16.05	c cleaning 9954 clauses out of 20018 with flag 912000/56000
19.30/18.16	c cleaning 10915 clauses out of 22064 with flag 1081708/68000
22.21/21.04	c cleaning 12029 clauses out of 24150 with flag 1286604/81001
25.30/24.11	c cleaning 12992 clauses out of 26120 with flag 1507329/95000
28.51/27.37	c cleaning 13978 clauses out of 28128 with flag 1728119/110000
31.45/30.28	c cleaning 15046 clauses out of 30147 with flag 1890108/126001
34.45/33.22	c cleaning 15923 clauses out of 32096 with flag 2062834/143001
38.76/37.58	c cleaning 17001 clauses out of 34174 with flag 2288588/161002
43.25/42.03	c cleaning 18075 clauses out of 36171 with flag 2540907/180000
46.95/45.71	c cleaning 18983 clauses out of 38096 with flag 2764563/200000
50.25/49.07	c cleaning 20019 clauses out of 40113 with flag 2976726/221000
53.65/52.47	c cleaning 21011 clauses out of 42093 with flag 3169906/243000
57.05/55.85	c cleaning 22000 clauses out of 44083 with flag 3370918/266001
60.95/59.70	c cleaning 22977 clauses out of 46082 with flag 3597055/290000
65.06/63.90	c cleaning 24049 clauses out of 48106 with flag 3832440/315001
69.65/68.43	c cleaning 25003 clauses out of 50056 with flag 4071564/341000
74.37/73.02	c cleaning 26009 clauses out of 52053 with flag 4311083/368001
78.57/77.22	c cleaning 26990 clauses out of 54044 with flag 4569347/396001
82.77/81.49	c cleaning 27996 clauses out of 56053 with flag 4820769/425000
87.87/86.60	c cleaning 29006 clauses out of 58057 with flag 5103232/455000
93.67/92.30	c cleaning 29996 clauses out of 60051 with flag 5439725/486000
98.67/97.36	c cleaning 30950 clauses out of 62057 with flag 5746437/518002
103.68/102.37	c cleaning 32006 clauses out of 64105 with flag 6060648/551000
109.18/107.84	c cleaning 33019 clauses out of 66103 with flag 6370310/585004
115.78/114.44	c cleaning 34028 clauses out of 68080 with flag 6665361/620000
122.39/121.08	c cleaning 35003 clauses out of 70052 with flag 7025266/656000
129.38/128.03	c cleaning 35962 clauses out of 72049 with flag 7363042/693000
136.49/135.13	c cleaning 36965 clauses out of 74088 with flag 7744184/731001
143.89/142.50	c cleaning 37980 clauses out of 76123 with flag 8140487/770001
151.69/150.35	c cleaning 39029 clauses out of 78142 with flag 8504021/810000
160.69/159.39	c cleaning 40037 clauses out of 80113 with flag 8891465/851000
167.89/166.55	c cleaning 40981 clauses out of 82076 with flag 9256664/893000
176.50/175.16	c cleaning 41983 clauses out of 84098 with flag 9665224/936003
184.60/183.23	c cleaning 42984 clauses out of 86113 with flag 10124652/980001
192.60/191.22	c cleaning 44028 clauses out of 88128 with flag 10553146/1025000
202.72/201.38	c cleaning 45051 clauses out of 90101 with flag 10959913/1071001
212.41/211.03	c cleaning 45991 clauses out of 92049 with flag 11401153/1118000
221.71/220.38	c cleaning 46949 clauses out of 94058 with flag 11913339/1166000
231.81/230.44	c cleaning 47985 clauses out of 96109 with flag 12372463/1215000
243.22/241.82	c cleaning 49033 clauses out of 98124 with flag 12812190/1265000
255.71/254.39	c cleaning 50023 clauses out of 100091 with flag 13329281/1316000
266.72/265.36	c cleaning 50979 clauses out of 102069 with flag 13809698/1368001
277.93/276.59	c cleaning 52006 clauses out of 104091 with flag 14239298/1421002
289.23/287.88	c cleaning 53023 clauses out of 106083 with flag 14755971/1475000
300.33/298.93	c cleaning 53931 clauses out of 108060 with flag 15243668/1530000
312.53/311.20	c cleaning 54974 clauses out of 110129 with flag 15741941/1586000
324.24/322.88	c cleaning 56055 clauses out of 112155 with flag 16281905/1643000
339.24/337.81	c cleaning 57022 clauses out of 114101 with flag 16798233/1701001
351.84/350.40	c cleaning 57991 clauses out of 116078 with flag 17314614/1760000
364.35/362.91	c cleaning 59025 clauses out of 118087 with flag 17859738/1820000
379.55/378.19	c cleaning 59910 clauses out of 120062 with flag 18523514/1881000
393.76/392.35	c cleaning 61061 clauses out of 122152 with flag 19099071/1943000
407.36/405.95	c cleaning 61998 clauses out of 124091 with flag 19653640/2006000
421.40/419.76	c cleaning 62976 clauses out of 126094 with flag 20208903/2070001
435.10/433.50	c cleaning 64012 clauses out of 128118 with flag 20865153/2135001
449.82/448.11	c cleaning 65017 clauses out of 130105 with flag 21438375/2201000
465.04/463.37	c cleaning 66015 clauses out of 132089 with flag 22047266/2268001
479.24/477.53	c cleaning 67011 clauses out of 134074 with flag 22637272/2336001
496.04/494.31	c cleaning 68024 clauses out of 136063 with flag 23257354/2405001
511.85/510.10	c cleaning 68894 clauses out of 138038 with flag 23852198/2475000
528.35/526.67	c cleaning 69967 clauses out of 140145 with flag 24524625/2546001
544.75/543.00	c cleaning 71048 clauses out of 142177 with flag 25184244/2618000
561.47/559.72	c cleaning 72013 clauses out of 144130 with flag 25915845/2691001
577.47/575.74	c cleaning 73009 clauses out of 146117 with flag 26732167/2765001
593.37/591.70	c cleaning 73972 clauses out of 148107 with flag 27496806/2840000
609.37/607.60	c cleaning 75003 clauses out of 150135 with flag 28239848/2916000
628.79/627.01	c cleaning 76012 clauses out of 152135 with flag 28991946/2993003
647.18/645.49	c cleaning 77001 clauses out of 154122 with flag 29733695/3071002
666.90/665.13	c cleaning 77994 clauses out of 156121 with flag 30403618/3150002
687.40/685.63	c cleaning 79018 clauses out of 158125 with flag 31235133/3230000
706.92/705.13	c cleaning 79952 clauses out of 160108 with flag 32019684/3311001
726.66/724.75	c cleaning 81077 clauses out of 162155 with flag 32733606/3393000
746.87/744.91	c cleaning 81985 clauses out of 164078 with flag 33421069/3476000
768.57/766.64	c cleaning 83022 clauses out of 166093 with flag 34163517/3560000
790.37/788.42	c cleaning 83834 clauses out of 168071 with flag 34879355/3645000
810.27/808.32	c cleaning 85090 clauses out of 170237 with flag 35660413/3731000
828.97/827.03	c cleaning 86028 clauses out of 172147 with flag 36422824/3818000
849.27/847.37	c cleaning 86895 clauses out of 174119 with flag 37210353/3906000
871.46/869.54	c cleaning 88092 clauses out of 176225 with flag 38055378/3995001
890.66/888.73	c cleaning 89029 clauses out of 178132 with flag 38869918/4085000
911.77/909.82	c cleaning 90026 clauses out of 180104 with flag 39679878/4176001
932.75/930.81	c cleaning 90941 clauses out of 182078 with flag 40473296/4268001
958.55/956.61	c cleaning 92033 clauses out of 184136 with flag 41183407/4361000
983.26/981.32	c cleaning 93046 clauses out of 186103 with flag 41989196/4455000
1007.45/1005.54	c cleaning 94003 clauses out of 188059 with flag 42815352/4550002
1030.35/1028.46	c cleaning 94981 clauses out of 190054 with flag 43595384/4646000
1053.84/1051.95	c cleaning 96016 clauses out of 192074 with flag 44466733/4743001
1076.65/1074.74	c cleaning 96984 clauses out of 194057 with flag 45267572/4841000
1101.24/1099.31	c cleaning 98032 clauses out of 196073 with flag 46183937/4940000
1128.04/1126.14	c cleaning 98826 clauses out of 198042 with flag 47374068/5040001
1153.33/1151.42	c cleaning 100084 clauses out of 200216 with flag 48378135/5141001
1177.63/1175.72	c cleaning 101007 clauses out of 202131 with flag 49184398/5243000
1202.42/1200.53	c cleaning 101886 clauses out of 204124 with flag 50052323/5346000
1230.92/1229.06	c cleaning 103079 clauses out of 206238 with flag 51056662/5450000
1257.42/1255.59	c cleaning 104054 clauses out of 208159 with flag 51977675/5555000
1283.91/1282.08	c cleaning 104899 clauses out of 210105 with flag 52837613/5661000
1310.92/1308.51	c cleaning 106072 clauses out of 212208 with flag 53712767/5768002
1338.72/1336.30	c cleaning 107046 clauses out of 214134 with flag 54556145/5876000
1365.51/1363.12	c cleaning 107985 clauses out of 216088 with flag 55501423/5985000
1393.11/1390.75	c cleaning 108949 clauses out of 218103 with flag 56549307/6095000
1422.21/1419.88	c cleaning 109907 clauses out of 220154 with flag 57519900/6206000
1451.50/1449.10	c cleaning 111067 clauses out of 222248 with flag 58446537/6318001
1480.60/1478.26	c cleaning 112054 clauses out of 224182 with flag 59314295/6431002
1511.29/1508.99	c cleaning 113007 clauses out of 226126 with flag 60290330/6545000
1543.19/1540.88	c cleaning 114015 clauses out of 228119 with flag 61244837/6660000
1574.49/1572.18	c cleaning 115026 clauses out of 230105 with flag 62251227/6776001
1605.48/1603.19	c cleaning 116024 clauses out of 232078 with flag 63181346/6893000
1641.38/1639.03	c cleaning 116925 clauses out of 234054 with flag 64107712/7011000
1672.57/1670.28	c cleaning 118043 clauses out of 236131 with flag 65025253/7130002
1705.47/1703.17	c cleaning 118971 clauses out of 238086 with flag 65976228/7250000
1737.18/1734.81	c cleaning 120053 clauses out of 240115 with flag 66994501/7371000
1773.97/1771.66	c cleaning 121025 clauses out of 242062 with flag 67951612/7493000
1800.06/1797.70	c starts		: 24395
1800.06/1797.70	c conflicts		: 7598662
1800.06/1797.70	c decisions		: 42274985
1800.06/1797.70	c propagations		: 1168128177
1800.06/1797.70	c inspects		: 25886947321
1800.06/1797.70	c shortcuts		: 0
1800.06/1797.70	c learnt literals	: 11
1800.06/1797.70	c learnt binary clauses	: 771
1800.06/1797.70	c learnt ternary clauses	: 3047
1800.06/1797.70	c learnt constraints	: 7598651
1800.06/1797.70	c ignored constraints	: 0
1800.06/1797.70	c root simplifications	: 0
1800.06/1797.70	c removed literals (reason simplification)	: 0
1800.06/1797.70	c reason swapping (by a shorter reason)	: 0
1800.06/1797.70	c Calls to reduceDB	: 118
1800.06/1797.70	c Number of update (reduction) of LBD	: 4687544
1800.06/1797.70	c Imported unit clauses	: 0
1800.06/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.70	c number of learned constraints concerned by reduction	: 0
1800.06/1797.70	c number of learning phase by resolution	: 0
1800.06/1797.70	c number of learning phase by cutting planes	: 0
1800.06/1797.70	c speed (assignments/second)	: 650434.7785172939
1800.06/1797.70	c non guided choices	826257
1800.06/1797.70	c timeout
1800.06/1797.75	c learnt constraints type 
1800.06/1797.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 771
1800.06/1797.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 225928
1800.06/1797.75	s UNKNOWN
1800.06/1797.75	c Total wall clock time (in seconds): 1797.637

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-4084579-1465276199/watcher-4084579-1465276199 -o /tmp/evaluation-result-4084579-1465276199/solver-4084579-1465276199 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084579-1465276199.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 26929
/proc/meminfo: memFree=31573992/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26929/stat : 26929 (java) R 26926 26929 23284 0 -1 4202496 1064 0 0 0 0 0 0 0 20 0 1 0 109551971 23793664 713 33554432000 1073741824 1073778376 140736354283216 140736354272280 206399649872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 5809 713 528 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 26929
/proc/meminfo: memFree=31573992/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 109551971 9787879424 5587 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2389619 5587 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 26929
/proc/meminfo: memFree=31573992/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 4830 0 1 0 25 1 0 0 20 0 18 0 109551971 9787879424 6395 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2389619 6395 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 26929
/proc/meminfo: memFree=31573992/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 5978 0 1 0 46 2 0 0 20 0 18 0 109551971 9787879424 8729 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2389619 8729 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700247 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 26929
/proc/meminfo: memFree=31573992/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9558476 CPUtime=1.14 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 7332 0 1 0 110 4 0 0 20 0 18 0 109551971 9787879424 39937 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2389619 39937 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 26947
/proc/meminfo: memFree=31410900/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9558476 CPUtime=2.17 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 9190 0 1 0 208 9 0 0 20 0 18 0 109551971 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2389619 78443 2263 9 0 2380296 0
[pid=26929/tid=26931] ppid=26926 vsize=9558476 CPUtime=1.41 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2579 0 1 0 136 5 0 0 20 0 18 0 109551972 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937291455752 139937164164210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 109551973 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109551974 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109551974 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109551974 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109551977 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2331 0 0 0 25 0 0 0 20 0 18 0 109551977 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 2745 0 0 0 26 0 0 0 20 0 18 0 109551977 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109551977 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109551977 9787879424 78443 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 26949
/proc/meminfo: memFree=31264928/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 11522 0 1 0 408 10 0 0 20 0 19 0 109551971 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2406260 79069 2280 9 0 2396937 0
[pid=26929/tid=26931] ppid=26926 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2592 0 1 0 296 6 0 0 20 0 19 0 109551972 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937291455008 139937164459840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109551973 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2518 0 0 0 42 0 0 0 20 0 19 0 109551977 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 4863 0 0 0 49 0 0 0 20 0 19 0 109551977 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 79069 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 26951
/proc/meminfo: memFree=31264556/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9625040 CPUtime=7.46 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 11757 0 1 0 736 10 0 0 20 0 19 0 109551971 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2406260 79022 2284 9 0 2396937 0
[pid=26929/tid=26931] ppid=26926 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2595 0 1 0 615 6 0 0 20 0 19 0 109551972 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937291456952 139937164455371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109551973 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2522 0 0 0 46 0 0 0 20 0 19 0 109551977 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 5091 0 0 0 54 0 0 0 20 0 19 0 109551977 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 79022 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 26951

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

[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26991
/proc/meminfo: memFree=28969276/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9625040 CPUtime=1784.66 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 14945 0 1 0 178349 117 0 0 20 0 19 0 109551971 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2406260 375202 2293 9 0 2396937 0
[pid=26929/tid=26931] ppid=26926 vsize=9625040 CPUtime=1776.64 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2922 0 1 0 177619 45 0 0 20 0 19 0 109551972 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937291448096 139937164417387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 291 0 0 0 11 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 118 0 0 0 9 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 160 0 0 0 12 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 149 0 0 0 11 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 133 0 0 0 10 7 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 233 0 0 0 9 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 340 0 0 0 19 12 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 317 0 0 0 14 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 1138 0 0 0 21 2 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2522 0 0 0 46 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 5256 0 0 0 63 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 103 0 0 0 24 31 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 27057
/proc/meminfo: memFree=29405304/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 14945 0 1 0 179889 117 0 0 20 0 19 0 109551971 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2406260 375202 2293 9 0 2396937 0
[pid=26929/tid=26931] ppid=26926 vsize=9625040 CPUtime=1791.99 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2922 0 1 0 179154 45 0 0 20 0 19 0 109551972 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937291448096 139937164417382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 291 0 0 0 11 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 118 0 0 0 9 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 160 0 0 0 12 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 149 0 0 0 11 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 133 0 0 0 10 7 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 233 0 0 0 9 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 340 0 0 0 19 12 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 317 0 0 0 14 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 1138 0 0 0 21 2 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2522 0 0 0 46 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 5256 0 0 0 63 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 103 0 0 0 24 32 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 26929 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 27057
/proc/meminfo: memFree=29405304/32872528 swapFree=8144/8144
[pid=26929] ppid=26926 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/26929/stat : 26929 (java) S 26926 26929 23284 0 -1 4202496 14945 0 1 0 179889 117 0 0 20 0 19 0 109551971 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 140736354274352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26929/statm: 2406260 375202 2293 9 0 2396937 0
[pid=26929/tid=26931] ppid=26926 vsize=9625040 CPUtime=1791.99 cores=0,2,4,6
/proc/26929/task/26931/stat : 26931 (java) R 26926 26929 23284 0 -1 4202560 2922 0 1 0 179154 45 0 0 20 0 19 0 109551972 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937291448096 139937164417382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26932] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26932/stat : 26932 (java) S 26926 26929 23284 0 -1 4202560 291 0 0 0 11 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937135328168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26933] ppid=26926 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26929/task/26933/stat : 26933 (java) S 26926 26929 23284 0 -1 4202560 118 0 0 0 9 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937134275624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26934] ppid=26926 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26929/task/26934/stat : 26934 (java) S 26926 26929 23284 0 -1 4202560 160 0 0 0 12 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937133222568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26935] ppid=26926 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26929/task/26935/stat : 26935 (java) S 26926 26929 23284 0 -1 4202560 149 0 0 0 11 5 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937132170024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26936] ppid=26926 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26929/task/26936/stat : 26936 (java) S 26926 26929 23284 0 -1 4202560 133 0 0 0 10 7 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937131116968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26937] ppid=26926 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26929/task/26937/stat : 26937 (java) S 26926 26929 23284 0 -1 4202560 233 0 0 0 9 6 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937130064424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26938] ppid=26926 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/26929/task/26938/stat : 26938 (java) S 26926 26929 23284 0 -1 4202560 340 0 0 0 19 12 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937129011368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26939] ppid=26926 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26929/task/26939/stat : 26939 (java) S 26926 26929 23284 0 -1 4202560 317 0 0 0 14 8 0 0 20 0 19 0 109551973 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937127958824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26929/tid=26940] ppid=26926 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26929/task/26940/stat : 26940 (java) S 26926 26929 23284 0 -1 4202560 1138 0 0 0 21 2 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937115548520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26929/tid=26941] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26941/stat : 26941 (java) S 26926 26929 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937114494840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26942] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26942/stat : 26942 (java) S 26926 26929 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109551974 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937113441672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26943] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26943/stat : 26943 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937112390416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26944] ppid=26926 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26929/task/26944/stat : 26944 (java) S 26926 26929 23284 0 -1 4202560 2522 0 0 0 46 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937111337272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26945] ppid=26926 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/26929/task/26945/stat : 26945 (java) S 26926 26929 23284 0 -1 4202560 5256 0 0 0 63 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937110284728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26946] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26946/stat : 26946 (java) S 26926 26929 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937109231864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26929/tid=26947] ppid=26926 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/26929/task/26947/stat : 26947 (java) S 26926 26929 23284 0 -1 4202560 103 0 0 0 24 32 0 0 20 0 19 0 109551977 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937108179528 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26929/tid=26948] ppid=26926 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26929/task/26948/stat : 26948 (java) S 26926 26929 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109552150 9856040960 375202 33554432000 1073741824 1073778376 140736354283216 139937107125800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.77
CPU time (s): 1800.06
CPU user time (s): 1798.89
CPU system time (s): 1.17
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.50277
maximum resident set size= 1500940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14984
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38216
involuntary context switches= 23121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3124 second user time and 13.6139 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 07:09:59
IDJOB=4084579
IDBENCH=89703
IDSOLVER=2546
FILE ID=node133/4084579-1465276199
RUNJOBID= node133-1465257785-23300
PBS_JOBID= 19843288
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084579-1465276199/watcher-4084579-1465276199 -o /tmp/evaluation-result-4084579-1465276199/solver-4084579-1465276199 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084579-1465276199.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=873079268

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        31574388 kB
Buffers:           84372 kB
Cached:           157820 kB
SwapCached:         2064 kB
Active:           396024 kB
Inactive:         160748 kB
Active(anon):     315868 kB
Inactive(anon):     1428 kB
Active(file):      80156 kB
Inactive(file):   159320 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:             18180 kB
Writeback:             0 kB
AnonPages:        303940 kB
Mapped:            15536 kB
Shmem:                 0 kB
Slab:             598572 kB
SReclaimable:      41380 kB
SUnreclaim:       557192 kB
KernelStack:        1640 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1089684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 71688 MiB
End job on node133 at 2016-06-07 07:39:57