Trace number 4099821

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.13 1775.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran10x12.opb
MD5SUM44a4d7082f03e09f83e967b1f06a2c02
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.029994
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3720
Total number of constraints142
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints142
Minimum length of a constraint31
Maximum length of a constraint360
Number of terms in the objective function 3720
Biggest coefficient in the objective function 4142
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527176
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527176
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099821-1466207910.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.55/0.30	c ... done. Wall clock time 0.188s.
0.55/0.30	c declared #vars     3720
0.55/0.30	c #constraints  164
0.55/0.30	c constraints type 
0.55/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17
0.55/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 147
0.55/0.30	c 164 constraints processed.
0.55/0.30	c objective function length is 3720 literals
1.52/0.83	c cleaning 2474 clauses out of 5011 with flag 21475/5011
1.99/1.27	c cleaning 4256 clauses out of 8526 with flag 49878/11000
2.59/1.80	c cleaning 5615 clauses out of 11271 with flag 94289/18001
3.00/2.30	c cleaning 6823 clauses out of 13655 with flag 133853/26000
3.71/2.93	c cleaning 7894 clauses out of 15834 with flag 184449/35002
4.62/3.86	c cleaning 8952 clauses out of 17943 with flag 251125/45005
5.72/4.92	c cleaning 9988 clauses out of 19987 with flag 300292/56001
6.85/6.07	c cleaning 10990 clauses out of 22000 with flag 377119/68002
8.25/7.40	c cleaning 11981 clauses out of 24008 with flag 479827/81000
9.55/8.73	c cleaning 12977 clauses out of 26029 with flag 576948/95002
11.05/10.23	c cleaning 14015 clauses out of 28055 with flag 692039/110005
12.85/12.04	c cleaning 14930 clauses out of 30035 with flag 833378/126000
14.70/13.90	c cleaning 16048 clauses out of 32106 with flag 1005601/143001
16.90/16.03	c cleaning 17013 clauses out of 34057 with flag 1126901/161000
19.10/18.22	c cleaning 17983 clauses out of 36046 with flag 1302502/180002
21.16/20.25	c cleaning 18972 clauses out of 38061 with flag 1481841/200000
23.36/22.49	c cleaning 20021 clauses out of 40089 with flag 1667716/221000
26.17/25.25	c cleaning 20983 clauses out of 42068 with flag 1924364/243000
28.98/27.93	c cleaning 22020 clauses out of 44085 with flag 2122757/266000
31.79/30.76	c cleaning 23024 clauses out of 46065 with flag 2382815/290000
35.21/34.04	c cleaning 24019 clauses out of 48042 with flag 2683560/315001
38.21/37.06	c cleaning 24958 clauses out of 50022 with flag 2985788/341000
41.61/40.49	c cleaning 26016 clauses out of 52064 with flag 3284947/368000
45.35/44.01	c cleaning 26999 clauses out of 54051 with flag 3568835/396003
48.54/47.22	c cleaning 28010 clauses out of 56049 with flag 3859319/425000
52.54/51.09	c cleaning 28944 clauses out of 58040 with flag 4204981/455001
57.26/55.58	c cleaning 30033 clauses out of 60097 with flag 4611146/486002
61.55/59.81	c cleaning 31017 clauses out of 62062 with flag 5004747/518000
66.01/64.19	c cleaning 31951 clauses out of 64046 with flag 5428202/551001
71.30/69.30	c cleaning 32990 clauses out of 66094 with flag 5851033/585000
76.52/74.49	c cleaning 34017 clauses out of 68104 with flag 6303638/620000
81.60/79.43	c cleaning 35021 clauses out of 70087 with flag 6720583/656000
87.27/85.07	c cleaning 36018 clauses out of 72066 with flag 7178911/693000
93.43/91.14	c cleaning 36961 clauses out of 74048 with flag 7706042/731000
99.30/96.98	c cleaning 38032 clauses out of 76087 with flag 8213942/770000
105.63/103.11	c cleaning 38999 clauses out of 78055 with flag 8685398/810000
111.98/109.42	c cleaning 39970 clauses out of 80056 with flag 9176146/851000
118.54/115.94	c cleaning 41016 clauses out of 82086 with flag 9693659/893000
125.26/122.54	c cleaning 41992 clauses out of 84070 with flag 10232492/936000
133.14/130.39	c cleaning 43021 clauses out of 86078 with flag 10843396/980000
141.84/138.88	c cleaning 44000 clauses out of 88057 with flag 11533981/1025000
149.88/146.88	c cleaning 45018 clauses out of 90057 with flag 12225209/1071000
158.50/155.37	c cleaning 46003 clauses out of 92042 with flag 12804356/1118003
168.05/164.77	c cleaning 46998 clauses out of 94036 with flag 13566103/1166000
176.03/172.61	c cleaning 48003 clauses out of 96041 with flag 14231827/1215003
184.55/181.05	c cleaning 49011 clauses out of 98038 with flag 14898231/1265003
194.90/191.26	c cleaning 49971 clauses out of 100026 with flag 15628473/1316002
204.44/200.64	c cleaning 50972 clauses out of 102054 with flag 16339570/1368001
214.72/210.80	c cleaning 52031 clauses out of 104082 with flag 16995603/1421001
224.87/220.82	c cleaning 52966 clauses out of 106050 with flag 17750280/1475000
235.72/231.59	c cleaning 54040 clauses out of 108088 with flag 18480278/1530004
247.04/242.80	c cleaning 55008 clauses out of 110044 with flag 19409801/1586000
259.89/255.40	c cleaning 56007 clauses out of 112036 with flag 20338226/1643000
272.94/268.37	c cleaning 56968 clauses out of 114029 with flag 21333398/1701000
286.17/281.42	c cleaning 58007 clauses out of 116061 with flag 22258127/1760000
296.85/291.96	c cleaning 59018 clauses out of 118055 with flag 23075139/1820001
308.75/303.61	c cleaning 59979 clauses out of 120036 with flag 24044129/1881000
320.69/315.45	c cleaning 61002 clauses out of 122057 with flag 25045180/1943000
333.76/328.30	c cleaning 62013 clauses out of 124055 with flag 25961593/2006000
347.76/342.17	c cleaning 62965 clauses out of 126047 with flag 27058904/2070005
361.66/355.87	c cleaning 64039 clauses out of 128081 with flag 28202668/2135004
377.18/371.11	c cleaning 64957 clauses out of 130038 with flag 29470469/2201000
391.32/385.09	c cleaning 66046 clauses out of 132092 with flag 30598344/2268011
405.97/399.42	c cleaning 66995 clauses out of 134035 with flag 31652980/2336000
422.39/415.63	c cleaning 67988 clauses out of 136040 with flag 32898948/2405000
438.40/431.45	c cleaning 69007 clauses out of 138054 with flag 34023127/2475002
455.33/448.15	c cleaning 70019 clauses out of 140047 with flag 35226374/2546002
472.88/465.45	c cleaning 70924 clauses out of 142026 with flag 36599952/2618000
490.63/482.90	c cleaning 72001 clauses out of 144102 with flag 38002517/2691000
507.84/499.98	c cleaning 73041 clauses out of 146101 with flag 39219852/2765000
525.65/517.52	c cleaning 73994 clauses out of 148064 with flag 40540079/2840004
543.44/535.04	c cleaning 75027 clauses out of 150066 with flag 41889818/2916000
563.02/554.38	c cleaning 76006 clauses out of 152039 with flag 43326008/2993000
580.88/572.02	c cleaning 77001 clauses out of 154034 with flag 44628560/3071001
600.72/591.67	c cleaning 77976 clauses out of 156032 with flag 46019194/3150000
622.25/612.84	c cleaning 79012 clauses out of 158056 with flag 47554429/3230000
642.17/632.56	c cleaning 80014 clauses out of 160045 with flag 49044246/3311001
666.01/656.08	c cleaning 81007 clauses out of 162035 with flag 50763205/3393005
687.99/677.76	c cleaning 81934 clauses out of 164024 with flag 52264381/3476001
713.08/702.51	c cleaning 83016 clauses out of 166092 with flag 53936115/3560003
737.50/726.61	c cleaning 84039 clauses out of 168078 with flag 55687329/3645005
764.93/753.73	c cleaning 85001 clauses out of 170034 with flag 57637236/3731000
791.81/780.38	c cleaning 85981 clauses out of 172034 with flag 59617599/3818001
819.99/808.16	c cleaning 87019 clauses out of 174053 with flag 61465172/3906001
849.32/837.14	c cleaning 87983 clauses out of 176040 with flag 63393314/3995007
878.12/865.53	c cleaning 88960 clauses out of 178050 with flag 65285517/4085000
906.85/893.98	c cleaning 90027 clauses out of 180090 with flag 67068023/4176000
935.61/922.36	c cleaning 90981 clauses out of 182063 with flag 69000484/4268000
967.49/953.84	c cleaning 91964 clauses out of 184082 with flag 71044490/4361000
999.29/985.21	c cleaning 93022 clauses out of 186118 with flag 73113800/4455000
1029.29/1014.82	c cleaning 94034 clauses out of 188096 with flag 75162113/4550000
1059.62/1044.79	c cleaning 95006 clauses out of 190067 with flag 77207324/4646005
1090.02/1074.78	c cleaning 95979 clauses out of 192056 with flag 79190425/4743000
1124.66/1108.96	c cleaning 97020 clauses out of 194077 with flag 81419454/4841000
1157.40/1141.28	c cleaning 97981 clauses out of 196057 with flag 83561658/4940000
1190.69/1174.13	c cleaning 99018 clauses out of 198076 with flag 85828763/5040000
1222.49/1205.51	c cleaning 100012 clauses out of 200058 with flag 87920927/5141000
1254.48/1237.03	c cleaning 100958 clauses out of 202047 with flag 90307516/5243001
1290.13/1272.21	c cleaning 102030 clauses out of 204088 with flag 92507488/5346000
1322.46/1304.23	c cleaning 102982 clauses out of 206058 with flag 94559056/5450000
1359.78/1341.12	c cleaning 103988 clauses out of 208076 with flag 96972033/5555000
1394.98/1375.92	c cleaning 105036 clauses out of 210088 with flag 99263934/5661000
1431.64/1412.03	c cleaning 106013 clauses out of 212052 with flag 101745377/5768000
1467.46/1447.37	c cleaning 106999 clauses out of 214040 with flag 104089701/5876001
1507.06/1486.39	c cleaning 108018 clauses out of 216047 with flag 106674083/5985007
1541.32/1520.03	c cleaning 108995 clauses out of 218023 with flag 109010594/6095001
1582.22/1560.54	c cleaning 109998 clauses out of 220027 with flag 111467447/6206000
1616.80/1594.64	c cleaning 110993 clauses out of 222029 with flag 113732032/6318000
1654.81/1632.17	c cleaning 112000 clauses out of 224036 with flag 116296509/6431000
1695.48/1672.38	c cleaning 113013 clauses out of 226041 with flag 118850244/6545005
1736.09/1712.59	c cleaning 113975 clauses out of 228023 with flag 121384634/6660000
1774.09/1750.04	c cleaning 115006 clauses out of 230048 with flag 123790651/6776000
1800.13/1775.70	c starts		: 41157
1800.13/1775.70	c conflicts		: 6856525
1800.13/1775.70	c decisions		: 75086243
1800.13/1775.70	c propagations		: 298926826
1800.13/1775.70	c inspects		: 23660172014
1800.13/1775.70	c shortcuts		: 0
1800.13/1775.70	c learnt literals	: 0
1800.13/1775.70	c learnt binary clauses	: 0
1800.13/1775.70	c learnt ternary clauses	: 0
1800.13/1775.70	c learnt constraints	: 6856525
1800.13/1775.70	c timeout
1800.13/1775.70	c ignored constraints	: 0
1800.13/1775.70	c root simplifications	: 0
1800.13/1775.70	c removed literals (reason simplification)	: 0
1800.13/1775.70	c reason swapping (by a shorter reason)	: 0
1800.13/1775.70	c Calls to reduceDB	: 112
1800.13/1775.70	c Number of update (reduction) of LBD	: 3919199
1800.13/1775.70	c Imported unit clauses	: 0
1800.13/1775.70	c number of reductions to clauses (during analyze)	: 0
1800.13/1775.70	c number of learned constraints concerned by reduction	: 0
1800.13/1775.70	c number of learning phase by resolution	: 0
1800.13/1775.70	c number of learning phase by cutting planes	: 0
1800.13/1775.70	c speed (assignments/second)	: 168374.5713564737
1800.13/1775.70	c non guided choices	6183
1800.13/1775.73	c learnt constraints type 
1800.13/1775.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195567
1800.13/1775.73	s UNKNOWN
1800.13/1775.73	c Total wall clock time (in seconds): 1775.616

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

pid=12375
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.04 2.05 1.75 3/192 12378
/proc/meminfo: memFree=26878656/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/12378/stat : 12378 (java) R 12375 12378 11879 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 22841093 8192 1 33554432000 0 0 0 140735813249464 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 33 1 0 0 0 22 0

[startup+0.10006 s]
/proc/loadavg: 2.04 2.05 1.75 3/192 12378
/proc/meminfo: memFree=26878656/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 22841093 9787879424 6026 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.04 2.05 1.75 3/192 12378
/proc/meminfo: memFree=26878656/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 5035 0 1 0 28 1 0 0 20 0 18 0 22841093 9787879424 6994 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2389619 6994 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.04 2.05 1.75 3/192 12378
/proc/meminfo: memFree=26878656/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 10144 0 1 0 52 3 0 0 20 0 18 0 22841093 9787879424 12402 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2389619 12402 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.04 2.05 1.75 3/192 12378
/proc/meminfo: memFree=26878656/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 10462 0 1 0 139 3 0 0 20 0 19 0 22841093 9856040960 14552 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 14552 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.04 2.05 1.75 3/211 12397
/proc/meminfo: memFree=26820592/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 10481 0 1 0 224 4 0 0 20 0 19 0 22841093 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 19167 2262 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2424 0 1 0 143 2 0 0 20 0 19 0 22841094 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267298001256 140267139732096 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2699 0 0 0 36 1 0 0 20 0 19 0 22841099 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 41 0 0 0 20 0 19 0 22841099 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 19167 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.04 2.05 1.75 3/211 12397
/proc/meminfo: memFree=26793596/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 10502 0 1 0 387 4 0 0 20 0 19 0 22841093 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 28896 2263 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2444 0 1 0 301 2 0 0 20 0 19 0 22841094 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267297999176 140267139813497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2700 0 0 0 40 1 0 0 20 0 19 0 22841099 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 42 0 0 0 20 0 19 0 22841099 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 28896 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.11 2.07 1.76 3/211 12397
/proc/meminfo: memFree=26721572/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 10590 0 1 0 708 7 0 0 20 0 19 0 22841093 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 46747 2277 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2475 0 1 0 617 3 0 0 20 0 19 0 22841094 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267297992384 140267139745917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22841095 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2700 0 0 0 40 1 0 0 20 0 19 0 22841099 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 42 0 0 0 20 0 19 0 22841099 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 46747 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 136319 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1685.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.11 2.07 3/211 12530
/proc/meminfo: memFree=27693364/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=1746.04 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 28139 0 1 0 174429 175 0 0 20 0 19 0 22841093 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 139862 2286 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=1702.03 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2915 0 1 0 170173 30 0 0 20 0 19 0 22841094 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267298000128 140267139780307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 2095 0 0 0 379 18 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1748 0 0 0 378 15 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1308 0 0 0 367 15 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 2648 0 0 0 378 17 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 2251 0 0 0 396 19 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 2291 0 0 0 378 17 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 1386 0 0 0 378 17 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 2223 0 0 0 393 15 0 0 20 0 19 0 22841095 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=6.52 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 1127 0 0 0 646 6 0 0 20 0 19 0 22841096 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2703 0 0 0 43 1 0 0 20 0 19 0 22841099 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 42 0 0 0 20 0 19 0 22841099 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 100 0 0 0 26 32 0 0 20 0 19 0 22841099 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 139862 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1746.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.7 s]
/proc/loadavg: 2.10 2.11 2.07 3/211 12531
/proc/meminfo: memFree=27747784/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=1800.13 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 28580 0 1 0 179835 178 0 0 20 0 19 0 22841093 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 142182 2286 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=1754.84 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2927 0 1 0 175453 31 0 0 20 0 19 0 22841094 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267298000312 140267139813050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 2097 0 0 0 387 19 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1870 0 0 0 390 15 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1448 0 0 0 379 16 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 2648 0 0 0 388 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 2287 0 0 0 409 19 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 2292 0 0 0 388 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 1386 0 0 0 392 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 2329 0 0 0 407 15 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 1145 0 0 0 663 6 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2703 0 0 0 43 1 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 42 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 104 0 0 0 27 33 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 12378 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.7 s]
/proc/loadavg: 2.10 2.11 2.07 3/211 12531
/proc/meminfo: memFree=27747784/32872528 swapFree=447868/480572
[pid=12378] ppid=12375 vsize=9625040 CPUtime=1800.13 cores=1,3,5,7
/proc/12378/stat : 12378 (java) S 12375 12378 11879 0 -1 4202496 28580 0 1 0 179835 178 0 0 20 0 19 0 22841093 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140735606755520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12378/statm: 2406260 142182 2286 9 0 2396937 0
[pid=12378/tid=12380] ppid=12375 vsize=9625040 CPUtime=1754.84 cores=1,3,5,7
/proc/12378/task/12380/stat : 12380 (java) R 12375 12378 11879 0 -1 4202560 2927 0 1 0 175453 31 0 0 20 0 19 0 22841094 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267298000312 140267139813050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12381] ppid=12375 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/12378/task/12381/stat : 12381 (java) S 12375 12378 11879 0 -1 4202560 2097 0 0 0 387 19 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267259493160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12382] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12382/stat : 12382 (java) S 12375 12378 11879 0 -1 4202560 1870 0 0 0 390 15 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267258440360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12383] ppid=12375 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/12378/task/12383/stat : 12383 (java) S 12375 12378 11879 0 -1 4202560 1448 0 0 0 379 16 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267139099688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12384] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12384/stat : 12384 (java) S 12375 12378 11879 0 -1 4202560 2648 0 0 0 388 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267138046888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12385] ppid=12375 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/12378/task/12385/stat : 12385 (java) S 12375 12378 11879 0 -1 4202560 2287 0 0 0 409 19 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267136993576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12386] ppid=12375 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/12378/task/12386/stat : 12386 (java) S 12375 12378 11879 0 -1 4202560 2292 0 0 0 388 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267135940776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12387] ppid=12375 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/12378/task/12387/stat : 12387 (java) S 12375 12378 11879 0 -1 4202560 1386 0 0 0 392 17 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267134888488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12378/tid=12388] ppid=12375 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/12378/task/12388/stat : 12388 (java) S 12375 12378 11879 0 -1 4202560 2329 0 0 0 407 15 0 0 20 0 19 0 22841095 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140267133835688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12389] ppid=12375 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/12378/task/12389/stat : 12389 (java) S 12375 12378 11879 0 -1 4202560 1145 0 0 0 663 6 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266651507432 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12378/tid=12390] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12390/stat : 12390 (java) S 12375 12378 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266650453496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12391] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12391/stat : 12391 (java) S 12375 12378 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22841096 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266649401096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12392] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12392/stat : 12392 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266648349584 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12393] ppid=12375 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12378/task/12393/stat : 12393 (java) S 12375 12378 11879 0 -1 4202560 2703 0 0 0 43 1 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266647296184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12394] ppid=12375 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12378/task/12394/stat : 12394 (java) S 12375 12378 11879 0 -1 4202560 4082 0 0 0 42 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266646243384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12395] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12395/stat : 12395 (java) S 12375 12378 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266645191288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12378/tid=12396] ppid=12375 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/12378/task/12396/stat : 12396 (java) S 12375 12378 11879 0 -1 4202560 104 0 0 0 27 33 0 0 20 0 19 0 22841099 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266644138696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12378/tid=12397] ppid=12375 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12378/task/12397/stat : 12397 (java) S 12375 12378 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22841127 9856040960 142182 33554432000 1073741824 1073778376 140735606764384 140266643084712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12378 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=838295
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=212663
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.74
CPU time (s): 1800.13
CPU user time (s): 1798.35
CPU system time (s): 1.78
CPU usage (%): 101.374
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.21266
maximum resident set size= 648420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28619
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= 51780
involuntary context switches= 58134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3311 second user time and 10.8563 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 01:58:30
IDJOB=4099821
IDBENCH=1538
IDSOLVER=2546
FILE ID=node104/4099821-1466207910
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71584 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran10x12.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099821-1466207910/watcher-4099821-1466207910 -o /tmp/evaluation-result-4099821-1466207910/solver-4099821-1466207910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099821-1466207910.opb

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

MD5SUM BENCH= 44a4d7082f03e09f83e967b1f06a2c02
RANDOM SEED=1458465851

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        26879572 kB
Buffers:           35072 kB
Cached:           217004 kB
SwapCached:        40476 kB
Active:          4670992 kB
Inactive:         126564 kB
Active(anon):    4507664 kB
Inactive(anon):    40176 kB
Active(file):     163328 kB
Inactive(file):    86388 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       4986736 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             574692 kB
SReclaimable:      18900 kB
SUnreclaim:       555792 kB
KernelStack:        1552 kB
PageTables:        14300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5744508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4384768 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= 71696 MiB
End job on node104 at 2016-06-18 02:28:06