Trace number 4116953

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.02 1797.93

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-0.opb
MD5SUMc96210cacdef9eb2768a7c5a4938e22d
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 constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4116953-1466965283.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.293s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10016
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 920
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10016 constraints processed.
1.63/1.03	c cleaning 2495 clauses out of 5000 with flag 16499/5003
2.29/1.66	c cleaning 4238 clauses out of 8502 with flag 39746/11000
3.08/2.40	c cleaning 5614 clauses out of 11264 with flag 69674/18000
3.89/3.28	c cleaning 6811 clauses out of 13650 with flag 106575/26000
4.91/4.27	c cleaning 7897 clauses out of 15840 with flag 148573/35001
6.11/5.44	c cleaning 8960 clauses out of 17944 with flag 199037/45002
7.42/6.73	c cleaning 9974 clauses out of 19983 with flag 256756/56001
8.82/8.14	c cleaning 10976 clauses out of 22009 with flag 319832/68001
10.32/9.68	c cleaning 11998 clauses out of 24032 with flag 389464/81000
12.02/11.39	c cleaning 13002 clauses out of 26034 with flag 467594/95000
13.93/13.28	c cleaning 14014 clauses out of 28032 with flag 552162/110000
16.02/15.38	c cleaning 15003 clauses out of 30018 with flag 641532/126000
18.22/17.57	c cleaning 15969 clauses out of 32015 with flag 739063/143000
20.72/20.00	c cleaning 16999 clauses out of 34047 with flag 845639/161001
23.22/22.54	c cleaning 18011 clauses out of 36049 with flag 955665/180002
26.04/25.34	c cleaning 19000 clauses out of 38036 with flag 1074993/200000
29.03/28.38	c cleaning 20010 clauses out of 40037 with flag 1198621/221001
32.33/31.61	c cleaning 20963 clauses out of 42028 with flag 1329957/243002
35.83/35.16	c cleaning 22009 clauses out of 44063 with flag 1470051/266000
39.54/38.88	c cleaning 22989 clauses out of 46054 with flag 1616999/290000
43.44/42.76	c cleaning 24005 clauses out of 48065 with flag 1768685/315000
47.64/46.94	c cleaning 25004 clauses out of 50061 with flag 1927187/341001
52.04/51.32	c cleaning 26026 clauses out of 52056 with flag 2093414/368000
56.64/55.91	c cleaning 26998 clauses out of 54030 with flag 2266669/396000
61.27/60.57	c cleaning 27998 clauses out of 56032 with flag 2444190/425000
65.86/65.14	c cleaning 29002 clauses out of 58035 with flag 2630277/455001
70.77/70.05	c cleaning 29996 clauses out of 60032 with flag 2821137/486000
75.87/75.10	c cleaning 30991 clauses out of 62036 with flag 3018096/518000
81.08/80.39	c cleaning 32004 clauses out of 64045 with flag 3222878/551000
86.77/86.06	c cleaning 33018 clauses out of 66042 with flag 3434347/585001
92.67/91.99	c cleaning 33963 clauses out of 68023 with flag 3654761/620000
98.97/98.20	c cleaning 34980 clauses out of 70060 with flag 3879250/656000
105.38/104.65	c cleaning 36013 clauses out of 72080 with flag 4111685/693000
112.17/111.43	c cleaning 37034 clauses out of 74067 with flag 4351342/731000
119.27/118.54	c cleaning 38003 clauses out of 76034 with flag 4599957/770001
126.77/126.02	c cleaning 38997 clauses out of 78030 with flag 4853362/810000
134.57/133.83	c cleaning 39980 clauses out of 80035 with flag 5114530/851002
142.77/142.01	c cleaning 41024 clauses out of 82053 with flag 5380013/893000
151.17/150.47	c cleaning 42014 clauses out of 84030 with flag 5651877/936001
159.41/158.67	c cleaning 43005 clauses out of 86015 with flag 5926962/980000
167.82/167.04	c cleaning 43971 clauses out of 88010 with flag 6215258/1025000
176.72/175.96	c cleaning 44967 clauses out of 90039 with flag 6503860/1071000
185.82/185.00	c cleaning 46025 clauses out of 92072 with flag 6801921/1118000
195.12/194.36	c cleaning 47001 clauses out of 94048 with flag 7103792/1166001
205.12/204.30	c cleaning 47999 clauses out of 96046 with flag 7414232/1215000
215.33/214.51	c cleaning 48981 clauses out of 98048 with flag 7723658/1265001
226.02/225.25	c cleaning 50017 clauses out of 100066 with flag 8045804/1316000
236.93/236.18	c cleaning 51021 clauses out of 102050 with flag 8371110/1368001
248.33/247.59	c cleaning 52014 clauses out of 104028 with flag 8706668/1421000
260.09/259.27	c cleaning 52980 clauses out of 106015 with flag 9048125/1475001
271.79/270.96	c cleaning 54008 clauses out of 108035 with flag 9396450/1530001
284.09/283.24	c cleaning 54995 clauses out of 110026 with flag 9748784/1586000
296.60/295.79	c cleaning 55964 clauses out of 112031 with flag 10106950/1643000
309.60/308.74	c cleaning 57013 clauses out of 114068 with flag 10476679/1701001
323.00/322.11	c cleaning 58020 clauses out of 116055 with flag 10849886/1760001
336.60/335.79	c cleaning 59017 clauses out of 118034 with flag 11225688/1820000
351.31/350.43	c cleaning 59974 clauses out of 120018 with flag 11609040/1881001
366.22/365.34	c cleaning 61022 clauses out of 122043 with flag 11999071/1943000
381.17/380.24	c cleaning 61962 clauses out of 124021 with flag 12390793/2006000
396.28/395.33	c cleaning 63010 clauses out of 126060 with flag 12790693/2070001
411.59/410.61	c cleaning 64010 clauses out of 128050 with flag 13196801/2135001
427.61/426.69	c cleaning 65003 clauses out of 130040 with flag 13606017/2201001
444.10/443.16	c cleaning 65999 clauses out of 132037 with flag 14015788/2268001
461.40/460.40	c cleaning 67001 clauses out of 134037 with flag 14434730/2336000
478.70/477.74	c cleaning 67992 clauses out of 136038 with flag 14860399/2405002
496.70/495.75	c cleaning 68986 clauses out of 138044 with flag 15289617/2475000
514.94/513.99	c cleaning 70023 clauses out of 140058 with flag 15732444/2546000
533.53/532.51	c cleaning 70994 clauses out of 142038 with flag 16176485/2618003
553.03/552.04	c cleaning 71989 clauses out of 144041 with flag 16627008/2691000
572.62/571.61	c cleaning 73013 clauses out of 146052 with flag 17083787/2765000
592.84/591.89	c cleaning 73996 clauses out of 148039 with flag 17545654/2840000
613.23/612.27	c cleaning 74969 clauses out of 150044 with flag 18018555/2916001
634.22/633.18	c cleaning 76007 clauses out of 152074 with flag 18490969/2993000
655.93/654.83	c cleaning 77027 clauses out of 154067 with flag 18969318/3071000
678.23/677.17	c cleaning 78004 clauses out of 156041 with flag 19454969/3150001
701.13/700.01	c cleaning 78991 clauses out of 158036 with flag 19944603/3230000
724.04/723.00	c cleaning 80014 clauses out of 160046 with flag 20438789/3311001
747.84/746.78	c cleaning 81008 clauses out of 162031 with flag 20939834/3393000
772.33/771.13	c cleaning 81988 clauses out of 164025 with flag 21451425/3476002
796.93/795.79	c cleaning 83011 clauses out of 166036 with flag 21972139/3560001
822.44/821.20	c cleaning 83991 clauses out of 168025 with flag 22501288/3645001
848.14/846.94	c cleaning 84977 clauses out of 170033 with flag 23029025/3731000
874.66/873.50	c cleaning 85983 clauses out of 172059 with flag 23562835/3818003
902.27/901.00	c cleaning 87025 clauses out of 174073 with flag 24100365/3906000
929.78/928.48	c cleaning 87981 clauses out of 176049 with flag 24642558/3995001
958.27/956.91	c cleaning 89025 clauses out of 178069 with flag 25195534/4085002
987.28/985.98	c cleaning 90004 clauses out of 180043 with flag 25757604/4176001
1017.38/1016.00	c cleaning 90971 clauses out of 182039 with flag 26321725/4268001
1047.37/1045.97	c cleaning 91991 clauses out of 184067 with flag 26893095/4361000
1077.28/1075.85	c cleaning 93006 clauses out of 186077 with flag 27466457/4455001
1108.37/1106.95	c cleaning 93993 clauses out of 188070 with flag 28054888/4550000
1140.36/1138.94	c cleaning 94988 clauses out of 190077 with flag 28646075/4646000
1172.76/1171.21	c cleaning 96022 clauses out of 192091 with flag 29239199/4743002
1206.37/1204.86	c cleaning 96988 clauses out of 194067 with flag 29841343/4841000
1240.49/1238.98	c cleaning 98020 clauses out of 196079 with flag 30450958/4940000
1275.40/1273.81	c cleaning 98999 clauses out of 198059 with flag 31061798/5040000
1310.72/1309.02	c cleaning 100004 clauses out of 200060 with flag 31679750/5141000
1347.02/1345.37	c cleaning 100995 clauses out of 202057 with flag 32298846/5243001
1383.92/1382.24	c cleaning 102028 clauses out of 204063 with flag 32924754/5346002
1421.03/1419.35	c cleaning 102974 clauses out of 206034 with flag 33561621/5450001
1459.68/1457.88	c cleaning 104006 clauses out of 208060 with flag 34196897/5555001
1498.88/1497.09	c cleaning 105009 clauses out of 210054 with flag 34844246/5661001
1538.49/1536.61	c cleaning 106007 clauses out of 212045 with flag 35496540/5768001
1579.29/1577.38	c cleaning 106998 clauses out of 214037 with flag 36150196/5876000
1620.39/1618.45	c cleaning 107979 clauses out of 216039 with flag 36816293/5985000
1661.80/1659.88	c cleaning 109004 clauses out of 218061 with flag 37487361/6095001
1704.00/1701.98	c cleaning 110016 clauses out of 220056 with flag 38162079/6206000
1747.31/1745.30	c cleaning 111016 clauses out of 222040 with flag 38854777/6318000
1791.62/1789.52	c cleaning 111969 clauses out of 224024 with flag 39543650/6431000
1800.02/1797.90	c starts		: 56867
1800.02/1797.90	c conflicts		: 6458934
1800.02/1797.90	c decisions		: 56988076
1800.02/1797.90	c propagations		: 853111565
1800.02/1797.90	c inspects		: 25131688937
1800.02/1797.90	c shortcuts		: 0
1800.02/1797.90	c learnt literals	: 3
1800.02/1797.90	c learnt binary clauses	: 73
1800.02/1797.90	c learnt ternary clauses	: 824
1800.02/1797.90	c learnt constraints	: 6458931
1800.02/1797.90	c ignored constraints	: 0
1800.02/1797.90	c root simplifications	: 0
1800.02/1797.90	c removed literals (reason simplification)	: 0
1800.02/1797.90	c reason swapping (by a shorter reason)	: 0
1800.02/1797.90	c Calls to reduceDB	: 109
1800.02/1797.90	c Number of update (reduction) of LBD	: 1378175
1800.02/1797.90	c Imported unit clauses	: 0
1800.02/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.90	c number of learned constraints concerned by reduction	: 0
1800.02/1797.90	c number of learning phase by resolution	: 0
1800.02/1797.90	c number of learning phase by cutting planes	: 0
1800.02/1797.90	c speed (assignments/second)	: 474613.21855834365
1800.02/1797.90	c non guided choices	14925
1800.02/1797.90	c timeout
1800.02/1797.93	c learnt constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139916
1800.02/1797.93	s UNKNOWN
1800.02/1797.93	c Total wall clock time (in seconds): 1797.814

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-4116953-1466965283/watcher-4116953-1466965283 -o /tmp/evaluation-result-4116953-1466965283/solver-4116953-1466965283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116953-1466965283.opb 

pid=29393
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.06 2.05 2.06 3/194 29396
/proc/meminfo: memFree=31081668/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29396/stat : 29396 (java) D 29393 29396 26442 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 29566208 9515008 185 33554432000 1073741824 1073778376 140736055885488 140736055874552 206619897127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.06 2.05 2.06 3/194 29396
/proc/meminfo: memFree=31081668/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 29566208 9787879424 6027 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.06 2.05 2.06 3/194 29396
/proc/meminfo: memFree=31081668/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 4763 0 1 0 24 1 0 0 20 0 18 0 29566208 9787879424 6820 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2389619 6820 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.06 2.05 2.06 3/194 29396
/proc/meminfo: memFree=31081668/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 5805 0 1 0 47 2 0 0 20 0 18 0 29566208 9787879424 9002 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2389619 9002 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.06 2.05 2.06 3/194 29396
/proc/meminfo: memFree=31081668/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 8416 0 1 0 130 2 0 0 20 0 19 0 29566208 9856040960 15212 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 15212 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.06 2.05 2.06 3/213 29415
/proc/meminfo: memFree=31028576/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 8683 0 1 0 215 2 0 0 20 0 19 0 29566208 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 15731 2269 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2430 0 1 0 143 2 0 0 20 0 19 0 29566209 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139678056198208 139677923887662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29566211 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 36 0 0 0 20 0 19 0 29566214 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 2812 0 0 0 32 0 0 0 20 0 19 0 29566214 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 15731 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.06 2.05 2.06 3/213 29415
/proc/meminfo: memFree=31023860/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 8687 0 1 0 377 2 0 0 20 0 19 0 29566208 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 16756 2270 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2433 0 1 0 302 2 0 0 20 0 19 0 29566209 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139678056198456 139677923948763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29566211 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 2813 0 0 0 33 0 0 0 20 0 19 0 29566214 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 16756 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.06 2.05 2.06 3/213 29415
/proc/meminfo: memFree=31017840/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 8692 0 1 0 699 3 0 0 20 0 19 0 29566208 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 18277 2271 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2437 0 1 0 621 2 0 0 20 0 19 0 29566209 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139678056198552 139677923948553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29566210 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29566211 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 2813 0 0 0 35 0 0 0 20 0 19 0 29566214 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 18277 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.07 2.06 3/213 29527
/proc/meminfo: memFree=30670544/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=1784.42 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 10100 0 1 0 178383 59 0 0 20 0 19 0 29566208 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 88752 2285 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=1777.19 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2495 0 1 0 177690 29 0 0 20 0 19 0 29566209 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678056189728 139677923924709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 81 0 0 0 15 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 167 0 0 0 12 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 112 0 0 0 10 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 41 0 0 0 13 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 57 0 0 0 15 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 191 0 0 0 14 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 160 0 0 0 17 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 63 0 0 0 19 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 29566211 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 3147 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.11 2.07 2.06 3/213 29527
/proc/meminfo: memFree=30671176/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 10100 0 1 0 179943 59 0 0 20 0 19 0 29566208 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 88752 2285 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=1792.75 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2495 0 1 0 179246 29 0 0 20 0 19 0 29566209 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678056189728 139677923864701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 81 0 0 0 15 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 167 0 0 0 12 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 112 0 0 0 10 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 41 0 0 0 13 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 57 0 0 0 15 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 191 0 0 0 14 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 160 0 0 0 17 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 63 0 0 0 19 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 29566211 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 3147 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 29396 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.11 2.07 2.06 3/213 29527
/proc/meminfo: memFree=30671176/32872528 swapFree=552864/567172
[pid=29396] ppid=29393 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/29396/stat : 29396 (java) S 29393 29396 26442 0 -1 4202496 10100 0 1 0 179943 59 0 0 20 0 19 0 29566208 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 140736055876624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 2406260 88752 2285 9 0 2396937 0
[pid=29396/tid=29398] ppid=29393 vsize=9625040 CPUtime=1792.75 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (java) R 29393 29396 26442 0 -1 4202560 2495 0 1 0 179246 29 0 0 20 0 19 0 29566209 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678056189728 139677923864701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (java) S 29393 29396 26442 0 -1 4202560 81 0 0 0 15 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678045260328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29400] ppid=29393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29396/task/29400/stat : 29400 (java) S 29393 29396 26442 0 -1 4202560 167 0 0 0 12 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678044207528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29401] ppid=29393 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29396/task/29401/stat : 29401 (java) S 29393 29396 26442 0 -1 4202560 112 0 0 0 10 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678043154728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29402] ppid=29393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/29396/task/29402/stat : 29402 (java) S 29393 29396 26442 0 -1 4202560 41 0 0 0 13 2 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139678042101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29403] ppid=29393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29396/task/29403/stat : 29403 (java) S 29393 29396 26442 0 -1 4202560 57 0 0 0 15 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677895703592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29404] ppid=29393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29396/task/29404/stat : 29404 (java) S 29393 29396 26442 0 -1 4202560 191 0 0 0 14 3 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677894650792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29405] ppid=29393 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29396/task/29405/stat : 29405 (java) S 29393 29396 26442 0 -1 4202560 160 0 0 0 17 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677893597992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29406] ppid=29393 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29396/task/29406/stat : 29406 (java) S 29393 29396 26442 0 -1 4202560 63 0 0 0 19 4 0 0 20 0 19 0 29566210 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677892545192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29396/tid=29407] ppid=29393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29396/task/29407/stat : 29407 (java) S 29393 29396 26442 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 29566211 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677880347112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29408] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29408/stat : 29408 (java) S 29393 29396 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677879293176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29409] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29409/stat : 29409 (java) S 29393 29396 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29566212 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677878240264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29410] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29410/stat : 29410 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677877188752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29411] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29411/stat : 29411 (java) S 29393 29396 26442 0 -1 4202560 2164 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677876136888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29412] ppid=29393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29396/task/29412/stat : 29412 (java) S 29393 29396 26442 0 -1 4202560 3147 0 0 0 38 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677875084088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29413] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29413/stat : 29413 (java) S 29393 29396 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677874031480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29396/tid=29414] ppid=29393 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/29396/task/29414/stat : 29414 (java) S 29393 29396 26442 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 29566214 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677872978888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29415] ppid=29393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29415/stat : 29415 (java) S 29393 29396 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29566250 9856040960 88752 33554432000 1073741824 1073778376 140736055885488 139677871924392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.93
CPU time (s): 1800.02
CPU user time (s): 1799.43
CPU system time (s): 0.59
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.14283
maximum resident set size= 355308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10181
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38413
involuntary context switches= 5536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6834 second user time and 13.9119 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 20:21:23
IDJOB=4116953
IDBENCH=109534
IDSOLVER=2546
FILE ID=node138/4116953-1466965283
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116953-1466965283/watcher-4116953-1466965283 -o /tmp/evaluation-result-4116953-1466965283/solver-4116953-1466965283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116953-1466965283.opb

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

MD5SUM BENCH= c96210cacdef9eb2768a7c5a4938e22d
RANDOM SEED=1931154485

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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.803
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:        31081460 kB
Buffers:           30456 kB
Cached:           224936 kB
SwapCached:         3788 kB
Active:           290016 kB
Inactive:         233928 kB
Active(anon):     265980 kB
Inactive(anon):     4564 kB
Active(file):      24036 kB
Inactive(file):   229364 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1228 kB
Writeback:             4 kB
AnonPages:        832332 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             567108 kB
SReclaimable:      10656 kB
SUnreclaim:       556452 kB
KernelStack:        1584 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1277852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 71716 MiB
End job on node138 at 2016-06-26 20:51:21