Trace number 4084536

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.09 1791.94

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084536-1465273778.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.30/0.84	c ... done. Wall clock time 0.728s.
1.30/0.84	c declared #vars     25410
1.47/0.90	c #constraints  83992
1.47/0.90	c constraints type 
1.47/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
1.47/0.90	c org.sat4j.specs.Constr$1 => 12915
1.47/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
1.47/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 5195
1.47/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
1.47/0.90	c 83992 constraints processed.
2.81/1.98	c cleaning 2496 clauses out of 5001 with flag 26422/5001
3.84/2.79	c cleaning 4242 clauses out of 8505 with flag 53513/11001
4.98/3.86	c cleaning 5623 clauses out of 11265 with flag 85919/18003
6.08/4.96	c cleaning 6814 clauses out of 13639 with flag 132793/26000
7.56/6.39	c cleaning 7904 clauses out of 15826 with flag 178565/35001
9.26/8.03	c cleaning 8946 clauses out of 17922 with flag 252125/45001
11.16/9.90	c cleaning 9977 clauses out of 19976 with flag 327019/56001
13.25/12.07	c cleaning 10989 clauses out of 21998 with flag 411598/68000
15.56/14.32	c cleaning 11991 clauses out of 24010 with flag 502647/81001
18.15/16.90	c cleaning 13000 clauses out of 26018 with flag 612401/95000
20.75/19.56	c cleaning 13990 clauses out of 28018 with flag 713817/110000
23.85/22.61	c cleaning 14998 clauses out of 30029 with flag 830998/126001
27.15/25.95	c cleaning 15994 clauses out of 32030 with flag 957914/143000
30.75/29.50	c cleaning 17008 clauses out of 34038 with flag 1091799/161002
34.53/33.20	c cleaning 18003 clauses out of 36028 with flag 1215646/180000
37.83/36.58	c cleaning 19010 clauses out of 38026 with flag 1350183/200001
41.63/40.30	c cleaning 19997 clauses out of 40016 with flag 1513468/221001
45.53/44.29	c cleaning 21009 clauses out of 42020 with flag 1680739/243002
49.83/48.55	c cleaning 21994 clauses out of 44009 with flag 1861014/266000
54.68/53.36	c cleaning 22986 clauses out of 46016 with flag 2064674/290001
59.69/58.32	c cleaning 24004 clauses out of 48030 with flag 2282988/315001
65.29/63.92	c cleaning 25013 clauses out of 50025 with flag 2479835/341000
70.79/69.42	c cleaning 25990 clauses out of 52012 with flag 2719085/368000
76.29/74.93	c cleaning 26995 clauses out of 54023 with flag 2947794/396001
82.73/81.32	c cleaning 28001 clauses out of 56027 with flag 3182519/425000
89.44/88.10	c cleaning 29002 clauses out of 58027 with flag 3461246/455001
97.03/95.60	c cleaning 29998 clauses out of 60024 with flag 3798827/486000
104.13/102.74	c cleaning 30999 clauses out of 62026 with flag 4076467/518000
110.92/109.48	c cleaning 31993 clauses out of 64028 with flag 4378550/551001
118.22/116.71	c cleaning 33012 clauses out of 66036 with flag 4699935/585002
126.32/124.89	c cleaning 34000 clauses out of 68023 with flag 5045404/620001
134.43/132.80	c cleaning 35007 clauses out of 70022 with flag 5433538/656000
142.53/140.96	c cleaning 35990 clauses out of 72017 with flag 5788913/693002
151.02/149.49	c cleaning 36992 clauses out of 74026 with flag 6190596/731001
159.30/157.64	c cleaning 38003 clauses out of 76034 with flag 6549550/770001
168.10/166.49	c cleaning 38999 clauses out of 78031 with flag 6952808/810001
177.30/175.57	c cleaning 39998 clauses out of 80031 with flag 7291161/851000
186.79/185.09	c cleaning 41010 clauses out of 82033 with flag 7688692/893000
196.60/194.83	c cleaning 42003 clauses out of 84024 with flag 8071845/936001
208.09/206.22	c cleaning 43000 clauses out of 86020 with flag 8571899/980000
218.71/216.84	c cleaning 44002 clauses out of 88020 with flag 9015035/1025000
229.98/228.05	c cleaning 44996 clauses out of 90020 with flag 9465552/1071002
242.58/240.60	c cleaning 46001 clauses out of 92024 with flag 9950154/1118002
255.55/253.54	c cleaning 46988 clauses out of 94022 with flag 10435370/1166001
271.86/269.87	c cleaning 47993 clauses out of 96034 with flag 11003744/1215001
284.95/282.88	c cleaning 49014 clauses out of 98040 with flag 11514035/1265000
297.96/295.86	c cleaning 49992 clauses out of 100026 with flag 12004657/1316000
312.17/309.90	c cleaning 51011 clauses out of 102034 with flag 12459601/1368000
327.67/325.42	c cleaning 52004 clauses out of 104023 with flag 13034788/1421000
342.39/340.07	c cleaning 52998 clauses out of 106020 with flag 13628851/1475001
357.18/354.71	c cleaning 54001 clauses out of 108021 with flag 14232475/1530000
372.78/370.37	c cleaning 54995 clauses out of 110020 with flag 14832812/1586000
389.86/387.33	c cleaning 55999 clauses out of 112025 with flag 15480942/1643000
406.21/403.65	c cleaning 57004 clauses out of 114028 with flag 16054432/1701002
427.51/424.95	c cleaning 57991 clauses out of 116022 with flag 16872531/1760000
446.18/443.52	c cleaning 59000 clauses out of 118034 with flag 17433550/1820003
463.45/460.72	c cleaning 60001 clauses out of 120034 with flag 18028674/1881003
480.32/477.56	c cleaning 61007 clauses out of 122030 with flag 18659094/1943000
499.88/497.09	c cleaning 61997 clauses out of 124023 with flag 19409780/2006000
518.68/515.80	c cleaning 63006 clauses out of 126028 with flag 20119607/2070002
539.31/536.49	c cleaning 63997 clauses out of 128022 with flag 20860792/2135002
558.79/555.73	c cleaning 65000 clauses out of 130025 with flag 21653540/2201002
579.46/576.39	c cleaning 65999 clauses out of 132024 with flag 22372400/2268001
600.02/596.82	c cleaning 66996 clauses out of 134024 with flag 23122759/2336000
624.10/620.87	c cleaning 67983 clauses out of 136028 with flag 24127901/2405000
644.17/640.81	c cleaning 69014 clauses out of 138045 with flag 24858725/2475000
666.58/663.16	c cleaning 70001 clauses out of 140032 with flag 25740729/2546001
690.92/687.48	c cleaning 71016 clauses out of 142032 with flag 26604839/2618002
715.75/712.25	c cleaning 71996 clauses out of 144014 with flag 27388235/2691000
740.94/737.37	c cleaning 72993 clauses out of 146018 with flag 28238484/2765000
768.90/765.20	c cleaning 73989 clauses out of 148026 with flag 29233529/2840001
792.24/788.58	c cleaning 75008 clauses out of 150036 with flag 30095377/2916000
817.01/813.23	c cleaning 76003 clauses out of 152029 with flag 31042012/2993001
842.88/839.02	c cleaning 77004 clauses out of 154025 with flag 31942140/3071000
866.16/862.28	c cleaning 77996 clauses out of 156022 with flag 32705576/3150001
890.78/886.72	c cleaning 78995 clauses out of 158025 with flag 33658387/3230000
920.01/915.91	c cleaning 79990 clauses out of 160030 with flag 34622789/3311000
953.91/949.73	c cleaning 80998 clauses out of 162040 with flag 35602701/3393000
979.60/975.32	c cleaning 82000 clauses out of 164045 with flag 36486248/3476003
1012.59/1008.21	c cleaning 83002 clauses out of 166042 with flag 37592021/3560000
1042.32/1037.85	c cleaning 84002 clauses out of 168040 with flag 38704546/3645000
1071.32/1066.70	c cleaning 85013 clauses out of 170039 with flag 39687539/3731001
1101.70/1097.09	c cleaning 86002 clauses out of 172025 with flag 40674000/3818000
1132.01/1127.27	c cleaning 87007 clauses out of 174023 with flag 41828498/3906000
1165.81/1160.97	c cleaning 88005 clauses out of 176016 with flag 42911327/3995000
1199.10/1194.14	c cleaning 88985 clauses out of 178011 with flag 43976075/4085000
1233.46/1228.30	c cleaning 90001 clauses out of 180033 with flag 45034470/4176007
1268.59/1263.30	c cleaning 91000 clauses out of 182026 with flag 46072039/4268001
1301.94/1296.57	c cleaning 91998 clauses out of 184026 with flag 47198957/4361001
1333.60/1328.00	c cleaning 93004 clauses out of 186028 with flag 48319739/4455001
1372.28/1366.54	c cleaning 93996 clauses out of 188024 with flag 49546997/4550001
1407.05/1401.12	c cleaning 94998 clauses out of 190027 with flag 50673519/4646000
1442.53/1436.43	c cleaning 96000 clauses out of 192029 with flag 51794564/4743000
1478.86/1472.56	c cleaning 96995 clauses out of 194031 with flag 53022042/4841002
1515.19/1508.66	c cleaning 98000 clauses out of 196034 with flag 54339811/4940000
1558.45/1551.62	c cleaning 99006 clauses out of 198035 with flag 55693518/5040001
1602.86/1595.87	c cleaning 100003 clauses out of 200031 with flag 57004420/5141003
1645.64/1638.47	c cleaning 100992 clauses out of 202026 with flag 58148034/5243001
1683.01/1675.54	c cleaning 102007 clauses out of 204033 with flag 59193000/5346000
1726.41/1718.66	c cleaning 102996 clauses out of 206026 with flag 60715899/5450000
1785.94/1777.90	c cleaning 103992 clauses out of 208033 with flag 62237876/5555003
1800.09/1791.91	c starts		: 14585
1800.09/1791.91	c conflicts		: 5596906
1800.09/1791.91	c decisions		: 8638053
1800.09/1791.91	c propagations		: 1696223924
1800.09/1791.91	c inspects		: 25444386292
1800.09/1791.91	c shortcuts		: 0
1800.09/1791.91	c learnt literals	: 0
1800.09/1791.91	c learnt binary clauses	: 0
1800.09/1791.91	c learnt ternary clauses	: 1626
1800.09/1791.91	c learnt constraints	: 5596906
1800.09/1791.91	c ignored constraints	: 0
1800.09/1791.91	c root simplifications	: 0
1800.09/1791.91	c removed literals (reason simplification)	: 0
1800.09/1791.91	c reason swapping (by a shorter reason)	: 0
1800.09/1791.91	c Calls to reduceDB	: 101
1800.09/1791.91	c Number of update (reduction) of LBD	: 2033059
1800.09/1791.91	c Imported unit clauses	: 0
1800.09/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.91	c number of learned constraints concerned by reduction	: 0
1800.09/1791.91	c number of learning phase by resolution	: 0
1800.09/1791.91	c number of learning phase by cutting planes	: 0
1800.09/1791.91	c speed (assignments/second)	: 947072.5732516368
1800.09/1791.91	c non guided choices	3250
1800.09/1791.91	c timeout
1800.09/1791.94	c learnt constraints type 
1800.09/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145945
1800.09/1791.94	s UNKNOWN
1800.09/1791.94	c Total wall clock time (in seconds): 1791.828

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-4084536-1465273778/watcher-4084536-1465273778 -o /tmp/evaluation-result-4084536-1465273778/solver-4084536-1465273778 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084536-1465273778.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.08 2.09 3/192 13068
/proc/meminfo: memFree=30626156/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 109312703 96370688 931 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 23528 931 705 9 0 16769 0
[pid=13068/tid=13069] ppid=13065 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 109312704 98635776 959 33554432000 1073741824 1073778376 140734590373184 140405230038568 235365513779 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.10 2.08 2.09 3/192 13068
/proc/meminfo: memFree=30626156/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 4471 0 1 0 9 1 0 0 20 0 18 0 109312703 9787879424 5589 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2389619 5593 2131 9 0 2380296 0
[pid=13068/tid=13069] ppid=13065 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 109312704 9787879424 5593 33554432000 1073741824 1073778376 140734590373184 140405230042016 235378107661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200309 s]
/proc/loadavg: 2.10 2.08 2.09 3/192 13068
/proc/meminfo: memFree=30626156/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 4762 0 1 0 24 1 0 0 20 0 18 0 109312703 9787879424 6314 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2389619 6314 2210 9 0 2380296 0
[pid=13068/tid=13069] ppid=13065 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2450 0 1 0 17 0 0 0 20 0 18 0 109312704 9787879424 6314 33554432000 1073741824 1073778376 140734590373184 140405230042016 140405169842143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300321 s]
/proc/loadavg: 2.10 2.08 2.09 3/192 13068
/proc/meminfo: memFree=30626156/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 6339 0 1 0 46 1 0 0 20 0 18 0 109312703 9787879424 8362 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2389619 8362 2232 9 0 2380296 0
[pid=13068/tid=13069] ppid=13065 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2452 0 1 0 26 1 0 0 20 0 18 0 109312704 9787879424 8362 33554432000 1073741824 1073778376 140734590373184 140405230042016 140405169857232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 2.10 2.08 2.09 3/192 13068
/proc/meminfo: memFree=30626156/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 7679 0 1 0 107 4 0 0 20 0 18 0 109312703 9787879424 39744 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2389619 39744 2262 9 0 2380296 0
[pid=13068/tid=13069] ppid=13065 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) S 13065 13068 8435 0 -1 4202560 2522 0 1 0 63 3 0 0 20 0 18 0 109312704 9787879424 39744 33554432000 1073741824 1073778376 140734590373184 140405230042552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.5007 s]
/proc/loadavg: 2.10 2.08 2.09 3/211 13087
/proc/meminfo: memFree=30464372/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 12120 0 1 0 234 5 0 0 20 0 19 0 109312703 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 42582 2280 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2529 0 1 0 141 4 0 0 20 0 19 0 109312704 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405230041936 140405170317520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 2683 0 0 0 41 0 0 0 20 0 19 0 109312709 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13068/task/13084/stat : 13084 (java) R 13065 13068 8435 0 -1 4202560 5545 0 0 0 45 0 0 0 20 0 19 0 109312709 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405048904504 140405236003106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13085] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13085/stat : 13085 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405047851896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13086] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13086/stat : 13086 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405046799304 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13087] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 42582 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.17 2.10 2.09 4/211 13087
/proc/meminfo: memFree=30461140/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 17220 0 1 0 418 6 0 0 20 0 19 0 109312703 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 42954 2286 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2530 0 1 0 300 4 0 0 20 0 19 0 109312704 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405230043624 140405170491197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 7778 0 0 0 62 2 0 0 20 0 19 0 109312709 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13068/task/13084/stat : 13084 (java) S 13065 13068 8435 0 -1 4202560 5549 0 0 0 47 0 0 0 20 0 19 0 109312709 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405048904504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13085] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13085/stat : 13085 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405047851896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13086] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13086/stat : 13086 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405046799304 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13087] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 42954 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.17 2.10 2.09 3/211 13087
/proc/meminfo: memFree=30445776/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 17298 0 1 0 747 9 0 0 20 0 19 0 109312703 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 46831 2286 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2532 0 1 0 615 4 0 0 20 0 19 0 109312704 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405230042224 140405170518644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109312705 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 7780 0 0 0 64 2 0 0 20 0 19 0 109312709 9856040960 46831 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.53 cores=0,2,4,6

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

/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 69890 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/211 13651
/proc/meminfo: memFree=30231884/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=1790.35 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 21140 0 1 0 178955 80 0 0 20 0 19 0 109312703 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 70840 2295 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=1773.79 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2751 0 1 0 177342 37 0 0 20 0 19 0 109312704 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405230042320 140405170501139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 696 0 0 0 116 6 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 255 0 0 0 106 6 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 351 0 0 0 111 7 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 408 0 0 0 112 6 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 385 0 0 0 113 5 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 497 0 0 0 117 7 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 328 0 0 0 114 6 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 342 0 0 0 117 5 0 0 20 0 19 0 109312705 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 270 0 0 0 91 3 0 0 20 0 19 0 109312706 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 7909 0 0 0 66 2 0 0 20 0 19 0 109312709 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13068/task/13084/stat : 13084 (java) S 13065 13068 8435 0 -1 4202560 5586 0 0 0 53 0 0 0 20 0 19 0 109312709 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405048904504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13085] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13085/stat : 13085 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405047851896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13086] ppid=13065 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13068/task/13086/stat : 13086 (java) S 13065 13068 8435 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 109312709 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405046799304 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13087] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 70840 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.02 2.03 2.05 3/211 13651
/proc/meminfo: memFree=30233680/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 21158 0 1 0 179928 81 0 0 20 0 19 0 109312703 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 70373 2295 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=1783.32 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2755 0 1 0 178294 38 0 0 20 0 19 0 109312704 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405230042320 140405170466286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 709 0 0 0 119 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 255 0 0 0 108 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 351 0 0 0 114 7 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 408 0 0 0 115 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 385 0 0 0 115 5 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 498 0 0 0 120 7 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 328 0 0 0 116 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 342 0 0 0 119 5 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 270 0 0 0 91 3 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 7909 0 0 0 66 2 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13068/task/13084/stat : 13084 (java) S 13065 13068 8435 0 -1 4202560 5586 0 0 0 53 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405048904504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13085] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13085/stat : 13085 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405047851896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13086] ppid=13065 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13068/task/13086/stat : 13086 (java) S 13065 13068 8435 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405046799304 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13087] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 13068 sig 9
??? kill -13068 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.02 2.03 2.05 3/211 13651
/proc/meminfo: memFree=30233680/32872528 swapFree=13256/481332
[pid=13068] ppid=13065 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/13068/stat : 13068 (java) S 13065 13068 8435 0 -1 4202496 21158 0 1 0 179928 81 0 0 20 0 19 0 109312703 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140734590364320 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13068/statm: 2406260 70373 2295 9 0 2396937 0
[pid=13068/tid=13069] ppid=13065 vsize=9625040 CPUtime=1783.32 cores=0,2,4,6
/proc/13068/task/13069/stat : 13069 (java) R 13065 13068 8435 0 -1 4202560 2755 0 1 0 178294 38 0 0 20 0 19 0 109312704 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405230042320 140405170466286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13071] ppid=13065 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13068/task/13071/stat : 13071 (java) S 13065 13068 8435 0 -1 4202560 709 0 0 0 119 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405168773672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13072] ppid=13065 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/13068/task/13072/stat : 13072 (java) S 13065 13068 8435 0 -1 4202560 255 0 0 0 108 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405167720872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13073] ppid=13065 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/13068/task/13073/stat : 13073 (java) S 13065 13068 8435 0 -1 4202560 351 0 0 0 114 7 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405166668072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13074] ppid=13065 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/13068/task/13074/stat : 13074 (java) S 13065 13068 8435 0 -1 4202560 408 0 0 0 115 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405070575784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13075] ppid=13065 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/13068/task/13075/stat : 13075 (java) S 13065 13068 8435 0 -1 4202560 385 0 0 0 115 5 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405069524008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13076] ppid=13065 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/13068/task/13076/stat : 13076 (java) S 13065 13068 8435 0 -1 4202560 498 0 0 0 120 7 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405068471208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13077] ppid=13065 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/13068/task/13077/stat : 13077 (java) S 13065 13068 8435 0 -1 4202560 328 0 0 0 116 6 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405067418408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13078] ppid=13065 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/13068/task/13078/stat : 13078 (java) S 13065 13068 8435 0 -1 4202560 342 0 0 0 119 5 0 0 20 0 19 0 109312705 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405066365608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13079] ppid=13065 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13068/task/13079/stat : 13079 (java) S 13065 13068 8435 0 -1 4202560 270 0 0 0 91 3 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405054167528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13068/tid=13080] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13080/stat : 13080 (java) S 13065 13068 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405053113592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13081] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13081/stat : 13081 (java) S 13065 13068 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109312706 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405052060680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13082] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13082/stat : 13082 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405051009168 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13083] ppid=13065 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13068/task/13083/stat : 13083 (java) S 13065 13068 8435 0 -1 4202560 7909 0 0 0 66 2 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405049957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13068/tid=13084] ppid=13065 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13068/task/13084/stat : 13084 (java) S 13065 13068 8435 0 -1 4202560 5586 0 0 0 53 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405048904504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13085] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13085/stat : 13085 (java) S 13065 13068 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405047851896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13068/tid=13086] ppid=13065 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13068/task/13086/stat : 13086 (java) S 13065 13068 8435 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 109312709 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405046799304 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13068/tid=13087] ppid=13065 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13068/task/13087/stat : 13087 (java) S 13065 13068 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109312793 9856040960 70373 33554432000 1073741824 1073778376 140734590373184 140405045744808 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.94
CPU time (s): 1800.09
CPU user time (s): 1799.28
CPU system time (s): 0.81
CPU usage (%): 100.455
Max. virtual memory (cumulated for all children) (KiB): 9626316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.2918
maximum resident set size= 561140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21195
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43035
involuntary context switches= 32768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5731 second user time and 10.4434 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 06:29:38
IDJOB=4084536
IDBENCH=74369
IDSOLVER=2546
FILE ID=node104/4084536-1465273778
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12039_7-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084536-1465273778/watcher-4084536-1465273778 -o /tmp/evaluation-result-4084536-1465273778/solver-4084536-1465273778 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084536-1465273778.opb

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=151229793

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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.775
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.775
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.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30626536 kB
Buffers:          114660 kB
Cached:           141176 kB
SwapCached:         1736 kB
Active:           852336 kB
Inactive:         169080 kB
Active(anon):     764008 kB
Inactive(anon):     4344 kB
Active(file):      88328 kB
Inactive(file):   164736 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:              3792 kB
Writeback:             0 kB
AnonPages:       1258296 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             599008 kB
SReclaimable:      42840 kB
SUnreclaim:       556168 kB
KernelStack:        1696 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2254228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1220608 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= 71732 MiB
End job on node104 at 2016-06-07 06:59:30