Trace number 4116465

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-8.opb
MD5SUM855f9484f9b8e197cfc3774a1e63c6f9
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 variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4116465-1466968880.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.305s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10720
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 856
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10720 constraints processed.
1.80/1.10	c cleaning 2494 clauses out of 4999 with flag 16602/5001
2.57/1.79	c cleaning 4243 clauses out of 8504 with flag 37903/11000
3.27/2.47	c cleaning 5624 clauses out of 11261 with flag 65950/18000
4.08/3.30	c cleaning 6812 clauses out of 13639 with flag 98203/26002
5.10/4.26	c cleaning 7892 clauses out of 15825 with flag 136021/35000
6.20/5.38	c cleaning 8947 clauses out of 17935 with flag 179831/45002
7.40/6.60	c cleaning 9964 clauses out of 19986 with flag 232005/56000
8.80/8.00	c cleaning 10981 clauses out of 22022 with flag 288976/68000
10.40/9.50	c cleaning 11992 clauses out of 24041 with flag 354442/81000
12.10/11.27	c cleaning 12972 clauses out of 26050 with flag 422806/95001
13.99/13.11	c cleaning 14003 clauses out of 28077 with flag 499066/110000
15.90/15.08	c cleaning 15026 clauses out of 30074 with flag 581269/126000
18.10/17.29	c cleaning 15980 clauses out of 32048 with flag 672327/143000
20.50/19.64	c cleaning 16995 clauses out of 34070 with flag 769302/161002
23.01/22.13	c cleaning 18027 clauses out of 36073 with flag 872852/180000
25.70/24.87	c cleaning 18980 clauses out of 38046 with flag 981522/200000
28.60/27.72	c cleaning 19988 clauses out of 40066 with flag 1099382/221000
31.60/30.77	c cleaning 21007 clauses out of 42078 with flag 1224764/243000
34.91/34.09	c cleaning 22009 clauses out of 44071 with flag 1357043/266000
38.51/37.63	c cleaning 22994 clauses out of 46062 with flag 1495816/290000
42.31/41.43	c cleaning 24035 clauses out of 48069 with flag 1638646/315001
46.21/45.38	c cleaning 24973 clauses out of 50033 with flag 1787830/341000
50.41/49.57	c cleaning 26020 clauses out of 52060 with flag 1942309/368000
54.66/53.74	c cleaning 26992 clauses out of 54040 with flag 2105641/396000
58.76/57.88	c cleaning 28010 clauses out of 56049 with flag 2273498/425001
63.16/62.22	c cleaning 29009 clauses out of 58040 with flag 2449270/455002
67.76/66.80	c cleaning 30001 clauses out of 60029 with flag 2631967/486000
72.66/71.71	c cleaning 31005 clauses out of 62029 with flag 2822751/518001
77.76/76.83	c cleaning 31979 clauses out of 64023 with flag 3016671/551000
83.06/82.17	c cleaning 32987 clauses out of 66044 with flag 3218298/585000
88.66/87.71	c cleaning 34027 clauses out of 68060 with flag 3426394/620003
94.66/93.71	c cleaning 35002 clauses out of 70031 with flag 3641159/656001
100.66/99.75	c cleaning 36010 clauses out of 72028 with flag 3862406/693000
107.17/106.26	c cleaning 36973 clauses out of 74019 with flag 4092824/731001
113.67/112.71	c cleaning 38014 clauses out of 76045 with flag 4332272/770000
120.56/119.63	c cleaning 38973 clauses out of 78032 with flag 4577551/810001
127.96/127.08	c cleaning 39997 clauses out of 80058 with flag 4828939/851000
135.56/134.61	c cleaning 40986 clauses out of 82061 with flag 5086408/893000
143.21/142.23	c cleaning 41993 clauses out of 84076 with flag 5352147/936001
150.82/149.86	c cleaning 43001 clauses out of 86085 with flag 5619818/980003
158.71/157.77	c cleaning 44025 clauses out of 88081 with flag 5896355/1025000
167.02/166.06	c cleaning 44995 clauses out of 90056 with flag 6178093/1071000
175.63/174.64	c cleaning 46020 clauses out of 92061 with flag 6468058/1118000
184.63/183.64	c cleaning 47019 clauses out of 94041 with flag 6764638/1166000
193.93/192.96	c cleaning 47994 clauses out of 96025 with flag 7065604/1215003
203.63/202.70	c cleaning 48973 clauses out of 98028 with flag 7376637/1265000
213.63/212.68	c cleaning 50001 clauses out of 100059 with flag 7698457/1316004
224.24/223.26	c cleaning 50998 clauses out of 102054 with flag 8024228/1368000
234.94/233.94	c cleaning 51954 clauses out of 104057 with flag 8358313/1421001
245.76/244.76	c cleaning 53044 clauses out of 106103 with flag 8697875/1475001
256.86/255.81	c cleaning 53996 clauses out of 108058 with flag 9040423/1530000
268.26/267.23	c cleaning 54987 clauses out of 110064 with flag 9389190/1586002
280.16/279.17	c cleaning 56011 clauses out of 112076 with flag 9743333/1643001
292.56/291.59	c cleaning 57032 clauses out of 114064 with flag 10102550/1701000
305.25/304.25	c cleaning 57978 clauses out of 116034 with flag 10470205/1760002
318.45/317.45	c cleaning 58986 clauses out of 118054 with flag 10842484/1820000
332.05/331.07	c cleaning 59982 clauses out of 120069 with flag 11223152/1881001
345.75/344.79	c cleaning 61031 clauses out of 122087 with flag 11611887/1943001
359.78/358.71	c cleaning 62006 clauses out of 124056 with flag 12005651/2006001
373.88/372.82	c cleaning 63025 clauses out of 126049 with flag 12400524/2070000
388.48/387.50	c cleaning 63992 clauses out of 128024 with flag 12804165/2135000
403.80/402.73	c cleaning 65002 clauses out of 130033 with flag 13217556/2201001
419.39/418.31	c cleaning 65971 clauses out of 132030 with flag 13635879/2268000
435.29/434.27	c cleaning 67015 clauses out of 134061 with flag 14057012/2336002
451.69/450.66	c cleaning 67991 clauses out of 136046 with flag 14484599/2405002
468.69/467.65	c cleaning 69004 clauses out of 138053 with flag 14917446/2475000
485.60/484.58	c cleaning 70016 clauses out of 140050 with flag 15363320/2546001
503.00/501.98	c cleaning 70986 clauses out of 142033 with flag 15811781/2618000
520.90/519.85	c cleaning 71993 clauses out of 144047 with flag 16262270/2691000
538.89/537.89	c cleaning 72995 clauses out of 146054 with flag 16719337/2765000
557.80/556.77	c cleaning 74022 clauses out of 148059 with flag 17182571/2840000
576.99/575.97	c cleaning 75000 clauses out of 150037 with flag 17650890/2916000
596.78/595.73	c cleaning 75963 clauses out of 152037 with flag 18131293/2993000
616.41/615.39	c cleaning 76993 clauses out of 154074 with flag 18618842/3071000
636.41/635.39	c cleaning 78022 clauses out of 156082 with flag 19111146/3150001
657.01/655.91	c cleaning 78990 clauses out of 158059 with flag 19605808/3230000
678.12/677.00	c cleaning 80017 clauses out of 160069 with flag 20110707/3311000
699.73/698.67	c cleaning 81007 clauses out of 162053 with flag 20619063/3393001
721.63/720.55	c cleaning 82007 clauses out of 164046 with flag 21140122/3476001
744.18/743.01	c cleaning 82973 clauses out of 166041 with flag 21665188/3560003
767.29/766.10	c cleaning 84005 clauses out of 168067 with flag 22194384/3645002
790.99/789.81	c cleaning 85022 clauses out of 170060 with flag 22729549/3731000
815.39/814.24	c cleaning 85980 clauses out of 172038 with flag 23271005/3818000
840.10/838.91	c cleaning 86967 clauses out of 174058 with flag 23819052/3906000
865.67/864.43	c cleaning 88032 clauses out of 176091 with flag 24377126/3995000
891.48/890.22	c cleaning 89016 clauses out of 178060 with flag 24932247/4085001
918.08/916.83	c cleaning 89990 clauses out of 180044 with flag 25495925/4176001
945.59/944.34	c cleaning 91015 clauses out of 182053 with flag 26063021/4268000
973.60/972.30	c cleaning 91948 clauses out of 184038 with flag 26637603/4361000
1002.31/1001.00	c cleaning 93023 clauses out of 186090 with flag 27213798/4455000
1031.31/1029.90	c cleaning 93993 clauses out of 188067 with flag 27802519/4550000
1060.21/1058.89	c cleaning 94985 clauses out of 190075 with flag 28398426/4646001
1090.11/1088.70	c cleaning 96020 clauses out of 192089 with flag 29001092/4743000
1120.52/1119.13	c cleaning 97016 clauses out of 194069 with flag 29607230/4841000
1151.58/1150.17	c cleaning 97995 clauses out of 196054 with flag 30218647/4940001
1182.89/1181.45	c cleaning 99026 clauses out of 198059 with flag 30839064/5040001
1215.49/1214.01	c cleaning 100007 clauses out of 200033 with flag 31464096/5141001
1248.39/1246.99	c cleaning 100958 clauses out of 202026 with flag 32092521/5243001
1282.13/1280.55	c cleaning 102020 clauses out of 204067 with flag 32730778/5346000
1316.33/1314.74	c cleaning 102992 clauses out of 206047 with flag 33377714/5450000
1351.23/1349.62	c cleaning 103993 clauses out of 208055 with flag 34031707/5555000
1386.94/1385.32	c cleaning 105009 clauses out of 210065 with flag 34683582/5661003
1423.07/1421.39	c cleaning 106008 clauses out of 212053 with flag 35350376/5768000
1459.67/1457.96	c cleaning 106999 clauses out of 214046 with flag 36015398/5876001
1496.58/1494.86	c cleaning 107998 clauses out of 216047 with flag 36691241/5985001
1534.48/1532.73	c cleaning 109008 clauses out of 218048 with flag 37370501/6095000
1573.36/1571.54	c cleaning 110013 clauses out of 220040 with flag 38053557/6206000
1612.98/1611.10	c cleaning 110971 clauses out of 222027 with flag 38741455/6318000
1652.98/1651.12	c cleaning 111952 clauses out of 224057 with flag 39437527/6431001
1693.97/1692.07	c cleaning 113007 clauses out of 226104 with flag 40145094/6545000
1735.47/1733.59	c cleaning 114034 clauses out of 228097 with flag 40856215/6660000
1777.86/1775.90	c cleaning 115001 clauses out of 230063 with flag 41566355/6776000
1800.06/1798.10	c starts		: 50749
1800.06/1798.10	c conflicts		: 6844972
1800.06/1798.10	c decisions		: 67722851
1800.06/1798.10	c propagations		: 935022910
1800.06/1798.10	c inspects		: 25084200547
1800.06/1798.10	c shortcuts		: 0
1800.06/1798.10	c learnt literals	: 2
1800.06/1798.10	c learnt binary clauses	: 37
1800.06/1798.10	c learnt ternary clauses	: 531
1800.06/1798.10	c learnt constraints	: 6844970
1800.06/1798.10	c ignored constraints	: 0
1800.06/1798.10	c root simplifications	: 0
1800.06/1798.10	c removed literals (reason simplification)	: 0
1800.06/1798.10	c reason swapping (by a shorter reason)	: 0
1800.06/1798.10	c Calls to reduceDB	: 112
1800.06/1798.10	c Number of update (reduction) of LBD	: 1416786
1800.06/1798.10	c Imported unit clauses	: 0
1800.06/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.10	c number of learned constraints concerned by reduction	: 0
1800.06/1798.10	c number of learning phase by resolution	: 0
1800.06/1798.10	c number of learning phase by cutting planes	: 0
1800.06/1798.10	c speed (assignments/second)	: 520128.1836902938
1800.06/1798.10	c non guided choices	31186
1800.06/1798.10	c timeout
1800.06/1798.13	c learnt constraints type 
1800.06/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.06/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183997
1800.06/1798.13	s UNKNOWN
1800.06/1798.13	c Total wall clock time (in seconds): 1798.017

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.12 2.09 3/194 29773
/proc/meminfo: memFree=31013688/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/29773/stat : 29773 (java) R 29770 29773 26442 0 -1 4202496 717 0 0 0 0 0 0 0 20 0 1 0 29925874 23793664 367 33554432000 1073741824 1073778376 140735830981728 140735830970792 206619851315 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 5809 377 289 9 0 128 0

[startup+0.100168 s]
/proc/loadavg: 2.12 2.12 2.09 3/194 29773
/proc/meminfo: memFree=31013688/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 29925874 9787879424 6025 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2389619 6025 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.12 2.12 2.09 3/194 29773
/proc/meminfo: memFree=31013688/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 4932 0 1 0 25 2 0 0 20 0 18 0 29925874 9787879424 6987 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2389619 6994 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.12 2.12 2.09 3/194 29773
/proc/meminfo: memFree=31013688/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 5808 0 1 0 48 2 0 0 20 0 18 0 29925874 9787879424 8971 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2389619 8971 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.12 2.12 2.09 3/194 29773
/proc/meminfo: memFree=31013688/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 10735 0 1 0 138 3 0 0 20 0 19 0 29925874 9856040960 17272 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 17272 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.12 2.12 2.09 5/213 29792
/proc/meminfo: memFree=30953076/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12329 0 1 0 231 4 0 0 20 0 19 0 29925874 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 17682 2270 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2440 0 1 0 145 1 0 0 20 0 19 0 29925875 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215641497296 140215465510430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29925877 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3966 0 0 0 38 0 0 0 20 0 19 0 29925880 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 46 0 0 0 20 0 19 0 29925880 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 17682 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.35 2.17 2.11 3/213 29792
/proc/meminfo: memFree=30948980/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12332 0 1 0 394 4 0 0 20 0 19 0 29925874 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 18706 2270 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2443 0 1 0 305 1 0 0 20 0 19 0 29925875 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215641506104 140215465920945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29925877 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3966 0 0 0 40 0 0 0 20 0 19 0 29925880 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 47 0 0 0 20 0 19 0 29925880 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 18706 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.35 2.17 2.11 3/213 29792
/proc/meminfo: memFree=30943272/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=7.2 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12338 0 1 0 716 4 0 0 20 0 19 0 29925874 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 20006 2271 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2448 0 1 0 624 1 0 0 20 0 19 0 29925875 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215641506216 140215465953930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29925876 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29925877 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3966 0 0 0 41 0 0 0 20 0 19 0 29925880 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 48 0 0 0 20 0 19 0 29925880 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 20006 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.27
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.10 2.09 3/213 29902
/proc/meminfo: memFree=30680124/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=1784.26 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12971 0 1 0 178367 59 0 0 20 0 19 0 29925874 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 82859 2285 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=1777.12 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2504 0 1 0 177681 31 0 0 20 0 19 0 29925875 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215641497376 140215465923299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 101 0 0 0 14 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 36 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 43 0 0 0 15 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 45 0 0 0 16 3 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 29925877 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3998 0 0 0 44 1 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 48 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 104 0 0 0 30 42 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.04 2.09 2.08 3/213 29902
/proc/meminfo: memFree=30680624/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12971 0 1 0 179946 60 0 0 20 0 19 0 29925874 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 82859 2285 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=1792.87 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2504 0 1 0 179256 31 0 0 20 0 19 0 29925875 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215641497376 140215465953935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 101 0 0 0 14 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 36 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 43 0 0 0 15 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 45 0 0 0 16 3 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 29925877 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3998 0 0 0 44 1 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 48 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 104 0 0 0 30 43 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.1 s]
/proc/loadavg: 2.04 2.09 2.08 3/213 29902
/proc/meminfo: memFree=30680624/32872528 swapFree=552864/567172
[pid=29773] ppid=29770 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/29773/stat : 29773 (java) S 29770 29773 26442 0 -1 4202496 12971 0 1 0 179946 60 0 0 20 0 19 0 29925874 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140735830972864 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29773/statm: 2406260 82859 2285 9 0 2396937 0
[pid=29773/tid=29775] ppid=29770 vsize=9625040 CPUtime=1792.87 cores=1,3,5,7
/proc/29773/task/29775/stat : 29775 (java) R 29770 29773 26442 0 -1 4202560 2504 0 1 0 179256 31 0 0 20 0 19 0 29925875 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215641497376 140215465953935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29776] ppid=29770 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29773/task/29776/stat : 29776 (java) S 29770 29773 26442 0 -1 4202560 101 0 0 0 14 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215602997672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29777] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29777/stat : 29777 (java) S 29770 29773 26442 0 -1 4202560 36 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215601945128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29778] ppid=29770 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29773/task/29778/stat : 29778 (java) S 29770 29773 26442 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215600892072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29779] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29779/stat : 29779 (java) S 29770 29773 26442 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215599839528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29780] ppid=29770 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29773/task/29780/stat : 29780 (java) S 29770 29773 26442 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215598787496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29781] ppid=29770 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29773/task/29781/stat : 29781 (java) S 29770 29773 26442 0 -1 4202560 43 0 0 0 15 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215597734952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29782] ppid=29770 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29773/task/29782/stat : 29782 (java) S 29770 29773 26442 0 -1 4202560 45 0 0 0 16 3 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215596681896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29773/tid=29783] ppid=29770 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29773/task/29783/stat : 29783 (java) S 29770 29773 26442 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 29925876 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215595629352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29784] ppid=29770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29773/task/29784/stat : 29784 (java) S 29770 29773 26442 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 29925877 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215465273704 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29785] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29785/stat : 29785 (java) S 29770 29773 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215464220024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29786] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29786/stat : 29786 (java) S 29770 29773 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29925878 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215463166856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29787] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29787/stat : 29787 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215462115600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29788] ppid=29770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29773/task/29788/stat : 29788 (java) S 29770 29773 26442 0 -1 4202560 3998 0 0 0 44 1 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215461063480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29773/tid=29789] ppid=29770 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29773/task/29789/stat : 29789 (java) S 29770 29773 26442 0 -1 4202560 4649 0 0 0 48 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215460010936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29790] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29790/stat : 29790 (java) S 29770 29773 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215458958072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29773/tid=29791] ppid=29770 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29773/task/29791/stat : 29791 (java) S 29770 29773 26442 0 -1 4202560 104 0 0 0 30 43 0 0 20 0 19 0 29925880 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215457905736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29773/tid=29792] ppid=29770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29773/task/29792/stat : 29792 (java) S 29770 29773 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29925917 9856040960 82859 33554432000 1073741824 1073778376 140735830981728 140215456850984 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.14
CPU time (s): 1800.06
CPU user time (s): 1799.46
CPU system time (s): 0.6
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 1.08384
maximum resident set size= 331552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13005
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38413
involuntary context switches= 14627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5804 second user time and 13.9459 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 21:21:20
IDJOB=4116465
IDBENCH=109473
IDSOLVER=2546
FILE ID=node138/4116465-1466968880
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-size80-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116465-1466968880/watcher-4116465-1466968880 -o /tmp/evaluation-result-4116465-1466968880/solver-4116465-1466968880 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116465-1466968880.opb

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

MD5SUM BENCH= 855f9484f9b8e197cfc3774a1e63c6f9
RANDOM SEED=1755668650

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:        31013852 kB
Buffers:           34444 kB
Cached:           226628 kB
SwapCached:         3788 kB
Active:           352912 kB
Inactive:         238708 kB
Active(anon):     328472 kB
Inactive(anon):     4564 kB
Active(file):      24440 kB
Inactive(file):   234144 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1188 kB
Writeback:             0 kB
AnonPages:        894860 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             567248 kB
SReclaimable:      10800 kB
SUnreclaim:       556448 kB
KernelStack:        1592 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1306020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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 21:51:18