Trace number 4084306

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.62 1780.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
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.015997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.33	c See www.sat4j.org for details.
0.06/0.33	c version PB16.v20160501
0.06/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.33	c java.vm.version	19.1-b02
0.06/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.33	c sun.arch.data.model	64
0.06/0.33	c java.version		1.6.0_24
0.06/0.33	c os.name		Linux
0.06/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.33	c os.arch		amd64
0.06/0.33	c Free memory 		501472288
0.06/0.33	c Max memory 		7480803328
0.06/0.33	c Total memory 		504102912
0.06/0.33	c Number of processors 	8
0.06/0.37	c Pseudo Boolean Optimization by upper bound
0.06/0.37	c --- Begin Solver configuration ---
0.06/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.37	c Learn all clauses as in MiniSAT
0.06/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.37	c No reason simplification
0.06/0.37	c Glucose 2.1 dynamic restart strategy
0.06/0.37	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.06/0.37	c timeout=2147483s
0.06/0.37	c DB Simplification allowed=false
0.06/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.37	c --- End Solver configuration ---
0.06/0.37	c solving HOME/instance-4084306-1465220765.opb
0.06/0.37	c reading problem ... 
0.06/0.37	c  no objective function found
0.18/0.46	c ... done. Wall clock time 0.092s.
0.18/0.46	c declared #vars     1860
0.18/0.46	c #constraints  122
0.18/0.46	c constraints type 
0.18/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
0.18/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.18/0.46	c 122 constraints processed.
0.99/0.91	c cleaning 2496 clauses out of 5001 with flag 30363/5001
1.74/1.40	c cleaning 4237 clauses out of 8505 with flag 68571/11001
2.26/1.94	c cleaning 5592 clauses out of 11267 with flag 115401/18000
3.76/3.49	c cleaning 6836 clauses out of 13675 with flag 207068/26000
5.48/5.16	c cleaning 7919 clauses out of 15841 with flag 311776/35002
7.78/7.47	c cleaning 8957 clauses out of 17921 with flag 423973/45001
10.78/10.30	c cleaning 9977 clauses out of 19964 with flag 554519/56001
14.08/13.61	c cleaning 10994 clauses out of 21989 with flag 692020/68003
17.58/17.19	c cleaning 11993 clauses out of 23994 with flag 812689/81002
21.49/21.01	c cleaning 12999 clauses out of 25999 with flag 936212/95000
25.67/25.02	c cleaning 13997 clauses out of 28000 with flag 1036716/110000
30.27/29.62	c cleaning 14998 clauses out of 30003 with flag 1163430/126000
35.56/34.75	c cleaning 16003 clauses out of 32006 with flag 1315370/143001
40.86/40.09	c cleaning 16999 clauses out of 34005 with flag 1484069/161003
46.96/46.16	c cleaning 18000 clauses out of 36005 with flag 1666072/180002
53.15/52.20	c cleaning 18999 clauses out of 38004 with flag 1825405/200001
59.85/58.97	c cleaning 19994 clauses out of 40004 with flag 1981223/221000
68.43/67.36	c cleaning 21000 clauses out of 42011 with flag 2166173/243001
77.33/76.29	c cleaning 22000 clauses out of 44010 with flag 2369101/266000
87.49/86.24	c cleaning 22997 clauses out of 46012 with flag 2580487/290002
97.49/96.20	c cleaning 24001 clauses out of 48013 with flag 2797694/315000
108.49/107.07	c cleaning 25002 clauses out of 50014 with flag 3022295/341002
120.49/118.76	c cleaning 25998 clauses out of 52010 with flag 3272157/368000
132.43/130.58	c cleaning 26991 clauses out of 54013 with flag 3518441/396001
147.30/145.22	c cleaning 28005 clauses out of 56022 with flag 3779537/425001
160.45/158.25	c cleaning 29003 clauses out of 58018 with flag 4022846/455002
174.96/172.67	c cleaning 30001 clauses out of 60013 with flag 4272007/486000
190.24/187.73	c cleaning 31000 clauses out of 62014 with flag 4544117/518002
206.06/203.40	c cleaning 32000 clauses out of 64012 with flag 4802071/551000
224.37/221.69	c cleaning 32999 clauses out of 66012 with flag 5093498/585000
240.60/237.67	c cleaning 34006 clauses out of 68017 with flag 5390858/620004
256.12/252.97	c cleaning 35000 clauses out of 70009 with flag 5645075/656002
270.93/267.69	c cleaning 35994 clauses out of 72007 with flag 5949026/693000
288.79/285.34	c cleaning 36988 clauses out of 74013 with flag 6296526/731000
304.76/301.17	c cleaning 38005 clauses out of 76025 with flag 6654239/770000
322.69/318.98	c cleaning 39008 clauses out of 78023 with flag 7006200/810003
342.24/338.30	c cleaning 40000 clauses out of 80013 with flag 7351927/851001
366.26/362.19	c cleaning 41001 clauses out of 82013 with flag 7693390/893001
389.18/384.85	c cleaning 41997 clauses out of 84012 with flag 8061731/936001
410.35/405.81	c cleaning 43003 clauses out of 86015 with flag 8422080/980001
434.29/429.54	c cleaning 44001 clauses out of 88011 with flag 8790946/1025000
455.58/450.55	c cleaning 44999 clauses out of 90013 with flag 9176922/1071003
481.39/476.11	c cleaning 46001 clauses out of 92011 with flag 9568007/1118000
507.42/501.97	c cleaning 47001 clauses out of 94012 with flag 9951997/1166002
536.40/530.71	c cleaning 48001 clauses out of 96014 with flag 10401779/1215005
563.64/557.75	c cleaning 48997 clauses out of 98008 with flag 10867056/1265000
592.39/586.14	c cleaning 49994 clauses out of 100011 with flag 11353805/1316000
625.48/618.81	c cleaning 51004 clauses out of 102019 with flag 11862071/1368002
659.58/652.53	c cleaning 52004 clauses out of 104018 with flag 12391920/1421005
695.48/688.05	c cleaning 53002 clauses out of 106015 with flag 12955464/1475006
731.36/723.53	c cleaning 53998 clauses out of 108007 with flag 13558178/1530000
768.26/760.08	c cleaning 54993 clauses out of 110012 with flag 14125862/1586003
806.31/797.64	c cleaning 55999 clauses out of 112017 with flag 14756535/1643001
847.86/838.71	c cleaning 57001 clauses out of 114017 with flag 15441781/1701000
889.34/879.83	c cleaning 58000 clauses out of 116016 with flag 16100446/1760000
934.44/924.46	c cleaning 59001 clauses out of 118020 with flag 16802694/1820004
979.94/969.42	c cleaning 60004 clauses out of 120015 with flag 17493456/1881000
1020.09/1009.05	c cleaning 60997 clauses out of 122012 with flag 18205381/1943001
1062.73/1051.38	c cleaning 61991 clauses out of 124014 with flag 18874204/2006000
1114.41/1102.55	c cleaning 63005 clauses out of 126024 with flag 19534473/2070001
1174.71/1162.25	c cleaning 64003 clauses out of 128022 with flag 20219702/2135004
1231.88/1218.90	c cleaning 65002 clauses out of 130015 with flag 20922998/2201000
1289.55/1275.95	c cleaning 66000 clauses out of 132014 with flag 21586338/2268001
1352.00/1337.71	c cleaning 67003 clauses out of 134017 with flag 22265553/2336004
1412.41/1397.41	c cleaning 67998 clauses out of 136010 with flag 22905772/2405000
1478.97/1463.12	c cleaning 69002 clauses out of 138013 with flag 23636032/2475001
1540.14/1523.66	c cleaning 69990 clauses out of 140010 with flag 24333654/2546000
1610.88/1593.68	c cleaning 71003 clauses out of 142020 with flag 25156869/2618000
1679.73/1661.52	c cleaning 72002 clauses out of 144017 with flag 25929065/2691000
1746.47/1727.64	c cleaning 73003 clauses out of 146015 with flag 26623284/2765000
1800.08/1780.50	c starts		: 1024
1800.08/1780.50	c conflicts		: 2831653
1800.08/1780.50	c decisions		: 3812191
1800.08/1780.50	c propagations		: 46411254
1800.08/1780.50	c inspects		: 24671649036
1800.08/1780.50	c shortcuts		: 0
1800.08/1780.50	c learnt literals	: 0
1800.08/1780.50	c learnt binary clauses	: 0
1800.08/1780.50	c learnt ternary clauses	: 0
1800.08/1780.50	c learnt constraints	: 2831653
1800.08/1780.50	c ignored constraints	: 0
1800.08/1780.50	c root simplifications	: 0
1800.08/1780.50	c removed literals (reason simplification)	: 0
1800.08/1780.50	c reason swapping (by a shorter reason)	: 0
1800.08/1780.50	c Calls to reduceDB	: 70
1800.08/1780.50	c Number of update (reduction) of LBD	: 1751662
1800.08/1780.50	c Imported unit clauses	: 0
1800.08/1780.50	c number of reductions to clauses (during analyze)	: 0
1800.08/1780.50	c number of learned constraints concerned by reduction	: 0
1800.08/1780.50	c number of learning phase by resolution	: 0
1800.08/1780.50	c timeout
1800.08/1780.50	c number of learning phase by cutting planes	: 0
1800.08/1780.50	c speed (assignments/second)	: 26073.16693623005
1800.08/1780.50	c non guided choices	4050
1800.08/1780.53	c learnt constraints type 
1800.08/1780.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139665
1800.08/1780.53	s UNKNOWN
1800.08/1780.53	c Total wall clock time (in seconds): 1780.162

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-4084306-1465220765/watcher-4084306-1465220765 -o /tmp/evaluation-result-4084306-1465220765/solver-4084306-1465220765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084306-1465220765.opb 

pid=32626
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: 1.88 1.98 1.90 3/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/32632/stat : 32632 (java) D 32626 32632 32587 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 104011219 278528 33 33554432000 1073741824 1073778376 140733417686960 140733417684136 251134045479 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/32632/statm: 68 33 25 9 0 25 0

[startup+0.100159 s]
/proc/loadavg: 1.88 1.98 1.90 3/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/32632/stat : 32632 (java) D 32626 32632 32587 0 -1 4202496 1146 0 18 0 0 0 0 0 20 0 1 0 104011219 23793664 814 33554432000 1073741824 1073778376 140736453003632 140736452993624 140461064226512 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 7 0 0
/proc/32632/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200307 s]
/proc/loadavg: 1.88 1.98 1.90 3/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 2943 0 25 0 1 1 0 0 20 0 11 0 104011219 9310650368 3589 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2273108 3589 1621 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300263 s]
/proc/loadavg: 1.88 1.98 1.90 3/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 3281 0 25 0 4 2 0 0 20 0 18 0 104011219 9787879424 4436 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2389619 4436 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700219 s]
/proc/loadavg: 1.88 1.98 1.90 3/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 6422 0 27 0 68 3 0 0 20 0 19 0 104011219 9856040960 8872 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 8872 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 1.97 1.99 1.90 4/213 32670
/proc/meminfo: memFree=31719416/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 15115 0 27 0 180 4 0 0 20 0 19 0 104011219 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 16723 2258 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 2397 0 6 0 121 2 0 0 20 0 19 0 104011229 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461059908088 140460882869744 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 26 0 0 0 20 0 19 0 104011245 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8234 0 1 0 29 2 0 0 20 0 19 0 104011245 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 16723 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.97 1.99 1.90 4/213 32670
/proc/meminfo: memFree=31703840/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 15128 0 27 0 342 4 0 0 20 0 19 0 104011219 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 22356 2258 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 2409 0 6 0 280 3 0 0 20 0 19 0 104011229 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461059908016 140460883021099 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8235 0 1 0 30 2 0 0 20 0 19 0 104011245 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 22356 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.97 1.99 1.90 4/213 32670
/proc/meminfo: memFree=31646132/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 15153 0 27 0 663 5 0 0 20 0 19 0 104011219 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 33996 2259 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=6.03 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 2433 0 6 0 599 4 0 0 20 0 19 0 104011229 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461059907896 140460882864511 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8235 0 1 0 32 2 0 0 20 0 19 0 104011245 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 33996 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8237 0 1 0 33 2 0 0 20 0 19 0 104011245 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 95 0 0 0 38 34 0 0 20 0 19 0 104011245 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 126268 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1680.53
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/213 1056
/proc/meminfo: memFree=30376864/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=1741.17 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 41868 0 27 0 173806 311 0 0 20 0 19 0 104011219 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 120795 2281 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=1708.05 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 3016 0 6 0 170774 31 0 0 20 0 19 0 104011229 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461059906784 140460882919620 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 3001 0 0 0 288 37 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 2506 0 0 0 296 29 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 3047 0 0 0 285 36 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=3.13 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 2319 0 0 0 282 31 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 3282 0 0 0 306 34 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 2959 0 0 0 293 32 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 3002 0 0 0 301 32 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3156 0 0 0 295 34 0 0 20 0 19 0 104011235 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=5.85 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 2773 0 0 0 576 9 0 0 20 0 19 0 104011238 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8237 0 1 0 33 2 0 0 20 0 19 0 104011245 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 99 0 0 0 40 35 0 0 20 0 19 0 104011245 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 120795 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1741.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.5 s]
/proc/loadavg: 2.07 2.06 2.01 3/213 1058
/proc/meminfo: memFree=30391924/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 44398 0 27 0 179688 320 0 0 20 0 19 0 104011219 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 116769 2281 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=1765.73 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 3040 0 6 0 176541 32 0 0 20 0 19 0 104011229 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461059906784 140460882869042 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 3253 0 0 0 301 37 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 2894 0 0 0 305 31 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 3187 0 0 0 295 36 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 2332 0 0 0 293 31 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 3893 0 0 0 318 36 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 3370 0 0 0 307 33 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 3126 0 0 0 314 32 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3635 0 0 0 308 35 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=6.05 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 2857 0 0 0 596 9 0 0 20 0 19 0 104011238 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8237 0 1 0 33 2 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 103 0 0 0 42 36 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 32632 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.5 s]
/proc/loadavg: 2.07 2.06 2.01 3/213 1058
/proc/meminfo: memFree=30391924/32872528 swapFree=12744/274376
[pid=32632] ppid=32626 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/32632/stat : 32632 (java) S 32626 32632 32587 0 -1 4202496 44398 0 27 0 179688 320 0 0 20 0 19 0 104011219 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140736452994768 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/32632/statm: 2406260 116769 2281 9 0 2396937 0
[pid=32632/tid=32636] ppid=32626 vsize=9625040 CPUtime=1765.73 cores=1,3,5,7
/proc/32632/task/32636/stat : 32636 (java) R 32626 32632 32587 0 -1 4202560 3040 0 6 0 176541 32 0 0 20 0 19 0 104011229 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461059906784 140460882869042 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=32632/tid=32637] ppid=32626 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/32632/task/32637/stat : 32637 (java) S 32626 32632 32587 0 -1 4202560 3253 0 0 0 301 37 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461021400104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32639] ppid=32626 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/32632/task/32639/stat : 32639 (java) S 32626 32632 32587 0 -1 4202560 2894 0 0 0 305 31 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461020347304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32632/tid=32641] ppid=32626 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/32632/task/32641/stat : 32641 (java) S 32626 32632 32587 0 -1 4202560 3187 0 0 0 295 36 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461019294504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32644] ppid=32626 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/32632/task/32644/stat : 32644 (java) S 32626 32632 32587 0 -1 4202560 2332 0 0 0 293 31 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461018241704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32647] ppid=32626 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/32632/task/32647/stat : 32647 (java) S 32626 32632 32587 0 -1 4202560 3893 0 0 0 318 36 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461017188904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32649] ppid=32626 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/32632/task/32649/stat : 32649 (java) S 32626 32632 32587 0 -1 4202560 3370 0 0 0 307 33 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461016136104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32651] ppid=32626 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/32632/task/32651/stat : 32651 (java) S 32626 32632 32587 0 -1 4202560 3126 0 0 0 314 32 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461015083304 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32652] ppid=32626 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/32632/task/32652/stat : 32652 (java) S 32626 32632 32587 0 -1 4202560 3635 0 0 0 308 35 0 0 20 0 19 0 104011235 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461014030504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32653] ppid=32626 vsize=9625040 CPUtime=6.05 cores=1,3,5,7
/proc/32632/task/32653/stat : 32653 (java) S 32626 32632 32587 0 -1 4202560 2857 0 0 0 596 9 0 0 20 0 19 0 104011238 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140461001620456 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32656] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32656/stat : 32656 (java) S 32626 32632 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460882388728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32658] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32658/stat : 32658 (java) S 32626 32632 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460881335816 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32659] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32659/stat : 32659 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460880284304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32660] ppid=32626 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32632/task/32660/stat : 32660 (java) S 32626 32632 32587 0 -1 4202560 3226 0 1 0 27 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460879231416 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32663] ppid=32626 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32632/task/32663/stat : 32663 (java) S 32626 32632 32587 0 -1 4202560 8237 0 1 0 33 2 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460878178616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32632/tid=32665] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32665/stat : 32665 (java) S 32626 32632 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460877126008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32632/tid=32667] ppid=32626 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/32632/task/32667/stat : 32667 (java) S 32626 32632 32587 0 -1 4202560 103 0 0 0 42 36 0 0 20 0 19 0 104011245 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460876073416 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32632/tid=32670] ppid=32626 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32632/task/32670/stat : 32670 (java) S 32626 32632 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104011265 9856040960 116769 33554432000 1073741824 1073778376 140736453003632 140460875019944 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1780.54
CPU time (s): 1800.62
CPU user time (s): 1796.97
CPU system time (s): 3.64745
CPU usage (%): 101.128
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.97
system time used= 3.64744
maximum resident set size= 906552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44439
page faults= 27
swaps= 0
block input operations= 8856
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55059
involuntary context switches= 55132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0723 second user time and 13.5139 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 15:46:05
IDJOB=4084306
IDBENCH=1417
IDSOLVER=2546
FILE ID=node107/4084306-1465220765
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
RANDOM SEED=255888405

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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.56
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.441
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:        31831300 kB
Buffers:            6096 kB
Cached:            58420 kB
SwapCached:         1700 kB
Active:            45148 kB
Inactive:          22116 kB
Active(anon):       4288 kB
Inactive(anon):      412 kB
Active(file):      40860 kB
Inactive(file):    21704 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        276196 kB
Mapped:             6560 kB
Shmem:                 0 kB
Slab:             565688 kB
SReclaimable:       9504 kB
SUnreclaim:       556184 kB
KernelStack:        1344 kB
PageTables:         4036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     371024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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= 71740 MiB
End job on node107 at 2016-06-06 16:15:45