Trace number 4105629

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 1798.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_1.opb
MD5SUMc7543821508efc06c2ce41424051ab2c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5652
Number of bits of the biggest sum of numbers13
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.12	c solving HOME/instance-4105629-1466262953.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.045s.
0.09/0.16	c declared #vars     71
0.09/0.16	c #constraints  17
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.16	c 17 constraints processed.
0.09/0.16	c objective function length is 1 literals
0.72/0.59	c cleaning 2501 clauses out of 5001 with flag 10503/5001
1.34/1.05	c cleaning 4250 clauses out of 8500 with flag 22917/11001
1.99/1.62	c cleaning 5625 clauses out of 11249 with flag 37409/18000
2.70/2.36	c cleaning 6813 clauses out of 13628 with flag 54080/26004
3.63/3.21	c cleaning 7905 clauses out of 15815 with flag 72725/35004
4.63/4.25	c cleaning 8954 clauses out of 17907 with flag 93971/45001
5.82/5.44	c cleaning 9978 clauses out of 19956 with flag 116965/56004
7.22/6.83	c cleaning 10987 clauses out of 21974 with flag 142181/68000
8.83/8.47	c cleaning 11993 clauses out of 23987 with flag 169724/81000
10.83/10.42	c cleaning 12992 clauses out of 25994 with flag 198851/95000
12.83/12.49	c cleaning 14002 clauses out of 28006 with flag 230254/110004
15.03/14.68	c cleaning 14997 clauses out of 30000 with flag 262923/126000
17.64/17.29	c cleaning 16003 clauses out of 32008 with flag 297495/143005
20.45/20.07	c cleaning 17000 clauses out of 34002 with flag 335074/161002
23.95/23.55	c cleaning 17999 clauses out of 36000 with flag 374722/180000
27.55/27.16	c cleaning 18999 clauses out of 38001 with flag 416507/200000
31.25/30.85	c cleaning 20002 clauses out of 40004 with flag 460020/221002
35.24/34.83	c cleaning 20997 clauses out of 42003 with flag 506513/243003
39.05/38.63	c cleaning 21995 clauses out of 44004 with flag 554216/266001
43.74/43.39	c cleaning 23001 clauses out of 46008 with flag 603676/290000
48.64/48.24	c cleaning 23995 clauses out of 48007 with flag 656199/315000
53.95/53.52	c cleaning 25005 clauses out of 50016 with flag 710622/341004
59.34/58.98	c cleaning 26000 clauses out of 52007 with flag 767248/368000
65.35/64.95	c cleaning 27001 clauses out of 54008 with flag 824995/396001
72.15/71.73	c cleaning 28003 clauses out of 56013 with flag 884641/425007
79.55/79.14	c cleaning 29002 clauses out of 58004 with flag 946801/455001
87.19/86.75	c cleaning 30005 clauses out of 60009 with flag 1010511/486008
95.69/95.28	c cleaning 30999 clauses out of 61997 with flag 1075911/518001
105.19/104.76	c cleaning 31999 clauses out of 64002 with flag 1143539/551005
114.39/113.97	c cleaning 32994 clauses out of 65999 with flag 1212749/585001
124.80/124.36	c cleaning 34000 clauses out of 68004 with flag 1283572/620000
136.19/135.76	c cleaning 34996 clauses out of 70007 with flag 1356621/656003
148.90/148.50	c cleaning 36003 clauses out of 72011 with flag 1432298/693003
160.70/160.24	c cleaning 37004 clauses out of 74008 with flag 1509961/731003
173.31/172.89	c cleaning 38002 clauses out of 76006 with flag 1590994/770005
185.80/185.30	c cleaning 38996 clauses out of 78002 with flag 1673751/810003
198.20/197.74	c cleaning 39993 clauses out of 80003 with flag 1758964/851000
211.90/211.43	c cleaning 41004 clauses out of 82010 with flag 1846700/893000
226.40/225.93	c cleaning 42002 clauses out of 84009 with flag 1937324/936003
242.31/241.84	c cleaning 43000 clauses out of 86004 with flag 2029665/980000
257.74/257.22	c cleaning 43999 clauses out of 88004 with flag 2123852/1025000
271.74/271.24	c cleaning 45001 clauses out of 90008 with flag 2219500/1071003
287.55/287.07	c cleaning 46001 clauses out of 92006 with flag 2317179/1118002
304.35/303.80	c cleaning 46998 clauses out of 94008 with flag 2416300/1166005
322.26/321.72	c cleaning 48002 clauses out of 96005 with flag 2517904/1215000
341.76/341.29	c cleaning 49001 clauses out of 98003 with flag 2622355/1265000
363.26/362.73	c cleaning 50000 clauses out of 100002 with flag 2729265/1316000
384.67/384.14	c cleaning 50996 clauses out of 102002 with flag 2838762/1368000
405.48/404.95	c cleaning 52005 clauses out of 104010 with flag 2951077/1421004
428.59/428.07	c cleaning 53002 clauses out of 106003 with flag 3067337/1475002
453.46/452.87	c cleaning 53999 clauses out of 107999 with flag 3185484/1530000
478.56/477.92	c cleaning 54999 clauses out of 110001 with flag 3304487/1586001
505.07/504.45	c cleaning 56000 clauses out of 112003 with flag 3426591/1643002
531.17/530.50	c cleaning 56994 clauses out of 114001 with flag 3549928/1701000
558.49/557.88	c cleaning 58002 clauses out of 116007 with flag 3675529/1760000
586.60/585.94	c cleaning 59002 clauses out of 118006 with flag 3802392/1820001
614.00/613.38	c cleaning 60003 clauses out of 120005 with flag 3931387/1881002
644.31/643.63	c cleaning 61004 clauses out of 122009 with flag 4061064/1943009
680.51/679.82	c cleaning 61997 clauses out of 123997 with flag 4194160/2006001
715.04/714.22	c cleaning 62999 clauses out of 125999 with flag 4329334/2070000
747.86/747.08	c cleaning 63991 clauses out of 128001 with flag 4464727/2135001
783.26/782.47	c cleaning 65006 clauses out of 130011 with flag 4603471/2201002
821.48/820.67	c cleaning 66001 clauses out of 132003 with flag 4744956/2268000
861.28/860.42	c cleaning 66992 clauses out of 134003 with flag 4888089/2336001
901.30/900.40	c cleaning 67997 clauses out of 136012 with flag 5032409/2405002
945.51/944.61	c cleaning 69001 clauses out of 138013 with flag 5181877/2475000
990.82/990.00	c cleaning 70005 clauses out of 140014 with flag 5332067/2546002
1031.33/1030.38	c cleaning 70999 clauses out of 142007 with flag 5483994/2618000
1075.31/1074.34	c cleaning 72005 clauses out of 144013 with flag 5637738/2691005
1124.30/1123.39	c cleaning 73003 clauses out of 146006 with flag 5790977/2765003
1177.01/1176.04	c cleaning 74000 clauses out of 148000 with flag 5943548/2840000
1230.01/1229.02	c cleaning 74999 clauses out of 150001 with flag 6098375/2916001
1284.32/1283.34	c cleaning 76002 clauses out of 152007 with flag 6254889/2993006
1340.44/1339.40	c cleaning 76998 clauses out of 154002 with flag 6413648/3071003
1397.81/1396.65	c cleaning 77999 clauses out of 156003 with flag 6574856/3150002
1455.12/1453.98	c cleaning 78997 clauses out of 158005 with flag 6738521/3230003
1514.33/1513.15	c cleaning 80003 clauses out of 160006 with flag 6903471/3311001
1580.06/1578.86	c cleaning 81002 clauses out of 162004 with flag 7070612/3393002
1628.87/1627.65	c cleaning 82002 clauses out of 164005 with flag 7241518/3476005
1679.78/1678.54	c cleaning 82999 clauses out of 166000 with flag 7415673/3560002
1743.26/1741.81	c cleaning 83993 clauses out of 167999 with flag 7595087/3645000
1800.00/1798.51	c starts		: 312
1800.00/1798.51	c conflicts		: 3716904
1800.00/1798.51	c decisions		: 3842946
1800.00/1798.51	c propagations		: 38067912
1800.00/1798.51	c inspects		: 35822197342
1800.00/1798.51	c shortcuts		: 0
1800.00/1798.51	c learnt literals	: 0
1800.00/1798.51	c learnt binary clauses	: 0
1800.00/1798.51	c learnt ternary clauses	: 0
1800.00/1798.51	c learnt constraints	: 3716904
1800.00/1798.51	c ignored constraints	: 0
1800.00/1798.51	c root simplifications	: 0
1800.00/1798.51	c removed literals (reason simplification)	: 0
1800.00/1798.51	c reason swapping (by a shorter reason)	: 0
1800.00/1798.51	c Calls to reduceDB	: 81
1800.00/1798.51	c Number of update (reduction) of LBD	: 258954
1800.00/1798.51	c Imported unit clauses	: 0
1800.00/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.51	c number of learned constraints concerned by reduction	: 0
1800.00/1798.51	c number of learning phase by resolution	: 0
1800.00/1798.51	c number of learning phase by cutting planes	: 0
1800.00/1798.51	c speed (assignments/second)	: 21168.269433947156
1800.00/1798.51	c non guided choices	33
1800.00/1798.51	c timeout
1800.00/1798.54	c learnt constraints type 
1800.00/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155911
1800.00/1798.54	s UNKNOWN
1800.00/1798.54	c Total wall clock time (in seconds): 1798.422

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-4105629-1466262953/watcher-4105629-1466262953 -o /tmp/evaluation-result-4105629-1466262953/solver-4105629-1466262953 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105629-1466262953.opb 

pid=29876
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.28 2.28 2.27 3/194 29879
/proc/meminfo: memFree=29394904/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/29879/stat : 29879 (java) R 29876 29879 24760 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 28343894 278528 33 33554432000 1073741824 1073778376 140737400707824 140735175842408 270320889013 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.28 2.27 3/194 29879
/proc/meminfo: memFree=29394904/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 28343894 9787879424 6034 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.28 2.28 2.27 3/194 29879
/proc/meminfo: memFree=29394904/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 5645 0 1 0 25 1 0 0 20 0 19 0 28343894 9856040960 6782 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 6785 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30021 s]
/proc/loadavg: 2.28 2.28 2.27 3/194 29879
/proc/meminfo: memFree=29394904/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 6633 0 1 0 49 2 0 0 20 0 19 0 28343894 9856040960 8038 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 8038 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700172 s]
/proc/loadavg: 2.28 2.28 2.27 3/194 29879
/proc/meminfo: memFree=29394904/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 6665 0 1 0 95 2 0 0 20 0 19 0 28343894 9856040960 8558 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 8558 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.28 2.28 2.27 3/213 29898
/proc/meminfo: memFree=29365504/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 8289 0 1 0 187 2 0 0 20 0 19 0 28343894 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 10140 2258 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2423 0 1 0 145 0 0 0 20 0 19 0 28343895 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685660737968 140685496289319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 26 0 0 0 20 0 19 0 28343900 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 1792 0 0 0 13 0 0 0 20 0 19 0 28343900 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 10140 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.28 2.28 2.27 3/213 29898
/proc/meminfo: memFree=29360292/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 8301 0 1 0 351 2 0 0 20 0 19 0 28343894 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 11174 2258 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2425 0 1 0 303 1 0 0 20 0 19 0 28343895 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685660737664 140685496289296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 27 0 0 0 20 0 19 0 28343900 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 1802 0 0 0 17 0 0 0 20 0 19 0 28343900 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 11174 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.26 2.27 2.27 3/213 29898
/proc/meminfo: memFree=29352044/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 8307 0 1 0 670 2 0 0 20 0 19 0 28343894 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 13069 2259 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2430 0 1 0 622 1 0 0 20 0 19 0 28343895 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685660729008 140685496188099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28343896 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 27 0 0 0 20 0 19 0 28343900 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 1802 0 0 0 17 0 0 0 20 0 19 0 28343900 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 13069 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.23 2.24 3/213 30008
/proc/meminfo: memFree=28804668/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=1783.78 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 9885 0 1 0 178321 57 0 0 20 0 19 0 28343894 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 90662 2273 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=1777.33 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2493 0 1 0 177703 30 0 0 20 0 19 0 28343895 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685660729008 140685496289319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 227 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 218 0 0 0 10 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 97 0 0 0 9 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 186 0 0 0 12 4 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 87 0 0 0 5 1 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 75 0 0 0 7 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 1 1 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 27 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 2126 0 0 0 21 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 104 0 0 0 33 39 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.25 2.23 2.24 3/213 30008
/proc/meminfo: memFree=28818024/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 9885 0 1 0 179942 58 0 0 20 0 19 0 28343894 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 90662 2273 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=1793.49 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2493 0 1 0 179319 30 0 0 20 0 19 0 28343895 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685660729008 140685496289319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 227 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 218 0 0 0 10 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 97 0 0 0 9 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 186 0 0 0 12 4 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 87 0 0 0 5 1 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 75 0 0 0 7 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 1 1 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 27 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 2126 0 0 0 21 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 29879 sig 9
??? kill -29879 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.25 2.23 2.24 3/213 30008
/proc/meminfo: memFree=28818024/32872528 swapFree=1556504/1720024
[pid=29879] ppid=29876 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/29879/stat : 29879 (java) S 29876 29879 24760 0 -1 4202496 9885 0 1 0 179942 58 0 0 20 0 19 0 28343894 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140737400698960 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29879/statm: 2406260 90662 2273 9 0 2396937 0
[pid=29879/tid=29881] ppid=29876 vsize=9625040 CPUtime=1793.49 cores=1,3,5,7
/proc/29879/task/29881/stat : 29881 (java) R 29876 29879 24760 0 -1 4202560 2493 0 1 0 179319 30 0 0 20 0 19 0 28343895 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685660729008 140685496289319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29882] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29882/stat : 29882 (java) S 29876 29879 24760 0 -1 4202560 227 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685622229160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29883] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29883/stat : 29883 (java) S 29876 29879 24760 0 -1 4202560 218 0 0 0 10 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685621176616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29879/tid=29884] ppid=29876 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29879/task/29884/stat : 29884 (java) S 29876 29879 24760 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685620124072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29879/tid=29885] ppid=29876 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29879/task/29885/stat : 29885 (java) S 29876 29879 24760 0 -1 4202560 97 0 0 0 9 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685619071528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29886] ppid=29876 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29879/task/29886/stat : 29886 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685618018984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29887] ppid=29876 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29879/task/29887/stat : 29887 (java) S 29876 29879 24760 0 -1 4202560 186 0 0 0 12 4 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685616966440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29888] ppid=29876 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29879/task/29888/stat : 29888 (java) S 29876 29879 24760 0 -1 4202560 87 0 0 0 5 1 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685615913896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29889] ppid=29876 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29879/task/29889/stat : 29889 (java) S 29876 29879 24760 0 -1 4202560 75 0 0 0 7 2 0 0 20 0 19 0 28343896 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685614861352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29890] ppid=29876 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29879/task/29890/stat : 29890 (java) S 29876 29879 24760 0 -1 4202560 82 0 0 0 1 1 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685484398696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29891] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29891/stat : 29891 (java) S 29876 29879 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28343897 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685483345016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29892] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29892/stat : 29892 (java) S 29876 29879 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28343898 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685482292360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29893] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29893/stat : 29893 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685481241104 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29894] ppid=29876 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29879/task/29894/stat : 29894 (java) S 29876 29879 24760 0 -1 4202560 2802 0 0 0 27 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140685480188472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29895] ppid=29876 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29879/task/29895/stat : 29895 (java) S 29876 29879 24760 0 -1 4202560 2126 0 0 0 21 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684606565048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29896] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29896/stat : 29896 (java) S 29876 29879 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684605512696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29879/tid=29897] ppid=29876 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29879/task/29897/stat : 29897 (java) S 29876 29879 24760 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 28343900 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684604460360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29879/tid=29898] ppid=29876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29879/task/29898/stat : 29898 (java) S 29876 29879 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28343910 9856040960 90662 33554432000 1073741824 1073778376 140737400707824 140684603405096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.54
CPU time (s): 1800
CPU user time (s): 1799.42
CPU system time (s): 0.58
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.85
system time used= 1.03384
maximum resident set size= 362800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38168
involuntary context switches= 5615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2513 second user time and 12.916 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 17:15:53
IDJOB=4105629
IDBENCH=2930
IDSOLVER=2546
FILE ID=node117/4105629-1466262953
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105629-1466262953/watcher-4105629-1466262953 -o /tmp/evaluation-result-4105629-1466262953/solver-4105629-1466262953 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105629-1466262953.opb

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

MD5SUM BENCH= c7543821508efc06c2ce41424051ab2c
RANDOM SEED=1076853617

node117.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.912
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.82
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.912
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.912
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.912
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.912
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.54
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.912
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.912
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.54
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.912
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:        29395688 kB
Buffers:          129044 kB
Cached:           313464 kB
SwapCached:            0 kB
Active:           651052 kB
Inactive:         344324 kB
Active(anon):     545068 kB
Inactive(anon):    10636 kB
Active(file):     105984 kB
Inactive(file):   333688 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2272972 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             620908 kB
SReclaimable:      64628 kB
SUnreclaim:       556280 kB
KernelStack:        1576 kB
PageTables:         8748 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2403356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 71736 MiB
End job on node117 at 2016-06-18 17:45:51