Trace number 4099463

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.04 1795.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr.opb
MD5SUM54cc21b6a006b53c414126d2c0b266be
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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-4099463-1466206113.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.18	c ... done. Wall clock time 0.073s.
0.11/0.18	c declared #vars     1200
0.11/0.18	c #constraints  100
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.11/0.18	c 100 constraints processed.
0.91/0.66	c cleaning 2496 clauses out of 5001 with flag 43257/5001
1.66/1.32	c cleaning 4252 clauses out of 8505 with flag 91620/11001
2.58/2.29	c cleaning 5625 clauses out of 11257 with flag 149941/18005
3.88/3.53	c cleaning 6814 clauses out of 13633 with flag 216081/26006
5.20/4.85	c cleaning 7905 clauses out of 15815 with flag 281528/35002
7.01/6.69	c cleaning 8951 clauses out of 17910 with flag 366304/45002
9.31/8.92	c cleaning 9973 clauses out of 19957 with flag 448090/56000
11.70/11.38	c cleaning 10992 clauses out of 21987 with flag 533524/68003
14.40/14.07	c cleaning 11998 clauses out of 23995 with flag 625230/81003
17.60/17.25	c cleaning 12990 clauses out of 25994 with flag 746664/95000
21.28/20.84	c cleaning 13999 clauses out of 28004 with flag 862677/110000
25.48/25.04	c cleaning 14997 clauses out of 30005 with flag 983274/126000
29.78/29.36	c cleaning 16002 clauses out of 32008 with flag 1103393/143000
33.68/33.29	c cleaning 17002 clauses out of 34006 with flag 1244779/161000
37.59/37.13	c cleaning 17999 clauses out of 36004 with flag 1411902/180000
42.49/42.00	c cleaning 19000 clauses out of 38007 with flag 1608971/200002
47.89/47.45	c cleaning 20000 clauses out of 40005 with flag 1825230/221000
54.91/54.37	c cleaning 20998 clauses out of 42005 with flag 2062878/243000
61.41/60.86	c cleaning 22001 clauses out of 44007 with flag 2241407/266000
67.72/67.15	c cleaning 22998 clauses out of 46007 with flag 2419743/290001
75.52/74.92	c cleaning 23996 clauses out of 48008 with flag 2627884/315000
83.81/83.21	c cleaning 25003 clauses out of 50016 with flag 2837001/341004
95.23/94.41	c cleaning 25992 clauses out of 52011 with flag 3074928/368002
105.73/104.94	c cleaning 26990 clauses out of 54019 with flag 3340805/396002
115.73/114.90	c cleaning 28008 clauses out of 56027 with flag 3610759/425000
126.74/125.98	c cleaning 29005 clauses out of 58021 with flag 3867225/455002
138.11/137.15	c cleaning 30001 clauses out of 60014 with flag 4136786/486000
149.52/148.57	c cleaning 31001 clauses out of 62013 with flag 4380406/518000
162.51/161.54	c cleaning 32001 clauses out of 64013 with flag 4657520/551001
176.11/175.17	c cleaning 32996 clauses out of 66011 with flag 4961513/585000
189.89/188.81	c cleaning 34003 clauses out of 68016 with flag 5248508/620001
206.79/205.72	c cleaning 35001 clauses out of 70013 with flag 5560139/656001
224.09/223.03	c cleaning 35998 clauses out of 72013 with flag 5882723/693002
244.06/242.89	c cleaning 37005 clauses out of 74017 with flag 6218004/731004
263.86/262.62	c cleaning 38000 clauses out of 76008 with flag 6551140/770000
287.30/285.82	c cleaning 39001 clauses out of 78009 with flag 6907595/810001
309.70/308.28	c cleaning 40002 clauses out of 80011 with flag 7296546/851004
333.61/332.17	c cleaning 40999 clauses out of 82008 with flag 7680229/893003
356.61/354.85	c cleaning 41999 clauses out of 84007 with flag 8035238/936001
380.52/378.72	c cleaning 43002 clauses out of 86007 with flag 8381618/980000
401.52/399.55	c cleaning 43999 clauses out of 88005 with flag 8837721/1025000
428.42/426.48	c cleaning 45000 clauses out of 90007 with flag 9368355/1071001
454.38/452.30	c cleaning 45997 clauses out of 92007 with flag 9818889/1118001
482.68/480.63	c cleaning 46998 clauses out of 94010 with flag 10326445/1166001
512.71/510.57	c cleaning 47999 clauses out of 96011 with flag 10850087/1215000
545.99/543.73	c cleaning 48999 clauses out of 98013 with flag 11420328/1265001
578.60/576.40	c cleaning 50000 clauses out of 100014 with flag 11986021/1316001
616.62/614.24	c cleaning 51001 clauses out of 102013 with flag 12559469/1368000
652.22/649.65	c cleaning 51998 clauses out of 104014 with flag 13137865/1421002
687.82/685.28	c cleaning 53003 clauses out of 106016 with flag 13740325/1475002
729.61/726.96	c cleaning 53998 clauses out of 108011 with flag 14366205/1530000
773.54/770.74	c cleaning 55002 clauses out of 110014 with flag 15043787/1586001
819.18/816.22	c cleaning 55998 clauses out of 112012 with flag 15720861/1643001
862.39/859.41	c cleaning 56998 clauses out of 114015 with flag 16385774/1701002
906.37/903.38	c cleaning 58001 clauses out of 116017 with flag 17070410/1760002
956.24/953.11	c cleaning 59000 clauses out of 118015 with flag 17810907/1820001
1006.56/1003.35	c cleaning 60002 clauses out of 120015 with flag 18558066/1881001
1066.46/1063.18	c cleaning 61002 clauses out of 122015 with flag 19302744/1943003
1112.69/1109.29	c cleaning 61997 clauses out of 124010 with flag 19924403/2006000
1161.35/1157.87	c cleaning 63001 clauses out of 126013 with flag 20507486/2070000
1223.16/1219.53	c cleaning 64003 clauses out of 128015 with flag 21114082/2135003
1288.85/1285.19	c cleaning 64993 clauses out of 130010 with flag 21826357/2201001
1346.45/1342.67	c cleaning 66003 clauses out of 132017 with flag 22466826/2268001
1406.45/1402.51	c cleaning 66997 clauses out of 134013 with flag 23226482/2336000
1468.37/1464.37	c cleaning 68006 clauses out of 136020 with flag 23874323/2405004
1539.10/1534.94	c cleaning 69000 clauses out of 138011 with flag 24528563/2475001
1605.89/1601.61	c cleaning 70002 clauses out of 140013 with flag 25198328/2546003
1676.15/1671.89	c cleaning 71001 clauses out of 142009 with flag 25860832/2618001
1742.57/1738.12	c cleaning 71999 clauses out of 144007 with flag 26556561/2691000
1800.04/1795.50	c starts		: 64
1800.04/1795.50	c conflicts		: 2748217
1800.04/1795.50	c decisions		: 3144666
1800.04/1795.50	c propagations		: 75754774
1800.04/1795.50	c inspects		: 28596826983
1800.04/1795.50	c shortcuts		: 0
1800.04/1795.50	c learnt literals	: 0
1800.04/1795.50	c learnt binary clauses	: 0
1800.04/1795.50	c learnt ternary clauses	: 0
1800.04/1795.50	c learnt constraints	: 2748217
1800.04/1795.50	c ignored constraints	: 0
1800.04/1795.50	c root simplifications	: 0
1800.04/1795.50	c removed literals (reason simplification)	: 0
1800.04/1795.50	c reason swapping (by a shorter reason)	: 0
1800.04/1795.50	c Calls to reduceDB	: 69
1800.04/1795.50	c Number of update (reduction) of LBD	: 1537469
1800.04/1795.50	c Imported unit clauses	: 0
1800.04/1795.50	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.50	c number of learned constraints concerned by reduction	: 0
1800.04/1795.50	c number of learning phase by resolution	: 0
1800.04/1795.50	c number of learning phase by cutting planes	: 0
1800.04/1795.50	c speed (assignments/second)	: 42195.62496553545
1800.04/1795.50	c non guided choices	855
1800.04/1795.50	c timeout
1800.04/1795.53	c learnt constraints type 
1800.04/1795.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129226
1800.04/1795.53	s UNKNOWN
1800.04/1795.53	c Total wall clock time (in seconds): 1795.426

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

pid=11972
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: 0.40 0.12 0.05 2/168 11975
/proc/meminfo: memFree=31550812/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11975/stat : 11975 (java) R 11972 11975 11879 0 -1 4202496 1098 0 0 0 0 0 0 0 20 0 1 0 22661485 23793664 749 33554432000 1073741824 1073778376 140733542428352 140733542417416 139845545653568 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 5809 761 558 9 0 128 0

[startup+0.100197 s]
/proc/loadavg: 0.40 0.12 0.05 2/168 11975
/proc/meminfo: memFree=31550812/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 22661485 9787879424 5615 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2389619 5621 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 0.40 0.12 0.05 2/168 11975
/proc/meminfo: memFree=31550812/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 5236 0 1 0 28 1 0 0 20 0 19 0 22661485 9856040960 6589 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 6599 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300316 s]
/proc/loadavg: 0.40 0.12 0.05 2/168 11975
/proc/meminfo: memFree=31550812/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 6764 0 1 0 52 1 0 0 20 0 19 0 22661485 9856040960 7386 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 7386 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700203 s]
/proc/loadavg: 0.40 0.12 0.05 2/168 11975
/proc/meminfo: memFree=31550812/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 7750 0 1 0 102 1 0 0 20 0 19 0 22661485 9856040960 8953 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 8953 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 0.44 0.14 0.05 3/187 11994
/proc/meminfo: memFree=31517788/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 7763 0 1 0 185 1 0 0 20 0 19 0 22661485 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 11009 2257 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2475 0 1 0 146 1 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845537696248 139845477889980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661487 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2049 0 0 0 17 0 0 0 20 0 19 0 22661490 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 11009 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 0.44 0.14 0.05 2/187 11994
/proc/meminfo: memFree=31507300/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 7773 0 1 0 346 2 0 0 20 0 19 0 22661485 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 14084 2257 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2482 0 1 0 305 1 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845537689296 139845477889927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661487 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2052 0 0 0 17 0 0 0 20 0 19 0 22661490 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 14084 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 0.49 0.15 0.06 2/187 12059
/proc/meminfo: memFree=31482060/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=6.7 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 7793 0 1 0 668 2 0 0 20 0 19 0 22661485 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 19707 2259 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2494 0 1 0 625 1 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845537689280 139845477846789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661486 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661487 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2059 0 0 0 20 0 0 0 20 0 19 0 22661490 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 19707 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 143359 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 1.75 3/211 12331
/proc/meminfo: memFree=26321216/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=1786.84 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 11293 0 1 0 178570 114 0 0 20 0 19 0 22661485 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 140810 2281 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=1775.79 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2568 0 1 0 177550 29 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845537696976 139845477847197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 341 0 0 0 48 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 233 0 0 0 56 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 266 0 0 0 55 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 393 0 0 0 57 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 389 0 0 0 52 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 532 0 0 0 57 9 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 377 0 0 0 49 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 357 0 0 0 45 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 330 0 0 0 53 3 0 0 20 0 19 0 22661487 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2177 0 0 0 22 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 104 0 0 0 36 34 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.13 2.07 1.76 4/211 12331
/proc/meminfo: memFree=26321024/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 11293 0 1 0 179890 114 0 0 20 0 19 0 22661485 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 140810 2281 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=1788.96 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2568 0 1 0 178866 30 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845537696976 139845477846721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 341 0 0 0 48 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 233 0 0 0 56 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 266 0 0 0 55 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 393 0 0 0 57 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 389 0 0 0 52 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 532 0 0 0 57 9 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 377 0 0 0 49 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 357 0 0 0 45 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 330 0 0 0 53 3 0 0 20 0 19 0 22661487 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2177 0 0 0 22 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 11975 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.5 s]
/proc/loadavg: 2.13 2.07 1.76 4/211 12331
/proc/meminfo: memFree=26321024/32872528 swapFree=447868/480572
[pid=11975] ppid=11972 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/11975/stat : 11975 (java) S 11972 11975 11879 0 -1 4202496 11293 0 1 0 179890 114 0 0 20 0 19 0 22661485 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 140733542419488 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11975/statm: 2406260 140810 2281 9 0 2396937 0
[pid=11975/tid=11977] ppid=11972 vsize=9625040 CPUtime=1788.96 cores=1,3,5,7
/proc/11975/task/11977/stat : 11977 (java) R 11972 11975 11879 0 -1 4202560 2568 0 1 0 178866 30 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845537696976 139845477846721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11978] ppid=11972 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11975/task/11978/stat : 11978 (java) S 11972 11975 11879 0 -1 4202560 341 0 0 0 48 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845381695656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11979] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11979/stat : 11979 (java) S 11972 11975 11879 0 -1 4202560 233 0 0 0 56 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845380643112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11980] ppid=11972 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11975/task/11980/stat : 11980 (java) S 11972 11975 11879 0 -1 4202560 266 0 0 0 55 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845379590568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11981] ppid=11972 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11975/task/11981/stat : 11981 (java) S 11972 11975 11879 0 -1 4202560 393 0 0 0 57 10 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845378538024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11982] ppid=11972 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11975/task/11982/stat : 11982 (java) S 11972 11975 11879 0 -1 4202560 389 0 0 0 52 13 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845377485480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11983] ppid=11972 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11975/task/11983/stat : 11983 (java) S 11972 11975 11879 0 -1 4202560 532 0 0 0 57 9 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845376432936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11984] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11984/stat : 11984 (java) S 11972 11975 11879 0 -1 4202560 377 0 0 0 49 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845375380392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11975/tid=11985] ppid=11972 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11975/task/11985/stat : 11985 (java) S 11972 11975 11879 0 -1 4202560 357 0 0 0 45 7 0 0 20 0 19 0 22661486 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845374327848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11986] ppid=11972 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11975/task/11986/stat : 11986 (java) S 11972 11975 11879 0 -1 4202560 330 0 0 0 53 3 0 0 20 0 19 0 22661487 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845361916008 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11987] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11987/stat : 11987 (java) S 11972 11975 11879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845360862328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11988] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11988/stat : 11988 (java) S 11972 11975 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661488 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845359809672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11989] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11989/stat : 11989 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845358758416 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11990] ppid=11972 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11975/task/11990/stat : 11990 (java) S 11972 11975 11879 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845357705784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11975/tid=11991] ppid=11972 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11975/task/11991/stat : 11991 (java) S 11972 11975 11879 0 -1 4202560 2177 0 0 0 22 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845356653240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11992] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11992/stat : 11992 (java) S 11972 11975 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845355600888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11975/tid=11993] ppid=11972 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11975/task/11993/stat : 11993 (java) S 11972 11975 11879 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 22661490 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845354548552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11975/tid=11994] ppid=11972 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11975/task/11994/stat : 11994 (java) S 11972 11975 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661503 9856040960 140810 33554432000 1073741824 1073778376 140733542428352 139845353493288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.54
CPU time (s): 1800.04
CPU user time (s): 1798.9
CPU system time (s): 1.14
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.61175
maximum resident set size= 813784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11337
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38799
involuntary context switches= 7071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0245 second user time and 13.6909 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 01:28:34
IDJOB=4099463
IDBENCH=1412
IDSOLVER=2546
FILE ID=node104/4099463-1466206113
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099463-1466206113/watcher-4099463-1466206113 -o /tmp/evaluation-result-4099463-1466206113/solver-4099463-1466206113 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099463-1466206113.opb

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

MD5SUM BENCH= 54cc21b6a006b53c414126d2c0b266be
RANDOM SEED=731817310

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31551456 kB
Buffers:           33056 kB
Cached:            63832 kB
SwapCached:        40476 kB
Active:            32892 kB
Inactive:         105132 kB
Active(anon):       3824 kB
Inactive(anon):    39924 kB
Active(file):      29068 kB
Inactive(file):    65208 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:        482828 kB
Mapped:             6916 kB
Shmem:                 0 kB
Slab:             571184 kB
SReclaimable:      14984 kB
SUnreclaim:       556200 kB
KernelStack:        1360 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     566592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71584 MiB
End job on node104 at 2016-06-18 01:58:29