Trace number 4097930

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.67 1795.13

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUM39e669795c558ed695b104e86ec6e4fe
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 variables5700
Total number of constraints27830
Number of constraints which are clauses27825
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 constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4097930-1466118992.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
1.10/0.89	c ... done. Wall clock time 0.767s.
1.10/0.89	c declared #vars     5700
1.10/0.89	c #constraints  27834
1.10/0.89	c constraints type 
1.10/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16650
1.10/0.89	c org.sat4j.specs.Constr$1 => 4
1.10/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.10/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.10/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11174
1.10/0.89	c 27834 constraints processed.
3.64/2.95	c cleaning 2500 clauses out of 5000 with flag 38865/5000
5.90/5.17	c cleaning 4250 clauses out of 8500 with flag 88725/11000
8.71/7.96	c cleaning 5626 clauses out of 11252 with flag 146704/18002
12.01/11.21	c cleaning 6807 clauses out of 13625 with flag 223334/26001
15.42/14.64	c cleaning 7895 clauses out of 15817 with flag 296171/35000
19.16/18.31	c cleaning 8962 clauses out of 17926 with flag 394433/45004
22.57/21.74	c cleaning 9977 clauses out of 19960 with flag 474760/56000
26.48/25.62	c cleaning 10992 clauses out of 21983 with flag 560674/68000
31.28/30.41	c cleaning 11990 clauses out of 23991 with flag 681074/81000
35.98/35.18	c cleaning 12995 clauses out of 26001 with flag 787426/95000
40.38/39.54	c cleaning 13999 clauses out of 28007 with flag 886501/110001
46.09/45.26	c cleaning 14990 clauses out of 30008 with flag 1022733/126001
52.08/51.22	c cleaning 16006 clauses out of 32017 with flag 1160453/143000
57.38/56.54	c cleaning 17003 clauses out of 34011 with flag 1273313/161000
63.48/62.69	c cleaning 18005 clauses out of 36014 with flag 1430179/180006
69.78/68.98	c cleaning 18995 clauses out of 38005 with flag 1585025/200002
76.01/75.20	c cleaning 19993 clauses out of 40009 with flag 1727832/221001
82.32/81.48	c cleaning 20992 clauses out of 42018 with flag 1890364/243003
88.81/87.93	c cleaning 22005 clauses out of 44023 with flag 2058636/266000
96.51/95.64	c cleaning 22998 clauses out of 46020 with flag 2258184/290002
103.82/102.95	c cleaning 24007 clauses out of 48020 with flag 2428660/315000
111.32/110.43	c cleaning 24992 clauses out of 50013 with flag 2606105/341000
119.48/118.50	c cleaning 26007 clauses out of 52021 with flag 2797340/368000
126.58/125.66	c cleaning 26995 clauses out of 54014 with flag 2968980/396000
133.98/133.00	c cleaning 27988 clauses out of 56019 with flag 3132286/425000
142.19/141.29	c cleaning 28984 clauses out of 58031 with flag 3311275/455000
153.69/152.72	c cleaning 29997 clauses out of 60047 with flag 3564180/486000
165.48/164.44	c cleaning 31006 clauses out of 62050 with flag 3810070/518000
176.79/175.72	c cleaning 32018 clauses out of 64045 with flag 4069281/551001
189.49/188.47	c cleaning 32991 clauses out of 66026 with flag 4350784/585000
201.89/200.83	c cleaning 33976 clauses out of 68035 with flag 4624642/620000
214.98/213.91	c cleaning 35020 clauses out of 70059 with flag 4932776/656000
226.78/225.74	c cleaning 35989 clauses out of 72040 with flag 5192157/693001
241.04/239.86	c cleaning 37027 clauses out of 74057 with flag 5515774/731007
254.35/253.11	c cleaning 38008 clauses out of 76024 with flag 5801324/770001
268.55/267.39	c cleaning 39000 clauses out of 78015 with flag 6091534/810000
282.34/281.10	c cleaning 39998 clauses out of 80016 with flag 6366911/851001
295.74/294.43	c cleaning 40993 clauses out of 82017 with flag 6646436/893000
311.95/310.67	c cleaning 42011 clauses out of 84029 with flag 6998301/936005
329.05/327.76	c cleaning 43001 clauses out of 86013 with flag 7361226/980000
344.42/342.95	c cleaning 43990 clauses out of 88012 with flag 7682436/1025000
362.11/360.65	c cleaning 44922 clauses out of 90024 with flag 8058129/1071002
379.31/377.89	c cleaning 46033 clauses out of 92100 with flag 8450385/1118000
396.86/395.23	c cleaning 47014 clauses out of 94070 with flag 8829290/1166003
414.35/412.73	c cleaning 48012 clauses out of 96053 with flag 9192686/1215000
432.06/430.42	c cleaning 48990 clauses out of 98041 with flag 9560311/1265000
451.40/449.62	c cleaning 50000 clauses out of 100051 with flag 9985302/1316000
471.71/469.95	c cleaning 51024 clauses out of 102052 with flag 10409264/1368001
491.42/489.63	c cleaning 52008 clauses out of 104027 with flag 10860018/1421000
511.58/509.60	c cleaning 53002 clauses out of 106019 with flag 11304301/1475000
531.28/529.39	c cleaning 53983 clauses out of 108017 with flag 11733001/1530000
552.78/550.75	c cleaning 55005 clauses out of 110034 with flag 12192452/1586000
574.78/572.73	c cleaning 56008 clauses out of 112029 with flag 12676702/1643000
596.38/594.32	c cleaning 56994 clauses out of 114021 with flag 13137565/1701000
619.58/617.41	c cleaning 57988 clauses out of 116027 with flag 13597150/1760000
643.28/641.17	c cleaning 58990 clauses out of 118039 with flag 14089216/1820000
666.88/664.63	c cleaning 60003 clauses out of 120049 with flag 14553024/1881000
689.19/686.85	c cleaning 61009 clauses out of 122047 with flag 15012740/1943001
713.59/711.27	c cleaning 62004 clauses out of 124038 with flag 15521482/2006001
739.97/737.54	c cleaning 63006 clauses out of 126034 with flag 16072014/2070001
765.68/763.22	c cleaning 64001 clauses out of 128027 with flag 16571302/2135000
792.60/790.15	c cleaning 64996 clauses out of 130036 with flag 17093715/2201010
819.26/816.72	c cleaning 65968 clauses out of 132030 with flag 17630773/2268000
847.35/844.72	c cleaning 67027 clauses out of 134062 with flag 18203455/2336000
875.06/872.44	c cleaning 68006 clauses out of 136035 with flag 18753052/2405000
903.13/900.48	c cleaning 68979 clauses out of 138030 with flag 19297186/2475001
931.94/929.20	c cleaning 70004 clauses out of 140052 with flag 19846232/2546002
961.22/958.49	c cleaning 71002 clauses out of 142046 with flag 20379053/2618000
992.50/989.62	c cleaning 72014 clauses out of 144045 with flag 20979338/2691001
1023.71/1020.87	c cleaning 73005 clauses out of 146030 with flag 21577206/2765000
1053.37/1050.42	c cleaning 73999 clauses out of 148027 with flag 22140811/2840002
1083.21/1080.24	c cleaning 74990 clauses out of 150027 with flag 22699721/2916001
1114.37/1111.35	c cleaning 75973 clauses out of 152036 with flag 23275035/2993000
1146.51/1143.44	c cleaning 77024 clauses out of 154065 with flag 23870989/3071002
1178.29/1175.12	c cleaning 78011 clauses out of 156039 with flag 24442034/3150000
1209.67/1206.44	c cleaning 79011 clauses out of 158031 with flag 25034537/3230003
1242.15/1238.89	c cleaning 79979 clauses out of 160018 with flag 25645290/3311001
1277.44/1274.09	c cleaning 80998 clauses out of 162041 with flag 26283230/3393003
1311.34/1307.81	c cleaning 81984 clauses out of 164040 with flag 26919012/3476000
1347.85/1344.38	c cleaning 82993 clauses out of 166058 with flag 27577596/3560002
1383.57/1379.97	c cleaning 84014 clauses out of 168063 with flag 28221997/3645000
1419.60/1415.82	c cleaning 85001 clauses out of 170049 with flag 28836611/3731000
1453.80/1449.91	c cleaning 86003 clauses out of 172052 with flag 29473974/3818004
1485.89/1481.82	c cleaning 87019 clauses out of 174046 with flag 30038839/3906001
1522.75/1518.68	c cleaning 87996 clauses out of 176028 with flag 30688892/3995002
1558.38/1554.10	c cleaning 89001 clauses out of 178030 with flag 31311886/4085000
1597.89/1593.59	c cleaning 89924 clauses out of 180032 with flag 32046434/4176003
1638.90/1634.40	c cleaning 91046 clauses out of 182105 with flag 32804089/4268000
1676.56/1671.96	c cleaning 92009 clauses out of 184059 with flag 33472930/4361000
1711.78/1707.04	c cleaning 93001 clauses out of 186050 with flag 34058644/4455000
1749.45/1744.64	c cleaning 94001 clauses out of 188049 with flag 34718422/4550000
1795.25/1790.39	c cleaning 95016 clauses out of 190048 with flag 35531910/4646000
1800.05/1795.10	c starts		: 11481
1800.05/1795.10	c conflicts		: 4658025
1800.05/1795.10	c decisions		: 48287789
1800.05/1795.10	c propagations		: 1478734107
1800.05/1795.10	c inspects		: 20490758215
1800.05/1795.10	c shortcuts		: 0
1800.05/1795.10	c learnt literals	: 0
1800.05/1795.10	c learnt binary clauses	: 0
1800.05/1795.10	c learnt ternary clauses	: 0
1800.05/1795.10	c learnt constraints	: 4658025
1800.05/1795.10	c ignored constraints	: 0
1800.05/1795.10	c root simplifications	: 0
1800.05/1795.10	c timeout
1800.05/1795.10	c removed literals (reason simplification)	: 0
1800.05/1795.10	c reason swapping (by a shorter reason)	: 0
1800.05/1795.10	c Calls to reduceDB	: 92
1800.05/1795.10	c Number of update (reduction) of LBD	: 2622149
1800.05/1795.10	c Imported unit clauses	: 0
1800.05/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.10	c number of learned constraints concerned by reduction	: 0
1800.05/1795.10	c number of learning phase by resolution	: 0
1800.05/1795.10	c number of learning phase by cutting planes	: 0
1800.05/1795.10	c speed (assignments/second)	: 824171.8659953205
1800.05/1795.10	c non guided choices	4589
1800.05/1795.13	c learnt constraints type 
1800.05/1795.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107057
1800.05/1795.13	s UNKNOWN
1800.05/1795.13	c Total wall clock time (in seconds): 1795.005

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-4097930-1466118992/watcher-4097930-1466118992 -o /tmp/evaluation-result-4097930-1466118992/solver-4097930-1466118992 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097930-1466118992.opb 

pid=28639
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.12 2.20 2.18 4/194 28642
/proc/meminfo: memFree=29924680/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28642/stat : 28642 (java) D 28639 28642 21576 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 13944905 9515008 175 33554432000 1073741824 1073778376 140733934674112 140733934656840 248790205328 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/28642/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.12 2.20 2.18 4/194 28642
/proc/meminfo: memFree=29924680/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 4375 0 1 0 6 1 0 0 20 0 18 0 13944905 9787879424 4980 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2389619 4980 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.12 2.20 2.18 4/194 28642
/proc/meminfo: memFree=29924680/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 5031 0 1 0 25 1 0 0 20 0 18 0 13944905 9787879424 6518 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2389619 6518 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.12 2.20 2.18 4/194 28642
/proc/meminfo: memFree=29924680/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 7035 0 1 0 51 2 0 0 20 0 18 0 13944905 9787879424 9842 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2389619 9842 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.12 2.20 2.18 4/194 28642
/proc/meminfo: memFree=29924680/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9558476 CPUtime=0.97 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 7296 0 1 0 93 4 0 0 20 0 18 0 13944905 9787879424 39602 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2389619 39602 2256 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.12 2.20 2.18 4/213 28661
/proc/meminfo: memFree=29770896/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 8856 0 1 0 215 4 0 0 20 0 19 0 13944905 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 40819 2280 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2522 0 1 0 141 4 0 0 20 0 19 0 13944907 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140380073664840 140379946510909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944909 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 2618 0 0 0 37 0 0 0 20 0 19 0 13944912 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2424 0 0 0 34 0 0 0 20 0 19 0 13944912 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 40819 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.12 2.20 2.18 4/213 28661
/proc/meminfo: memFree=29769772/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 9381 0 1 0 383 4 0 0 20 0 19 0 13944905 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 40836 2285 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2524 0 1 0 301 4 0 0 20 0 19 0 13944907 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140380073656016 140379946457785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13944909 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3137 0 0 0 43 0 0 0 20 0 19 0 13944912 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2427 0 0 0 35 0 0 0 20 0 19 0 13944912 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 40836 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.11 2.20 2.18 4/213 28661
/proc/meminfo: memFree=29769500/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=7.1 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 9384 0 1 0 706 4 0 0 20 0 19 0 13944905 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 40785 2285 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2526 0 1 0 621 4 0 0 20 0 19 0 13944907 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140380073664824 140379946510973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13944908 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13944909 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3137 0 0 0 45 0 0 0 20 0 19 0 13944912 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2428 0 0 0 37 0 0 0 20 0 19 0 13944912 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 40785 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625040


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

[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3268 0 0 0 51 0 0 0 20 0 19 0 13944912 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2428 0 0 0 38 0 0 0 20 0 19 0 13944912 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 99 0 0 0 29 41 0 0 20 0 19 0 13944912 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 105329 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.21 1.51 1.86 3/188 28738
/proc/meminfo: memFree=29945664/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=1787.25 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 12152 0 1 0 178630 95 0 0 20 0 19 0 13944905 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 105474 2294 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=1780.26 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2576 0 1 0 177995 31 0 0 20 0 19 0 13944907 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140380073663696 140379946594242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 428 0 0 0 56 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 240 0 0 0 62 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 60 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 307 0 0 0 65 8 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 398 0 0 0 55 9 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 190 0 0 0 48 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 326 0 0 0 52 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 58 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 258 0 0 0 52 3 0 0 20 0 19 0 13944909 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3268 0 0 0 51 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2428 0 0 0 38 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 103 0 0 0 30 43 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.18 1.50 1.85 2/188 28738
/proc/meminfo: memFree=29945668/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 12152 0 1 0 179910 95 0 0 20 0 19 0 13944905 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 105474 2294 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=1793.05 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2576 0 1 0 179274 31 0 0 20 0 19 0 13944907 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140380073656000 140379946417795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 428 0 0 0 56 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 240 0 0 0 62 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 60 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 307 0 0 0 65 8 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 398 0 0 0 55 9 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 190 0 0 0 48 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 326 0 0 0 52 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 58 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 258 0 0 0 52 4 0 0 20 0 19 0 13944909 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3268 0 0 0 51 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2428 0 0 0 38 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 103 0 0 0 30 43 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1795.1 s]
/proc/loadavg: 1.18 1.50 1.85 2/188 28738
/proc/meminfo: memFree=29945668/32872528 swapFree=1402008/1579836
[pid=28642] ppid=28639 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/28642/stat : 28642 (java) S 28639 28642 21576 0 -1 4202496 12152 0 1 0 179910 95 0 0 20 0 19 0 13944905 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140733641683648 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28642/statm: 2406260 105474 2294 9 0 2396937 0
[pid=28642/tid=28644] ppid=28639 vsize=9625040 CPUtime=1793.05 cores=1,3,5,7
/proc/28642/task/28644/stat : 28644 (java) R 28639 28642 21576 0 -1 4202560 2576 0 1 0 179274 31 0 0 20 0 19 0 13944907 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140380073656000 140379946417795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28645] ppid=28639 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/28642/task/28645/stat : 28645 (java) S 28639 28642 21576 0 -1 4202560 428 0 0 0 56 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379917470504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28646] ppid=28639 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28642/task/28646/stat : 28646 (java) S 28639 28642 21576 0 -1 4202560 240 0 0 0 62 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379916417704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28647] ppid=28639 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/28642/task/28647/stat : 28647 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 60 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379915365416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28648] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28648/stat : 28648 (java) S 28639 28642 21576 0 -1 4202560 307 0 0 0 65 8 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379914312616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28649] ppid=28639 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/28642/task/28649/stat : 28649 (java) S 28639 28642 21576 0 -1 4202560 398 0 0 0 55 9 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379913259304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28650] ppid=28639 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28642/task/28650/stat : 28650 (java) S 28639 28642 21576 0 -1 4202560 190 0 0 0 48 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379912206504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28651] ppid=28639 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/28642/task/28651/stat : 28651 (java) S 28639 28642 21576 0 -1 4202560 326 0 0 0 52 6 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379911154216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28642/tid=28652] ppid=28639 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/28642/task/28652/stat : 28652 (java) S 28639 28642 21576 0 -1 4202560 186 0 0 0 58 7 0 0 20 0 19 0 13944908 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379910101416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28653] ppid=28639 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/28642/task/28653/stat : 28653 (java) S 28639 28642 21576 0 -1 4202560 258 0 0 0 52 4 0 0 20 0 19 0 13944909 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379897903848 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28654] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28654/stat : 28654 (java) S 28639 28642 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379896849912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28655] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28655/stat : 28655 (java) S 28639 28642 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13944910 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379895797512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28656] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28656/stat : 28656 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379894746000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28642/tid=28657] ppid=28639 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28642/task/28657/stat : 28657 (java) S 28639 28642 21576 0 -1 4202560 3268 0 0 0 51 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379893692600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28642/tid=28658] ppid=28639 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28642/task/28658/stat : 28658 (java) S 28639 28642 21576 0 -1 4202560 2428 0 0 0 38 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379892639800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28659] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28659/stat : 28659 (java) S 28639 28642 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379891587704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28660] ppid=28639 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28642/task/28660/stat : 28660 (java) S 28639 28642 21576 0 -1 4202560 103 0 0 0 30 43 0 0 20 0 19 0 13944912 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379890535112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28642/tid=28661] ppid=28639 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28642/task/28661/stat : 28661 (java) S 28639 28642 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13944996 9856040960 105474 33554432000 1073741824 1073778376 140733641692512 140379889431976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.13
CPU time (s): 1800.67
CPU user time (s): 1799.19
CPU system time (s): 1.48277
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.48277
maximum resident set size= 615612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12189
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39390
involuntary context switches= 11554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6591 second user time and 16.5835 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 01:16:32
IDJOB=4097930
IDBENCH=107827
IDSOLVER=2546
FILE ID=node139/4097930-1466118992
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 39e669795c558ed695b104e86ec6e4fe
RANDOM SEED=651594328

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        29925208 kB
Buffers:           76552 kB
Cached:           147252 kB
SwapCached:          960 kB
Active:           536184 kB
Inactive:         121592 kB
Active(anon):     435080 kB
Inactive(anon):     1364 kB
Active(file):     101104 kB
Inactive(file):   120228 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:              4420 kB
Writeback:             0 kB
AnonPages:       2017256 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             571960 kB
SReclaimable:      15704 kB
SUnreclaim:       556256 kB
KernelStack:        1600 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2459996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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= 71592 MiB
End job on node139 at 2016-06-17 01:46:27