Trace number 4089859

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.71 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v111-n3.opb
MD5SUM91482f7f77911fc3a59b3758066e9b84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.0431
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4089859-1466034596.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.16	c ... done. Wall clock time 0.036s.
0.07/0.16	c declared #vars     333
0.07/0.16	c #constraints  222
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 111
0.07/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 111
0.07/0.16	c 222 constraints processed.
0.77/0.52	c cleaning 2495 clauses out of 5004 with flag 30280/5004
1.13/0.87	c cleaning 4250 clauses out of 8505 with flag 78368/11000
1.66/1.31	c cleaning 5623 clauses out of 11256 with flag 136016/18001
2.17/1.85	c cleaning 6810 clauses out of 13634 with flag 215182/26002
2.78/2.49	c cleaning 7881 clauses out of 15822 with flag 300379/35000
3.69/3.37	c cleaning 8941 clauses out of 17941 with flag 390674/45000
4.68/4.35	c cleaning 9968 clauses out of 20000 with flag 509718/56000
5.89/5.56	c cleaning 10975 clauses out of 22033 with flag 658778/68001
7.18/6.88	c cleaning 12002 clauses out of 24057 with flag 801333/81000
8.98/8.62	c cleaning 12980 clauses out of 26057 with flag 942834/95002
10.58/10.29	c cleaning 13991 clauses out of 28076 with flag 1142592/110001
12.48/12.18	c cleaning 15013 clauses out of 30087 with flag 1311797/126003
14.68/14.35	c cleaning 16011 clauses out of 32072 with flag 1491665/143001
17.19/16.84	c cleaning 17001 clauses out of 34061 with flag 1723617/161001
19.69/19.31	c cleaning 17985 clauses out of 36060 with flag 1946951/180001
22.78/22.46	c cleaning 19004 clauses out of 38075 with flag 2228672/200001
26.79/26.44	c cleaning 20028 clauses out of 40071 with flag 2566377/221001
31.09/30.75	c cleaning 21013 clauses out of 42042 with flag 2917313/243000
35.71/35.30	c cleaning 22009 clauses out of 44029 with flag 3276880/266000
40.60/40.24	c cleaning 23002 clauses out of 46020 with flag 3670889/290000
45.90/45.58	c cleaning 23999 clauses out of 48018 with flag 4068276/315000
51.50/51.16	c cleaning 25001 clauses out of 50019 with flag 4500928/341000
57.80/57.44	c cleaning 26003 clauses out of 52019 with flag 4925391/368001
64.40/64.06	c cleaning 27000 clauses out of 54015 with flag 5366585/396000
71.50/71.16	c cleaning 27994 clauses out of 56017 with flag 5816319/425002
79.61/79.22	c cleaning 28998 clauses out of 58024 with flag 6301710/455003
88.11/87.71	c cleaning 30001 clauses out of 60024 with flag 6787574/486001
96.85/96.49	c cleaning 31001 clauses out of 62022 with flag 7293245/518000
106.55/106.10	c cleaning 31998 clauses out of 64022 with flag 7832625/551001
116.85/116.42	c cleaning 33002 clauses out of 66023 with flag 8384332/585000
127.56/127.14	c cleaning 33998 clauses out of 68022 with flag 8941093/620001
139.06/138.62	c cleaning 35002 clauses out of 70023 with flag 9513512/656000
151.36/150.91	c cleaning 36002 clauses out of 72022 with flag 10112600/693001
164.33/163.85	c cleaning 36999 clauses out of 74019 with flag 10725699/731000
178.23/177.78	c cleaning 38002 clauses out of 76022 with flag 11353779/770002
192.33/191.87	c cleaning 38999 clauses out of 78019 with flag 12002081/810001
207.93/207.40	c cleaning 39994 clauses out of 80019 with flag 12665901/851000
224.53/224.03	c cleaning 41004 clauses out of 82027 with flag 13360851/893002
242.23/241.78	c cleaning 41992 clauses out of 84021 with flag 14069903/936000
262.41/261.83	c cleaning 43007 clauses out of 86033 with flag 14818165/980004
283.60/283.06	c cleaning 43998 clauses out of 88022 with flag 15624139/1025000
305.10/304.56	c cleaning 45007 clauses out of 90024 with flag 16397122/1071000
327.20/326.67	c cleaning 46003 clauses out of 92020 with flag 17119546/1118003
351.72/351.07	c cleaning 46995 clauses out of 94017 with flag 17897390/1166003
376.92/376.25	c cleaning 48004 clauses out of 96022 with flag 18729999/1215003
403.81/403.18	c cleaning 49002 clauses out of 98017 with flag 19575971/1265002
432.01/431.36	c cleaning 49987 clauses out of 100013 with flag 20437817/1316000
460.30/459.64	c cleaning 51002 clauses out of 102026 with flag 21294198/1368000
490.48/489.64	c cleaning 51999 clauses out of 104024 with flag 22187662/1421000
522.77/521.90	c cleaning 53008 clauses out of 106028 with flag 23061919/1475003
556.36/555.59	c cleaning 54004 clauses out of 108017 with flag 23951922/1530000
591.32/590.31	c cleaning 54996 clauses out of 110014 with flag 24844522/1586001
624.63/623.67	c cleaning 55995 clauses out of 112017 with flag 25685134/1643000
662.53/661.53	c cleaning 56996 clauses out of 114023 with flag 26617039/1701001
703.98/702.79	c cleaning 58007 clauses out of 116029 with flag 27573400/1760003
746.19/744.94	c cleaning 59000 clauses out of 118020 with flag 28551772/1820001
788.08/786.63	c cleaning 60000 clauses out of 120020 with flag 29534715/1881001
833.99/832.54	c cleaning 60998 clauses out of 122020 with flag 30518890/1943001
882.46/880.83	c cleaning 62003 clauses out of 124026 with flag 31514383/2006005
926.46/924.84	c cleaning 63000 clauses out of 126019 with flag 32550992/2070001
974.78/973.08	c cleaning 63997 clauses out of 128018 with flag 33605881/2135000
1024.98/1023.28	c cleaning 65000 clauses out of 130023 with flag 34586170/2201002
1075.84/1074.05	c cleaning 65995 clauses out of 132021 with flag 35624318/2268000
1132.51/1130.69	c cleaning 67001 clauses out of 134027 with flag 36722100/2336001
1182.70/1180.89	c cleaning 68004 clauses out of 136025 with flag 37798997/2405000
1239.04/1237.15	c cleaning 68999 clauses out of 138022 with flag 38925006/2475001
1297.92/1295.98	c cleaning 69994 clauses out of 140022 with flag 40084357/2546000
1360.31/1358.33	c cleaning 71004 clauses out of 142028 with flag 41227171/2618000
1422.06/1420.08	c cleaning 72000 clauses out of 144025 with flag 42389711/2691001
1489.46/1487.33	c cleaning 73006 clauses out of 146024 with flag 43588102/2765000
1557.47/1555.39	c cleaning 74002 clauses out of 148020 with flag 44836116/2840002
1631.23/1629.07	c cleaning 75003 clauses out of 150019 with flag 46108776/2916003
1706.41/1704.14	c cleaning 75998 clauses out of 152014 with flag 47381474/2993001
1785.82/1783.52	c cleaning 76998 clauses out of 154017 with flag 48758249/3071002
1800.07/1797.70	c starts		: 820
1800.07/1797.70	c conflicts		: 3093483
1800.07/1797.70	c decisions		: 3557264
1800.07/1797.70	c propagations		: 95869687
1800.07/1797.70	c inspects		: 33112137822
1800.07/1797.70	c shortcuts		: 0
1800.07/1797.70	c learnt literals	: 0
1800.07/1797.70	c timeout
1800.07/1797.70	c learnt binary clauses	: 0
1800.07/1797.70	c learnt ternary clauses	: 0
1800.07/1797.70	c learnt constraints	: 3093483
1800.07/1797.70	c ignored constraints	: 0
1800.07/1797.70	c root simplifications	: 0
1800.07/1797.70	c removed literals (reason simplification)	: 0
1800.07/1797.70	c reason swapping (by a shorter reason)	: 0
1800.07/1797.70	c Calls to reduceDB	: 74
1800.07/1797.70	c Number of update (reduction) of LBD	: 1076847
1800.07/1797.70	c Imported unit clauses	: 0
1800.07/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.70	c number of learned constraints concerned by reduction	: 0
1800.07/1797.70	c number of learning phase by resolution	: 0
1800.07/1797.70	c number of learning phase by cutting planes	: 0
1800.07/1797.70	c speed (assignments/second)	: 53333.94546757339
1800.07/1797.70	c non guided choices	106
1800.07/1797.73	c learnt constraints type 
1800.07/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99500
1800.07/1797.73	s UNKNOWN
1800.07/1797.73	c Total wall clock time (in seconds): 1797.601

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-4089859-1466034596/watcher-4089859-1466034596 -o /tmp/evaluation-result-4089859-1466034596/solver-4089859-1466034596 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12392 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089859-1466034596.opb 

pid=12504
running on 4 cores: 0,2,4,6

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.79 1.30 1.37 3/194 12507
/proc/meminfo: memFree=31251956/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/12507/stat : 12507 (java) D 12504 12507 6207 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 5506470 2560000 46 33554432000 1073741824 1073778376 140735416382864 140735416379992 242158234919 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 625 46 37 9 0 29 0

[startup+0.100113 s]
/proc/loadavg: 1.79 1.30 1.37 3/194 12507
/proc/meminfo: memFree=31251956/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 3810 0 1 0 6 1 0 0 20 0 18 0 5506470 9787879424 4941 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2389619 4941 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 1.79 1.30 1.37 3/194 12507
/proc/meminfo: memFree=31251956/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 5772 0 1 0 21 2 0 0 20 0 19 0 5506470 9856040960 7002 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 7005 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 1.79 1.30 1.37 3/194 12507
/proc/meminfo: memFree=31251956/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 7419 0 1 0 49 2 0 0 20 0 19 0 5506470 9856040960 8233 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 8233 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700228 s]
/proc/loadavg: 1.79 1.30 1.37 3/194 12507
/proc/meminfo: memFree=31251956/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 8390 0 1 0 101 2 0 0 20 0 19 0 5506470 9856040960 8846 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 8846 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 1.79 1.30 1.37 3/213 12526
/proc/meminfo: memFree=31220416/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 8397 0 1 0 185 2 0 0 20 0 19 0 5506470 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 10385 2256 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2406 0 1 0 145 0 0 0 20 0 19 0 5506472 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148124934856 140147954208179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5506474 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2876 0 0 0 23 0 0 0 20 0 19 0 5506477 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 10385 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.89 1.33 1.38 3/213 12526
/proc/meminfo: memFree=31213776/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 8403 0 1 0 346 2 0 0 20 0 19 0 5506470 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 12434 2256 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2411 0 1 0 304 1 0 0 20 0 19 0 5506472 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148124925648 140147954255007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5506474 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2877 0 0 0 24 0 0 0 20 0 19 0 5506477 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 12434 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 1.89 1.33 1.38 4/214 12529
/proc/meminfo: memFree=31197104/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 8413 0 1 0 666 2 0 0 20 0 19 0 5506470 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 16531 2257 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2420 0 1 0 624 2 0 0 20 0 19 0 5506472 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148124925648 140147954255007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5506473 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5506474 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2877 0 0 0 24 0 0 0 20 0 19 0 5506477 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 16531 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2907 0 0 0 26 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 100 0 0 0 29 31 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.62
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 1.93 3/213 12658
/proc/meminfo: memFree=30759600/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=1784.63 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 11549 0 1 0 178378 85 0 0 20 0 19 0 5506470 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 140200 2279 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=1781.3 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2486 0 1 0 178097 33 0 0 20 0 19 0 5506472 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148124925648 140147954202059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 517 0 0 0 27 8 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 180 0 0 0 20 5 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 367 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 355 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 492 0 0 0 27 7 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 284 0 0 0 20 6 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 478 0 0 0 27 8 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 17 6 0 0 20 0 19 0 5506473 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 174 0 0 0 12 1 0 0 20 0 19 0 5506474 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2907 0 0 0 26 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 30 32 0 0 20 0 19 0 5506477 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 140200 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.04 2.06 1.93 3/213 12723
/proc/meminfo: memFree=30818364/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 11552 0 1 0 179921 86 0 0 20 0 19 0 5506470 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 139816 2279 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=1796.67 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2487 0 1 0 179634 33 0 0 20 0 19 0 5506472 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148124933344 140147954367158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 517 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 180 0 0 0 21 5 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 367 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 355 0 0 0 29 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 492 0 0 0 27 7 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 284 0 0 0 20 6 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 478 0 0 0 29 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 18 6 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 176 0 0 0 12 1 0 0 20 0 19 0 5506474 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2907 0 0 0 26 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 30 32 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 12507 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.04 2.06 1.93 3/213 12723
/proc/meminfo: memFree=30818364/32872528 swapFree=337904/354256
[pid=12507] ppid=12504 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/12507/stat : 12507 (java) S 12504 12507 6207 0 -1 4202496 11552 0 1 0 179921 86 0 0 20 0 19 0 5506470 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140736537905312 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12507/statm: 2406260 139816 2279 9 0 2396937 0
[pid=12507/tid=12509] ppid=12504 vsize=9625040 CPUtime=1796.67 cores=0,2,4,6
/proc/12507/task/12509/stat : 12509 (java) R 12504 12507 6207 0 -1 4202560 2487 0 1 0 179634 33 0 0 20 0 19 0 5506472 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148124933344 140147954367158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12510] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12510/stat : 12510 (java) S 12504 12507 6207 0 -1 4202560 517 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148086426280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12511] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12511/stat : 12511 (java) S 12504 12507 6207 0 -1 4202560 180 0 0 0 21 5 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148085373736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12512] ppid=12504 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12507/task/12512/stat : 12512 (java) S 12504 12507 6207 0 -1 4202560 367 0 0 0 28 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148084321192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12513] ppid=12504 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12507/task/12513/stat : 12513 (java) S 12504 12507 6207 0 -1 4202560 355 0 0 0 29 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148083268648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12514] ppid=12504 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12507/task/12514/stat : 12514 (java) S 12504 12507 6207 0 -1 4202560 492 0 0 0 27 7 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148082215080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12515] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12515/stat : 12515 (java) S 12504 12507 6207 0 -1 4202560 284 0 0 0 20 6 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148081162536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12516] ppid=12504 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12507/task/12516/stat : 12516 (java) S 12504 12507 6207 0 -1 4202560 478 0 0 0 29 8 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148080109992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12507/tid=12517] ppid=12504 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12507/task/12517/stat : 12517 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 18 6 0 0 20 0 19 0 5506473 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140148079057448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12507/tid=12518] ppid=12504 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12507/task/12518/stat : 12518 (java) S 12504 12507 6207 0 -1 4202560 176 0 0 0 12 1 0 0 20 0 19 0 5506474 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147948493416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12519] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12519/stat : 12519 (java) S 12504 12507 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147947439736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12520] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12520/stat : 12520 (java) S 12504 12507 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5506475 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147946387080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12521] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12521/stat : 12521 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147945335824 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12522] ppid=12504 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12507/task/12522/stat : 12522 (java) S 12504 12507 6207 0 -1 4202560 2907 0 0 0 26 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147944282168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12523] ppid=12504 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12507/task/12523/stat : 12523 (java) S 12504 12507 6207 0 -1 4202560 1843 0 0 0 15 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147943229624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12524] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12524/stat : 12524 (java) S 12504 12507 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147942177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12507/tid=12525] ppid=12504 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12507/task/12525/stat : 12525 (java) S 12504 12507 6207 0 -1 4202560 104 0 0 0 30 32 0 0 20 0 19 0 5506477 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147941124936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12507/tid=12526] ppid=12504 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12507/task/12526/stat : 12526 (java) S 12504 12507 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5506487 9856040960 139816 33554432000 1073741824 1073778376 140736537914176 140147940070696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.71
CPU user time (s): 1799.35
CPU system time (s): 1.36279
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.36279
maximum resident set size= 666756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11598
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38600
involuntary context switches= 17286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0615 second user time and 13.9939 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 01:49:56
IDJOB=4089859
IDBENCH=107466
IDSOLVER=2546
FILE ID=node126/4089859-1466034596
RUNJOBID= node126-1466034510-12392
PBS_JOBID= 19902818
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 91482f7f77911fc3a59b3758066e9b84
RANDOM SEED=69581507

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31252840 kB
Buffers:          104072 kB
Cached:           277664 kB
SwapCached:            0 kB
Active:           270916 kB
Inactive:         268236 kB
Active(anon):     149452 kB
Inactive(anon):    10680 kB
Active(file):     121464 kB
Inactive(file):   257556 kB
Unevictable:      354256 kB
Mlocked:          337904 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               760 kB
Writeback:            12 kB
AnonPages:        597632 kB
Mapped:            21028 kB
Shmem:               204 kB
Slab:             574124 kB
SReclaimable:      18336 kB
SUnreclaim:       555788 kB
KernelStack:        1728 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1041444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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 node126 at 2016-06-16 02:19:54