Trace number 4089852

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.05 1796.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v111-n2.opb
MD5SUMda04b8bc7cd3644570e3162b5c09c65b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark16.3335
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089852-1466034553.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.034s.
0.11/0.13	c declared #vars     333
0.11/0.13	c #constraints  222
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 111
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 111
0.11/0.13	c 222 constraints processed.
0.96/0.61	c cleaning 2500 clauses out of 5002 with flag 48916/5002
1.69/1.15	c cleaning 4245 clauses out of 8500 with flag 117673/11000
2.48/1.93	c cleaning 5627 clauses out of 11255 with flag 207403/18000
3.39/2.89	c cleaning 6807 clauses out of 13629 with flag 304515/26001
4.62/4.07	c cleaning 7907 clauses out of 15821 with flag 415590/35000
6.12/5.51	c cleaning 8945 clauses out of 17915 with flag 552340/45001
7.71/7.18	c cleaning 9972 clauses out of 19970 with flag 688458/56001
9.61/9.03	c cleaning 10987 clauses out of 21999 with flag 859796/68002
11.92/11.32	c cleaning 11991 clauses out of 24010 with flag 1044294/81000
14.62/14.07	c cleaning 12999 clauses out of 26020 with flag 1244953/95001
17.72/17.18	c cleaning 13999 clauses out of 28020 with flag 1441249/110000
21.11/20.54	c cleaning 15001 clauses out of 30022 with flag 1650471/126001
24.52/23.97	c cleaning 16007 clauses out of 32022 with flag 1860676/143002
27.91/27.35	c cleaning 17004 clauses out of 34013 with flag 2054795/161000
30.55/29.99	c cleaning 18001 clauses out of 36009 with flag 2265898/180000
34.46/33.81	c cleaning 18998 clauses out of 38009 with flag 2501706/200001
38.78/38.14	c cleaning 19988 clauses out of 40011 with flag 2768273/221001
42.88/42.29	c cleaning 20974 clauses out of 42022 with flag 3014949/243000
47.68/47.06	c cleaning 21987 clauses out of 44048 with flag 3281199/266000
52.78/52.19	c cleaning 23000 clauses out of 46063 with flag 3543240/290002
58.07/57.40	c cleaning 24024 clauses out of 48061 with flag 3819621/315000
63.57/62.97	c cleaning 25014 clauses out of 50037 with flag 4146884/341000
70.08/69.47	c cleaning 26006 clauses out of 52024 with flag 4507809/368001
75.48/74.86	c cleaning 27003 clauses out of 54017 with flag 4888456/396000
81.77/81.17	c cleaning 28003 clauses out of 56015 with flag 5267518/425001
88.92/88.21	c cleaning 29002 clauses out of 58011 with flag 5671688/455000
95.72/95.05	c cleaning 30000 clauses out of 60010 with flag 6103911/486001
102.82/102.12	c cleaning 30997 clauses out of 62010 with flag 6533781/518001
111.63/110.99	c cleaning 31997 clauses out of 64013 with flag 7036323/551001
120.23/119.51	c cleaning 33001 clauses out of 66018 with flag 7575187/585003
129.23/128.57	c cleaning 34002 clauses out of 68016 with flag 8126152/620002
138.73/138.00	c cleaning 34994 clauses out of 70013 with flag 8657451/656001
149.14/148.43	c cleaning 36001 clauses out of 72018 with flag 9250116/693000
159.64/158.90	c cleaning 36997 clauses out of 74017 with flag 9850091/731000
170.95/170.26	c cleaning 38004 clauses out of 76020 with flag 10479410/770000
184.25/183.56	c cleaning 39004 clauses out of 78019 with flag 11171718/810003
197.85/197.10	c cleaning 40000 clauses out of 80014 with flag 11814823/851002
211.70/210.96	c cleaning 41000 clauses out of 82013 with flag 12445982/893001
226.10/225.32	c cleaning 41996 clauses out of 84012 with flag 13130676/936000
242.00/241.27	c cleaning 42998 clauses out of 86017 with flag 13854894/980001
257.29/256.54	c cleaning 43993 clauses out of 88018 with flag 14501998/1025000
273.99/273.27	c cleaning 45004 clauses out of 90025 with flag 15209374/1071000
291.71/290.83	c cleaning 46004 clauses out of 92021 with flag 15899961/1118000
310.23/309.37	c cleaning 47003 clauses out of 94017 with flag 16569783/1166000
329.23/328.32	c cleaning 48002 clauses out of 96021 with flag 17314025/1215007
349.12/348.23	c cleaning 48997 clauses out of 98014 with flag 18016301/1265002
368.68/367.66	c cleaning 50002 clauses out of 100016 with flag 18739185/1316001
390.19/389.13	c cleaning 50995 clauses out of 102013 with flag 19532273/1368000
411.28/410.29	c cleaning 52002 clauses out of 104018 with flag 20240655/1421000
435.19/434.19	c cleaning 52999 clauses out of 106016 with flag 21041519/1475000
460.27/459.02	c cleaning 54006 clauses out of 108019 with flag 21843557/1530002
488.59/487.39	c cleaning 54996 clauses out of 110013 with flag 22670389/1586002
516.89/515.61	c cleaning 55988 clauses out of 112016 with flag 23532924/1643001
549.46/548.07	c cleaning 56998 clauses out of 114028 with flag 24346767/1701001
580.67/579.25	c cleaning 58001 clauses out of 116030 with flag 25218723/1760001
613.34/611.78	c cleaning 59000 clauses out of 118029 with flag 26156094/1820001
646.15/644.50	c cleaning 60005 clauses out of 120030 with flag 27058015/1881002
682.47/680.84	c cleaning 60998 clauses out of 122024 with flag 27979230/1943001
724.12/722.31	c cleaning 62001 clauses out of 124025 with flag 28873342/2006000
749.53/747.74	c cleaning 62992 clauses out of 126024 with flag 29734882/2070000
776.29/774.31	c cleaning 64010 clauses out of 128032 with flag 30543188/2135000
802.81/800.90	c cleaning 65008 clauses out of 130023 with flag 31328550/2201001
831.55/829.46	c cleaning 65985 clauses out of 132014 with flag 32153209/2268000
859.56/857.40	c cleaning 66993 clauses out of 134029 with flag 32988456/2336000
892.47/890.34	c cleaning 67995 clauses out of 136036 with flag 33853240/2405000
922.75/920.53	c cleaning 68995 clauses out of 138041 with flag 34727690/2475000
956.76/954.50	c cleaning 69999 clauses out of 140049 with flag 35628515/2546003
991.46/989.11	c cleaning 70997 clauses out of 142047 with flag 36513720/2618000
1031.56/1029.19	c cleaning 72002 clauses out of 144051 with flag 37465881/2691001
1069.95/1067.54	c cleaning 72994 clauses out of 146048 with flag 38425669/2765000
1110.57/1108.06	c cleaning 74002 clauses out of 148055 with flag 39405355/2840001
1157.26/1154.77	c cleaning 74998 clauses out of 150053 with flag 40437962/2916001
1199.63/1197.08	c cleaning 75995 clauses out of 152054 with flag 41462653/2993000
1241.42/1238.74	c cleaning 77003 clauses out of 154060 with flag 42454125/3071001
1283.54/1280.81	c cleaning 78003 clauses out of 156056 with flag 43412239/3150000
1333.16/1330.30	c cleaning 79000 clauses out of 158053 with flag 44454854/3230000
1382.68/1379.83	c cleaning 80000 clauses out of 160053 with flag 45451303/3311000
1441.40/1438.47	c cleaning 81002 clauses out of 162053 with flag 46671281/3393000
1493.40/1490.30	c cleaning 82004 clauses out of 164053 with flag 47796431/3476002
1542.69/1539.55	c cleaning 82997 clauses out of 166047 with flag 48894751/3560000
1590.40/1587.21	c cleaning 84003 clauses out of 168051 with flag 49900006/3645001
1639.00/1635.77	c cleaning 84999 clauses out of 170049 with flag 50903825/3731002
1687.25/1683.99	c cleaning 86001 clauses out of 172049 with flag 51904809/3818001
1740.87/1737.44	c cleaning 86999 clauses out of 174049 with flag 52920177/3906002
1794.39/1790.95	c cleaning 87988 clauses out of 176048 with flag 53930234/3995000
1800.05/1796.50	c starts		: 1391
1800.05/1796.50	c conflicts		: 4011661
1800.05/1796.50	c decisions		: 4782869
1800.05/1796.50	c propagations		: 112087877
1800.05/1796.50	c inspects		: 35168774217
1800.05/1796.50	c shortcuts		: 0
1800.05/1796.50	c learnt literals	: 0
1800.05/1796.50	c timeout
1800.05/1796.50	c learnt binary clauses	: 0
1800.05/1796.50	c learnt ternary clauses	: 0
1800.05/1796.50	c learnt constraints	: 4011661
1800.05/1796.50	c ignored constraints	: 0
1800.05/1796.50	c root simplifications	: 0
1800.05/1796.50	c removed literals (reason simplification)	: 0
1800.05/1796.50	c reason swapping (by a shorter reason)	: 0
1800.05/1796.50	c Calls to reduceDB	: 85
1800.05/1796.50	c Number of update (reduction) of LBD	: 1575694
1800.05/1796.50	c Imported unit clauses	: 0
1800.05/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.50	c number of learned constraints concerned by reduction	: 0
1800.05/1796.50	c number of learning phase by resolution	: 0
1800.05/1796.50	c number of learning phase by cutting planes	: 0
1800.05/1796.50	c speed (assignments/second)	: 62397.015418906834
1800.05/1796.50	c non guided choices	111
1800.05/1796.53	c learnt constraints type 
1800.05/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104721
1800.05/1796.53	s UNKNOWN
1800.05/1796.53	c Total wall clock time (in seconds): 1796.429

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-4089852-1466034553/watcher-4089852-1466034553 -o /tmp/evaluation-result-4089852-1466034553/solver-4089852-1466034553 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15508 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089852-1466034553.opb 

pid=15729
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.14 2.21 2.13 3/194 15732
/proc/meminfo: memFree=30514916/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5504014 98570240 978 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 24065 978 744 9 0 16771 0
[pid=15732/tid=15733] ppid=15729 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5504014 98570240 978 33554432000 1073741824 1073778376 140733601913712 140498169675304 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15732
/proc/meminfo: memFree=30514916/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 4502 0 1 0 10 1 0 0 20 0 18 0 5504014 9787879424 6125 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2389619 6125 2157 9 0 2380296 0
[pid=15732/tid=15733] ppid=15729 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 5504014 9787879424 6125 33554432000 1073741824 1073778376 140733601913712 140498169679576 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15732
/proc/meminfo: memFree=30514916/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 7004 0 1 0 30 1 0 0 20 0 19 0 5504014 9856040960 7657 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 7657 2232 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 19 0 5504014 9856040960 7657 33554432000 1073741824 1073778376 140733601913712 140498169680512 140498173978152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.30038 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15732
/proc/meminfo: memFree=30514916/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 7531 0 1 0 52 1 0 0 20 0 19 0 5504014 9856040960 8229 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 8229 2237 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 19 0 5504014 9856040960 8229 33554432000 1073741824 1073778376 140733601913712 140498169680512 140497994090335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700299 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15732
/proc/meminfo: memFree=30514916/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 13038 0 1 0 115 2 0 0 20 0 19 0 5504014 9856040960 11859 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 11859 2249 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2398 0 1 0 67 0 0 0 20 0 19 0 5504014 9856040960 11859 33554432000 1073741824 1073778376 140733601913712 140498169680360 140497994024972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.13 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30468088/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 13122 0 1 0 206 2 0 0 20 0 19 0 5504014 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 13475 2250 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2402 0 1 0 147 0 0 0 20 0 19 0 5504014 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498169671392 140497994134464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7285 0 0 0 39 1 0 0 20 0 19 0 5504018 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15732/task/15748/stat : 15748 (java) S 15729 15732 5750 0 -1 4202560 2165 0 0 0 17 0 0 0 20 0 19 0 5504018 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497988328248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15749] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15749/stat : 15749 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497987275640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15750] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15750/stat : 15750 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497986223048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 13475 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.13 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30461200/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 13158 0 1 0 370 2 0 0 20 0 19 0 5504014 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 15554 2250 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2407 0 1 0 307 0 0 0 20 0 19 0 5504014 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498169680168 140497994073147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7316 0 0 0 42 1 0 0 20 0 19 0 5504018 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15732/task/15748/stat : 15748 (java) S 15729 15732 5750 0 -1 4202560 2165 0 0 0 17 0 0 0 20 0 19 0 5504018 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497988328248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15749] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15749/stat : 15749 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497987275640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15750] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15750/stat : 15750 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497986223048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 15554 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.13 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30437944/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=6.91 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 13166 0 1 0 689 2 0 0 20 0 19 0 5504014 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 18132 2251 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2414 0 1 0 625 1 0 0 20 0 19 0 5504014 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498169671392 140497994090335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504015 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7316 0 0 0 42 1 0 0 20 0 19 0 5504018 9856040960 18132 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 129587 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.23 2.19 4/213 15817
/proc/meminfo: memFree=29527964/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=1785.79 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 15668 0 1 0 178481 98 0 0 20 0 19 0 5504014 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 127968 2280 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=1776.28 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2495 0 1 0 177598 30 0 0 20 0 19 0 5504014 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498169671376 140497994337295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 331 0 0 0 43 6 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 287 0 0 0 35 8 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 345 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 247 0 0 0 35 7 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 236 0 0 0 30 6 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 237 0 0 0 36 5 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 249 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 218 0 0 0 30 5 0 0 20 0 19 0 5504015 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 178 0 0 0 27 2 0 0 20 0 19 0 5504016 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7318 0 0 0 47 2 0 0 20 0 19 0 5504018 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15732/task/15748/stat : 15748 (java) S 15729 15732 5750 0 -1 4202560 2165 0 0 0 18 0 0 0 20 0 19 0 5504018 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497988328248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15749] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15749/stat : 15749 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497987275640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15750] ppid=15729 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/15732/task/15750/stat : 15750 (java) S 15729 15732 5750 0 -1 4202560 104 0 0 0 27 42 0 0 20 0 19 0 5504018 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497986223048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 127968 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.75 2.32 2.22 3/213 15817
/proc/meminfo: memFree=29530200/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 15673 0 1 0 179906 99 0 0 20 0 19 0 5504014 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 127281 2280 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=1790.43 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2496 0 1 0 179012 31 0 0 20 0 19 0 5504014 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498169679192 140497994336864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 331 0 0 0 45 6 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 287 0 0 0 35 8 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 345 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 247 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 236 0 0 0 31 6 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 237 0 0 0 37 5 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 249 0 0 0 37 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 220 0 0 0 32 5 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 180 0 0 0 27 2 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7318 0 0 0 47 2 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15732/task/15748/stat : 15748 (java) S 15729 15732 5750 0 -1 4202560 2165 0 0 0 18 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497988328248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15749] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15749/stat : 15749 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497987275640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15750] ppid=15729 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/15732/task/15750/stat : 15750 (java) S 15729 15732 5750 0 -1 4202560 104 0 0 0 28 43 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497986223048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 15732 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.75 2.32 2.22 3/213 15817
/proc/meminfo: memFree=29530200/32872528 swapFree=1430608/1543028
[pid=15732] ppid=15729 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/15732/stat : 15732 (java) S 15729 15732 5750 0 -1 4202496 15673 0 1 0 179906 99 0 0 20 0 19 0 5504014 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140733601904848 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15732/statm: 2406260 127281 2280 9 0 2396937 0
[pid=15732/tid=15733] ppid=15729 vsize=9625040 CPUtime=1790.43 cores=1,3,5,7
/proc/15732/task/15733/stat : 15733 (java) R 15729 15732 5750 0 -1 4202560 2496 0 1 0 179012 31 0 0 20 0 19 0 5504014 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498169679192 140497994336864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15735] ppid=15729 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15732/task/15735/stat : 15735 (java) S 15729 15732 5750 0 -1 4202560 331 0 0 0 45 6 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498131171880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15736] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15736/stat : 15736 (java) S 15729 15732 5750 0 -1 4202560 287 0 0 0 35 8 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498130119080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15737] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15737/stat : 15737 (java) S 15729 15732 5750 0 -1 4202560 345 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498129066280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15738] ppid=15729 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15732/task/15738/stat : 15738 (java) S 15729 15732 5750 0 -1 4202560 247 0 0 0 36 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498128013480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15739] ppid=15729 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15732/task/15739/stat : 15739 (java) S 15729 15732 5750 0 -1 4202560 236 0 0 0 31 6 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498126961704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15740] ppid=15729 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15732/task/15740/stat : 15740 (java) S 15729 15732 5750 0 -1 4202560 237 0 0 0 37 5 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498125908904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15732/tid=15741] ppid=15729 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/15732/task/15741/stat : 15741 (java) S 15729 15732 5750 0 -1 4202560 249 0 0 0 37 7 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498124856104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15742] ppid=15729 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15732/task/15742/stat : 15742 (java) S 15729 15732 5750 0 -1 4202560 220 0 0 0 32 5 0 0 20 0 19 0 5504015 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140498123803304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15743] ppid=15729 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15732/task/15743/stat : 15743 (java) S 15729 15732 5750 0 -1 4202560 180 0 0 0 27 2 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497993591272 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15744] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15744/stat : 15744 (java) S 15729 15732 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497992537336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15745] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15745/stat : 15745 (java) S 15729 15732 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5504016 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497991484424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15746] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15746/stat : 15746 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497990432912 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15747] ppid=15729 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/15732/task/15747/stat : 15747 (java) S 15729 15732 5750 0 -1 4202560 7318 0 0 0 47 2 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497989381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15732/tid=15748] ppid=15729 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15732/task/15748/stat : 15748 (java) S 15729 15732 5750 0 -1 4202560 2165 0 0 0 18 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497988328248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15749] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15749/stat : 15749 (java) S 15729 15732 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497987275640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15732/tid=15750] ppid=15729 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/15732/task/15750/stat : 15750 (java) S 15729 15732 5750 0 -1 4202560 104 0 0 0 28 43 0 0 20 0 19 0 5504018 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497986223048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15732/tid=15751] ppid=15729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15732/task/15751/stat : 15751 (java) S 15729 15732 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5504028 9856040960 127281 33554432000 1073741824 1073778376 140733601913712 140497985168552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.54
CPU time (s): 1800.05
CPU user time (s): 1799.06
CPU system time (s): 0.99
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 1.43178
maximum resident set size= 674640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38655
involuntary context switches= 13820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7804 second user time and 13.5269 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 01:49:13
IDJOB=4089852
IDBENCH=107465
IDSOLVER=2546
FILE ID=node116/4089852-1466034553
RUNJOBID= node116-1466032752-15508
PBS_JOBID= 19902807
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v111-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089852-1466034553/watcher-4089852-1466034553 -o /tmp/evaluation-result-4089852-1466034553/solver-4089852-1466034553 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15508 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089852-1466034553.opb

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

MD5SUM BENCH= da04b8bc7cd3644570e3162b5c09c65b
RANDOM SEED=1826614443

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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		: 2666.781
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.781
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:        30515560 kB
Buffers:           21224 kB
Cached:            57536 kB
SwapCached:         3088 kB
Active:            61580 kB
Inactive:          47240 kB
Active(anon):      28896 kB
Inactive(anon):     3412 kB
Active(file):      32684 kB
Inactive(file):    43828 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       1576984 kB
Mapped:            14920 kB
Shmem:                 0 kB
Slab:             567036 kB
SReclaimable:      11008 kB
SUnreclaim:       556028 kB
KernelStack:        1776 kB
PageTables:         7392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2230036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 71640 MiB
End job on node116 at 2016-06-16 02:19:10