Trace number 4116577

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.07 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-2.opb
MD5SUM8b141e8f2d9bfccf1119dae7bc9b3f3f
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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116577-1466961856.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.295s.
0.71/0.41	c declared #vars     4128
0.71/0.41	c #constraints  9984
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.71/0.41	c org.sat4j.specs.Constr$1 => 904
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.71/0.41	c 9984 constraints processed.
1.64/1.10	c cleaning 2497 clauses out of 4998 with flag 16916/5000
2.41/1.74	c cleaning 4243 clauses out of 8501 with flag 39566/11000
3.21/2.56	c cleaning 5621 clauses out of 11258 with flag 68458/18000
4.22/3.51	c cleaning 6793 clauses out of 13637 with flag 104034/26000
5.25/4.58	c cleaning 7893 clauses out of 15846 with flag 146024/35002
6.44/5.79	c cleaning 8966 clauses out of 17951 with flag 193833/45000
7.84/7.16	c cleaning 9963 clauses out of 19986 with flag 246919/56001
9.34/8.66	c cleaning 10979 clauses out of 22022 with flag 309306/68000
11.04/10.33	c cleaning 12011 clauses out of 24043 with flag 377783/81000
12.73/12.08	c cleaning 12991 clauses out of 26033 with flag 454469/95001
14.73/14.08	c cleaning 14007 clauses out of 28041 with flag 538820/110000
17.02/16.34	c cleaning 14969 clauses out of 30037 with flag 628731/126003
19.44/18.72	c cleaning 16019 clauses out of 32065 with flag 726143/143000
21.93/21.23	c cleaning 17002 clauses out of 34046 with flag 829856/161000
24.63/23.97	c cleaning 18008 clauses out of 36044 with flag 941844/180000
27.63/26.97	c cleaning 18986 clauses out of 38036 with flag 1059505/200000
30.83/30.15	c cleaning 20002 clauses out of 40050 with flag 1185882/221000
34.13/33.45	c cleaning 20997 clauses out of 42048 with flag 1318871/243000
37.73/37.09	c cleaning 22001 clauses out of 44051 with flag 1457322/266000
41.72/41.08	c cleaning 23001 clauses out of 46050 with flag 1600525/290000
45.72/45.10	c cleaning 24011 clauses out of 48050 with flag 1751912/315001
50.13/49.44	c cleaning 24971 clauses out of 50038 with flag 1908780/341000
54.73/54.09	c cleaning 26034 clauses out of 52067 with flag 2074599/368000
59.62/58.98	c cleaning 26960 clauses out of 54034 with flag 2248354/396001
64.55/63.89	c cleaning 28024 clauses out of 56073 with flag 2427230/425000
69.45/68.72	c cleaning 28981 clauses out of 58049 with flag 2612375/455000
74.35/73.67	c cleaning 30004 clauses out of 60069 with flag 2803096/486001
79.65/78.91	c cleaning 31001 clauses out of 62065 with flag 3000318/518001
85.25/84.56	c cleaning 32025 clauses out of 64063 with flag 3203063/551000
91.25/90.55	c cleaning 32992 clauses out of 66040 with flag 3412101/585002
97.35/96.67	c cleaning 33994 clauses out of 68046 with flag 3633169/620000
103.95/103.22	c cleaning 35009 clauses out of 70052 with flag 3859515/656000
110.76/110.04	c cleaning 35981 clauses out of 72044 with flag 4091607/693001
117.96/117.24	c cleaning 37015 clauses out of 74063 with flag 4330394/731001
125.17/124.45	c cleaning 37996 clauses out of 76047 with flag 4578773/770000
133.06/132.33	c cleaning 38962 clauses out of 78051 with flag 4826912/810000
140.96/140.23	c cleaning 40040 clauses out of 80090 with flag 5085882/851001
149.47/148.73	c cleaning 41004 clauses out of 82049 with flag 5353346/893000
158.17/157.41	c cleaning 42008 clauses out of 84045 with flag 5626044/936000
166.81/166.04	c cleaning 42995 clauses out of 86037 with flag 5902461/980000
175.72/174.95	c cleaning 43983 clauses out of 88042 with flag 6185101/1025000
184.91/184.13	c cleaning 45022 clauses out of 90060 with flag 6475229/1071001
194.42/193.66	c cleaning 45994 clauses out of 92037 with flag 6771848/1118000
204.11/203.37	c cleaning 46947 clauses out of 94043 with flag 7075560/1166000
214.42/213.63	c cleaning 48048 clauses out of 96096 with flag 7388764/1215000
225.22/224.44	c cleaning 48976 clauses out of 98048 with flag 7702528/1265000
236.32/235.52	c cleaning 50030 clauses out of 100072 with flag 8026272/1316000
247.52/246.78	c cleaning 51011 clauses out of 102042 with flag 8354607/1368000
259.52/258.71	c cleaning 51970 clauses out of 104031 with flag 8689461/1421000
271.88/271.06	c cleaning 52998 clauses out of 106063 with flag 9034612/1475002
284.28/283.46	c cleaning 53982 clauses out of 108063 with flag 9384558/1530000
297.08/296.24	c cleaning 55034 clauses out of 110081 with flag 9740544/1586000
310.29/309.42	c cleaning 55989 clauses out of 112049 with flag 10106603/1643002
323.89/323.02	c cleaning 57006 clauses out of 114059 with flag 10477680/1701001
337.69/336.88	c cleaning 58021 clauses out of 116052 with flag 10858724/1760000
352.19/351.30	c cleaning 58971 clauses out of 118031 with flag 11239038/1820000
367.09/366.30	c cleaning 60014 clauses out of 120060 with flag 11630372/1881000
382.79/381.90	c cleaning 61022 clauses out of 122047 with flag 12026085/1943001
398.38/397.49	c cleaning 62000 clauses out of 124026 with flag 12426868/2006002
414.28/413.37	c cleaning 62957 clauses out of 126025 with flag 12829605/2070001
430.69/429.77	c cleaning 64012 clauses out of 128067 with flag 13239598/2135000
447.62/446.61	c cleaning 64991 clauses out of 130055 with flag 13660234/2201000
465.32/464.36	c cleaning 65975 clauses out of 132064 with flag 14085502/2268000
483.22/482.21	c cleaning 67004 clauses out of 134089 with flag 14516703/2336000
501.82/500.89	c cleaning 67999 clauses out of 136085 with flag 14955333/2405000
520.72/519.70	c cleaning 69034 clauses out of 138087 with flag 15397427/2475001
540.31/539.28	c cleaning 70004 clauses out of 140052 with flag 15841530/2546000
560.21/559.16	c cleaning 70984 clauses out of 142048 with flag 16292717/2618000
580.51/579.44	c cleaning 72025 clauses out of 144067 with flag 16749620/2691003
601.22/600.13	c cleaning 72993 clauses out of 146039 with flag 17212974/2765000
622.92/621.86	c cleaning 73988 clauses out of 148047 with flag 17679993/2840001
644.43/643.33	c cleaning 75008 clauses out of 150058 with flag 18157559/2916000
667.53/666.46	c cleaning 76018 clauses out of 152050 with flag 18638750/2993000
690.30/689.10	c cleaning 77004 clauses out of 154033 with flag 19127217/3071001
713.10/711.91	c cleaning 77971 clauses out of 156028 with flag 19626200/3150000
737.91/736.70	c cleaning 79029 clauses out of 158057 with flag 20127195/3230000
763.03/761.81	c cleaning 80014 clauses out of 160028 with flag 20631654/3311000
788.52/787.39	c cleaning 80991 clauses out of 162015 with flag 21142799/3393001
815.62/814.41	c cleaning 81990 clauses out of 164026 with flag 21662401/3476003
841.53/840.26	c cleaning 82998 clauses out of 166033 with flag 22191260/3560000
868.15/866.84	c cleaning 83996 clauses out of 168035 with flag 22723339/3645000
895.45/894.15	c cleaning 85018 clauses out of 170040 with flag 23257894/3731001
924.15/922.83	c cleaning 86004 clauses out of 172024 with flag 23802366/3818003
953.05/951.78	c cleaning 86962 clauses out of 174017 with flag 24357905/3906000
982.87/981.46	c cleaning 87993 clauses out of 176056 with flag 24909398/3995001
1013.59/1012.15	c cleaning 88978 clauses out of 178064 with flag 25469394/4085002
1045.28/1043.83	c cleaning 90018 clauses out of 180084 with flag 26032605/4176000
1076.59/1075.17	c cleaning 91013 clauses out of 182066 with flag 26606553/4268000
1108.60/1107.01	c cleaning 91999 clauses out of 184056 with flag 27185595/4361003
1142.22/1140.62	c cleaning 92989 clauses out of 186054 with flag 27773033/4455000
1175.34/1173.78	c cleaning 94012 clauses out of 188065 with flag 28367985/4550000
1208.83/1207.25	c cleaning 95021 clauses out of 190053 with flag 28968429/4646000
1243.64/1242.04	c cleaning 95986 clauses out of 192032 with flag 29576930/4743000
1278.95/1277.25	c cleaning 96990 clauses out of 194046 with flag 30187873/4841000
1314.16/1312.48	c cleaning 97974 clauses out of 196057 with flag 30807259/4940001
1351.57/1349.88	c cleaning 99011 clauses out of 198082 with flag 31429197/5040000
1388.97/1387.25	c cleaning 100014 clauses out of 200071 with flag 32059812/5141000
1427.30/1425.41	c cleaning 101013 clauses out of 202058 with flag 32695785/5243001
1466.02/1464.12	c cleaning 101978 clauses out of 204044 with flag 33338806/5346000
1504.82/1502.92	c cleaning 103026 clauses out of 206066 with flag 33988390/5450000
1544.94/1542.94	c cleaning 104015 clauses out of 208040 with flag 34641332/5555000
1587.44/1585.48	c cleaning 104992 clauses out of 210025 with flag 35305218/5661000
1630.24/1628.27	c cleaning 106009 clauses out of 212035 with flag 35973860/5768002
1673.65/1671.64	c cleaning 107002 clauses out of 214024 with flag 36647156/5876000
1717.75/1715.60	c cleaning 108011 clauses out of 216022 with flag 37329374/5985000
1761.46/1759.36	c cleaning 108964 clauses out of 218012 with flag 38015155/6095001
1800.07/1797.90	c starts		: 55779
1800.07/1797.90	c conflicts		: 6194406
1800.07/1797.90	c decisions		: 58606188
1800.07/1797.90	c propagations		: 840336690
1800.07/1797.90	c inspects		: 23837491439
1800.07/1797.90	c shortcuts		: 0
1800.07/1797.90	c learnt literals	: 2
1800.07/1797.90	c learnt binary clauses	: 47
1800.07/1797.90	c learnt ternary clauses	: 691
1800.07/1797.90	c learnt constraints	: 6194404
1800.07/1797.90	c ignored constraints	: 0
1800.07/1797.90	c root simplifications	: 0
1800.07/1797.90	c removed literals (reason simplification)	: 0
1800.07/1797.90	c reason swapping (by a shorter reason)	: 0
1800.07/1797.90	c Calls to reduceDB	: 106
1800.07/1797.90	c Number of update (reduction) of LBD	: 1314499
1800.07/1797.90	c Imported unit clauses	: 0
1800.07/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.90	c number of learned constraints concerned by reduction	: 0
1800.07/1797.90	c number of learning phase by resolution	: 0
1800.07/1797.90	c number of learning phase by cutting planes	: 0
1800.07/1797.90	c speed (assignments/second)	: 467506.66987114225
1800.07/1797.90	c non guided choices	12792
1800.07/1797.90	c timeout
1800.07/1797.93	c learnt constraints type 
1800.07/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.07/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 208406
1800.07/1797.93	s UNKNOWN
1800.07/1797.93	c Total wall clock time (in seconds): 1797.817

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-4116577-1466961856/watcher-4116577-1466961856 -o /tmp/evaluation-result-4116577-1466961856/solver-4116577-1466961856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116577-1466961856.opb 

pid=22580
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.25 2.19 2.18 2/196 22583
/proc/meminfo: memFree=30164948/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (java) R 22580 22583 19710 0 -1 4202496 386 0 0 0 0 0 0 0 20 0 1 0 29223951 5767168 56 33554432000 1073741824 1073778376 140736655950368 140736655947496 273896533287 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2303 62 48 9 0 35 0

[startup+0.100059 s]
/proc/loadavg: 2.25 2.19 2.18 2/196 22583
/proc/meminfo: memFree=30164948/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 29223951 9787879424 5583 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.25 2.19 2.18 2/196 22583
/proc/meminfo: memFree=30164948/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 4923 0 1 0 25 1 0 0 20 0 18 0 29223951 9787879424 6475 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2389619 6476 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.25 2.19 2.18 2/196 22583
/proc/meminfo: memFree=30164948/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 5819 0 1 0 48 2 0 0 20 0 18 0 29223951 9787879424 8526 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2389619 8526 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.25 2.19 2.18 2/196 22583
/proc/meminfo: memFree=30164948/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 8832 0 1 0 131 2 0 0 20 0 19 0 29223951 9856040960 14596 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 14596 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.25 2.19 2.18 5/215 22602
/proc/meminfo: memFree=30114400/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 9232 0 1 0 217 2 0 0 20 0 19 0 29223951 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 15124 2269 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2490 0 1 0 144 2 0 0 20 0 19 0 29223952 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920904548048 139920844891028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29223954 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 2808 0 0 0 38 0 0 0 20 0 19 0 29223957 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2656 0 0 0 31 0 0 0 20 0 19 0 29223957 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 15124 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.25 2.19 2.18 3/215 22602
/proc/meminfo: memFree=30111984/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 9267 0 1 0 380 2 0 0 20 0 19 0 29223951 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 15643 2270 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2492 0 1 0 303 2 0 0 20 0 19 0 29223952 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920904548048 139920844877058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29223954 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 2813 0 0 0 40 0 0 0 20 0 19 0 29223957 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2684 0 0 0 33 0 0 0 20 0 19 0 29223957 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 15643 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.23 2.19 2.18 3/215 22602
/proc/meminfo: memFree=30104660/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 9343 0 1 0 701 3 0 0 20 0 19 0 29223951 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 16877 2271 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2496 0 1 0 621 2 0 0 20 0 19 0 29223952 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920904556816 139920844877140 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29223953 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29223954 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 2813 0 0 0 40 0 0 0 20 0 19 0 29223957 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2755 0 0 0 34 0 0 0 20 0 19 0 29223957 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 16877 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.25 2.23 3/215 22711
/proc/meminfo: memFree=29771604/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=1784.46 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 12127 0 1 0 178387 59 0 0 20 0 19 0 29223951 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 99374 2285 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=1777.17 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2555 0 1 0 177685 32 0 0 20 0 19 0 29223952 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920904548128 139920844877058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 228 0 0 0 18 5 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 176 0 0 0 13 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 377 0 0 0 16 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 198 0 0 0 12 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 339 0 0 0 15 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 259 0 0 0 15 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 29223954 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 3396 0 0 0 44 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2755 0 0 0 34 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.19 2.23 2.22 4/215 22711
/proc/meminfo: memFree=29772068/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 12127 0 1 0 179947 60 0 0 20 0 19 0 29223951 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 99374 2285 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=1792.73 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2555 0 1 0 179241 32 0 0 20 0 19 0 29223952 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920904548128 139920844906149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 228 0 0 0 18 5 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 176 0 0 0 13 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 377 0 0 0 16 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 198 0 0 0 12 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 339 0 0 0 15 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 259 0 0 0 15 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 29223954 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 3396 0 0 0 44 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2755 0 0 0 34 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 22583 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.19 2.23 2.22 4/215 22711
/proc/meminfo: memFree=29772068/32872528 swapFree=1491540/1663236
[pid=22583] ppid=22580 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/22583/stat : 22583 (java) S 22580 22583 19710 0 -1 4202496 12127 0 1 0 179947 60 0 0 20 0 19 0 29223951 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 140736655941504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22583/statm: 2406260 99374 2285 9 0 2396937 0
[pid=22583/tid=22585] ppid=22580 vsize=9625040 CPUtime=1792.73 cores=0,2,4,6
/proc/22583/task/22585/stat : 22585 (java) R 22580 22583 19710 0 -1 4202560 2555 0 1 0 179241 32 0 0 20 0 19 0 29223952 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920904548128 139920844906149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22586] ppid=22580 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22583/task/22586/stat : 22586 (java) S 22580 22583 19710 0 -1 4202560 228 0 0 0 18 5 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920843286696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22587] ppid=22580 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22583/task/22587/stat : 22587 (java) S 22580 22583 19710 0 -1 4202560 176 0 0 0 13 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920842234152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22588] ppid=22580 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22583/task/22588/stat : 22588 (java) S 22580 22583 19710 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920745904552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22589] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22589/stat : 22589 (java) S 22580 22583 19710 0 -1 4202560 377 0 0 0 16 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920744852008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22590] ppid=22580 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22583/task/22590/stat : 22590 (java) S 22580 22583 19710 0 -1 4202560 198 0 0 0 12 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920743799464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22591] ppid=22580 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22583/task/22591/stat : 22591 (java) S 22580 22583 19710 0 -1 4202560 339 0 0 0 15 4 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920742746920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22592] ppid=22580 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22583/task/22592/stat : 22592 (java) S 22580 22583 19710 0 -1 4202560 308 0 0 0 17 3 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920741694376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22593] ppid=22580 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22583/task/22593/stat : 22593 (java) S 22580 22583 19710 0 -1 4202560 259 0 0 0 15 2 0 0 20 0 19 0 29223953 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920740641832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22583/tid=22594] ppid=22580 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22583/task/22594/stat : 22594 (java) S 22580 22583 19710 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 29223954 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920728442984 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22595] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22595/stat : 22595 (java) S 22580 22583 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920727389304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22596] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22596/stat : 22596 (java) S 22580 22583 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29223955 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920726336648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22597] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22597/stat : 22597 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920725285392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22598] ppid=22580 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/22583/task/22598/stat : 22598 (java) S 22580 22583 19710 0 -1 4202560 3396 0 0 0 44 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920724232760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22583/tid=22599] ppid=22580 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22583/task/22599/stat : 22599 (java) S 22580 22583 19710 0 -1 4202560 2755 0 0 0 34 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920723180216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22600] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22600/stat : 22600 (java) S 22580 22583 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920722127864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22583/tid=22601] ppid=22580 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22583/task/22601/stat : 22601 (java) S 22580 22583 19710 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 29223957 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920721075528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22583/tid=22602] ppid=22580 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22583/task/22602/stat : 22602 (java) S 22580 22583 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29223993 9856040960 99374 33554432000 1073741824 1073778376 140736655950368 139920720020264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.07
CPU user time (s): 1799.47
CPU system time (s): 0.6
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.07084
maximum resident set size= 398180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12305
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38406
involuntary context switches= 5962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3313 second user time and 12.834 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 19:24:16
IDJOB=4116577
IDBENCH=109487
IDSOLVER=2546
FILE ID=node134/4116577-1466961856
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116577-1466961856/watcher-4116577-1466961856 -o /tmp/evaluation-result-4116577-1466961856/solver-4116577-1466961856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116577-1466961856.opb

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

MD5SUM BENCH= 8b141e8f2d9bfccf1119dae7bc9b3f3f
RANDOM SEED=1161432327

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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.54
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.170
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		: 2667.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30165104 kB
Buffers:           24268 kB
Cached:           112240 kB
SwapCached:         1316 kB
Active:           226564 kB
Inactive:         113696 kB
Active(anon):     204024 kB
Inactive(anon):     2484 kB
Active(file):      22540 kB
Inactive(file):   111212 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       1976168 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565268 kB
SReclaimable:       9028 kB
SUnreclaim:       556240 kB
KernelStack:        1776 kB
PageTables:         7752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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= 71692 MiB
End job on node134 at 2016-06-26 19:54:14