Trace number 4085388

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.68 1798.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4085388-1465241512.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
2.35/1.64	c ... done. Wall clock time 1.521s.
2.35/1.64	c declared #vars     13480
2.35/1.64	c #constraints  26619
2.35/1.64	c constraints type 
2.35/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.35/1.64	c 26619 constraints processed.
2.35/1.64	c objective function length is 9 literals
20.66/19.65	c cleaning 2500 clauses out of 5003 with flag 11850/5003
42.31/41.23	c cleaning 4250 clauses out of 8500 with flag 27101/11000
60.22/59.19	c cleaning 5612 clauses out of 11251 with flag 46502/18001
84.43/83.39	c cleaning 6814 clauses out of 13639 with flag 72522/26001
113.75/112.62	c cleaning 7904 clauses out of 15824 with flag 104912/35000
148.27/147.18	c cleaning 8961 clauses out of 17923 with flag 140785/45003
182.37/181.20	c cleaning 9972 clauses out of 19959 with flag 167904/56000
212.58/211.44	c cleaning 10983 clauses out of 21989 with flag 202121/68002
248.59/247.46	c cleaning 12000 clauses out of 24005 with flag 237349/81001
293.60/292.48	c cleaning 12983 clauses out of 26006 with flag 273579/95002
334.51/333.34	c cleaning 14003 clauses out of 28022 with flag 314529/110001
391.23/390.03	c cleaning 15001 clauses out of 30019 with flag 356190/126001
442.84/441.63	c cleaning 16006 clauses out of 32017 with flag 403680/143000
491.44/490.22	c cleaning 17003 clauses out of 34012 with flag 455669/161001
544.87/543.67	c cleaning 17994 clauses out of 36008 with flag 514797/180000
599.68/598.44	c cleaning 19007 clauses out of 38014 with flag 576302/200000
665.59/664.34	c cleaning 20000 clauses out of 40008 with flag 647973/221001
729.61/728.31	c cleaning 20992 clauses out of 42007 with flag 719723/243000
794.53/793.27	c cleaning 21999 clauses out of 44015 with flag 793894/266000
863.93/862.62	c cleaning 23000 clauses out of 46017 with flag 871634/290001
940.95/939.69	c cleaning 24000 clauses out of 48018 with flag 956479/315002
1022.48/1021.11	c cleaning 25004 clauses out of 50018 with flag 1045135/341002
1109.21/1107.88	c cleaning 26000 clauses out of 52012 with flag 1137071/368000
1189.54/1188.18	c cleaning 26997 clauses out of 54012 with flag 1229321/396000
1281.86/1280.42	c cleaning 28003 clauses out of 56016 with flag 1334448/425001
1397.57/1396.10	c cleaning 28994 clauses out of 58012 with flag 1453595/455000
1497.11/1495.65	c cleaning 30008 clauses out of 60018 with flag 1563266/486000
1598.94/1597.48	c cleaning 30999 clauses out of 62011 with flag 1671357/518001
1699.16/1697.69	c cleaning 31998 clauses out of 64011 with flag 1783828/551000
1800.09/1798.51	c starts		: 668
1800.09/1798.51	c conflicts		: 584549
1800.09/1798.51	c decisions		: 718531
1800.09/1798.51	c propagations		: 88532186
1800.09/1798.51	c inspects		: 9040807164
1800.09/1798.51	c shortcuts		: 0
1800.09/1798.51	c learnt literals	: 0
1800.09/1798.51	c learnt binary clauses	: 0
1800.09/1798.51	c learnt ternary clauses	: 0
1800.09/1798.51	c learnt constraints	: 584549
1800.09/1798.51	c ignored constraints	: 0
1800.09/1798.51	c root simplifications	: 0
1800.09/1798.51	c removed literals (reason simplification)	: 0
1800.09/1798.51	c reason swapping (by a shorter reason)	: 0
1800.09/1798.51	c Calls to reduceDB	: 29
1800.09/1798.51	c Number of update (reduction) of LBD	: 104339
1800.09/1798.51	c Imported unit clauses	: 0
1800.09/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.51	c number of learned constraints concerned by reduction	: 0
1800.09/1798.51	c number of learning phase by resolution	: 0
1800.09/1798.51	c number of learning phase by cutting planes	: 0
1800.09/1798.51	c speed (assignments/second)	: 49270.524843629915
1800.09/1798.51	c non guided choices	293
1800.09/1798.53	c timeout
1800.09/1798.54	c learnt constraints type 
1800.09/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65562
1800.09/1798.54	s UNKNOWN
1800.09/1798.54	c Total wall clock time (in seconds): 1798.42

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

pid=3508
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: 2.14 2.05 2.01 3/194 3511
/proc/meminfo: memFree=29865972/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 106085996 98570240 977 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 24065 977 743 9 0 16771 0
[pid=3511/tid=3512] ppid=3508 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106085997 98570240 978 33554432000 1073741824 1073778376 140734309810352 140244547317288 251143210368 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.14 2.05 2.01 3/194 3511
/proc/meminfo: memFree=29865972/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 4390 0 1 0 9 1 0 0 20 0 18 0 106085996 9787879424 6015 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2389619 6015 2125 9 0 2380296 0
[pid=3511/tid=3512] ppid=3508 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 106085997 9787879424 6015 33554432000 1073741824 1073778376 140734309810352 140244547320088 251146593549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 2.14 2.05 2.01 3/194 3511
/proc/meminfo: memFree=29865972/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 4958 0 1 0 26 1 0 0 20 0 18 0 106085996 9787879424 6981 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2389619 6981 2213 9 0 2380296 0
[pid=3511/tid=3512] ppid=3508 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 106085997 9787879424 6981 33554432000 1073741824 1073778376 140734309810352 140244547320088 140244389311976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.14 2.05 2.01 3/194 3511
/proc/meminfo: memFree=29865972/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 9348 0 1 0 55 2 0 0 20 0 18 0 106085996 9787879424 10789 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2389619 10789 2233 9 0 2380296 0
[pid=3511/tid=3512] ppid=3508 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 18 0 106085997 9787879424 10789 33554432000 1073741824 1073778376 140734309810352 140244547313520 140244389311759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 2.14 2.05 2.01 3/194 3511
/proc/meminfo: memFree=29865972/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 10135 0 1 0 113 3 0 0 20 0 18 0 106085996 9787879424 42540 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2389619 42540 2260 9 0 2380296 0
[pid=3511/tid=3512] ppid=3508 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2464 0 1 0 64 3 0 0 20 0 18 0 106085997 9787879424 42540 33554432000 1073741824 1073778376 140734309810352 140244547321240 140244389695569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.14 2.05 2.01 3/212 3529
/proc/meminfo: memFree=29691584/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9558476 CPUtime=2.25 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 11354 0 1 0 217 8 0 0 20 0 18 0 106085996 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2389619 54060 2264 9 0 2380296 0
[pid=3511/tid=3512] ppid=3508 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) S 3508 3511 32587 0 -1 4202560 2466 0 1 0 140 3 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244547320808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) R 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244508813608 251143163015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) R 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244507761064 251143163015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) R 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244389194328 251143163015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) R 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244388141784 140244554221120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) R 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244387089192 251143163015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) R 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244386036648 251143163015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) R 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244384984104 251143163015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) R 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 18 0 106085997 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140244383931432 251143163015 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 106085999 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243901600776 251146581052 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 106085999 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 106085999 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106086002 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3710 0 0 0 32 0 0 0 20 0 18 0 106086002 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 3586 0 0 0 30 0 0 0 20 0 18 0 106086002 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106086002 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106086002 9787879424 54060 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 2.13 2.05 2.01 3/213 3530
/proc/meminfo: memFree=29654900/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 12603 0 1 0 399 8 0 0 20 0 19 0 106085996 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2406260 54596 2276 9 0 2396937 0
[pid=3511/tid=3512] ppid=3508 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2478 0 1 0 299 3 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244547321848 140244389958417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244508813480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244507760936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244389194152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244388141608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244387089064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244386036520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244384983976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 19 0 106085997 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140244383931432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243901601896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3712 0 0 0 46 0 0 0 20 0 19 0 106086002 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4813 0 0 0 39 0 0 0 20 0 19 0 106086002 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106086162 9856040960 54596 33554432000 1073741824 1073778376 140734309810352 140243893179176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.05 2.01 3/213 3530
/proc/meminfo: memFree=29654540/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9625040 CPUtime=7.29 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 12606 0 1 0 721 8 0 0 20 0 19 0 106085996 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2406260 54565 2277 9 0 2396937 0
[pid=3511/tid=3512] ppid=3508 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2480 0 1 0 618 3 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244547320160 140244389933133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244508813480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244507760936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244389194152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244388141608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244387089064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244386036520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244384983976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 19 0 106085997 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140244383931432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243901601896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3713 0 0 0 50 0 0 0 20 0 19 0 106086002 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4813 0 0 0 39 0 0 0 20 0 19 0 106086002 9856040960 54565 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3715 0 0 0 55 0 0 0 20 0 19 0 106086002 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4867 0 0 0 51 0 0 0 20 0 19 0 106086002 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 99 0 0 0 48 32 0 0 20 0 19 0 106086002 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106086162 9856040960 75850 33554432000 1073741824 1073778376 140734309810352 140243893179176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.87
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.07 3/214 3858
/proc/meminfo: memFree=30966760/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9625040 CPUtime=1783.88 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 12807 0 1 0 178350 38 0 0 20 0 19 0 106085996 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2406260 77386 2285 9 0 2396937 0
[pid=3511/tid=3512] ppid=3508 vsize=9625040 CPUtime=1782.14 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2522 0 1 0 178183 31 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244547313360 140244389931537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244508813480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244507760936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244389194152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244388141608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244387089064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244386036520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244384983976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244383931432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 72 0 0 0 2 1 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243901601896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3715 0 0 0 55 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4867 0 0 0 51 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 103 0 0 0 50 33 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106086162 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243893179176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.07 2.06 2.07 3/214 3858
/proc/meminfo: memFree=30967260/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 12807 0 1 0 179971 38 0 0 20 0 19 0 106085996 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2406260 77386 2285 9 0 2396937 0
[pid=3511/tid=3512] ppid=3508 vsize=9625040 CPUtime=1798.35 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2522 0 1 0 179804 31 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244547313360 140244389931578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244508813480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244507760936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244389194152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244388141608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244387089064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244386036520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244384983976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244383931432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 72 0 0 0 2 1 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243901601896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3715 0 0 0 55 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4867 0 0 0 51 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 103 0 0 0 51 33 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106086162 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243893179176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 3511 sig 9
??? kill -3511 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.07 2.06 2.07 3/214 3858
/proc/meminfo: memFree=30967260/32872528 swapFree=12744/274376
[pid=3511] ppid=3508 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3508 3511 32587 0 -1 4202496 12807 0 1 0 179971 38 0 0 20 0 19 0 106085996 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140734309801488 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3511/statm: 2406260 77386 2285 9 0 2396937 0
[pid=3511/tid=3512] ppid=3508 vsize=9625040 CPUtime=1798.35 cores=0,2,4,6
/proc/3511/task/3512/stat : 3512 (java) R 3508 3511 32587 0 -1 4202560 2522 0 1 0 179804 31 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244547313360 140244389931578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3508 3511 32587 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244508813480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3508 3511 32587 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244507760936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3508 3511 32587 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244389194152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3508 3511 32587 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244388141608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3508 3511 32587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244387089064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244386036520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3520] ppid=3508 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3508 3511 32587 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244384983976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3508 3511 32587 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 19 0 106085997 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140244383931432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3508 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3508 3511 32587 0 -1 4202560 72 0 0 0 2 1 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243901601896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3508 3511 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243900548216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3508 3511 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106085999 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243899495560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243898444304 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3508 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3508 3511 32587 0 -1 4202560 3715 0 0 0 55 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243897391672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3527] ppid=3508 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3508 3511 32587 0 -1 4202560 4867 0 0 0 51 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243896339128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3508 3511 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243895286776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3508 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3508 3511 32587 0 -1 4202560 103 0 0 0 51 33 0 0 20 0 19 0 106086002 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243894234440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) S 3508 3511 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106086162 9856040960 77386 33554432000 1073741824 1073778376 140734309810352 140243893179176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.68
CPU user time (s): 1799.88
CPU system time (s): 0.801878
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.801878
maximum resident set size= 315804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12845
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38159
involuntary context switches= 2457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.50356 second user time and 14.6928 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 21:31:53
IDJOB=4085388
IDBENCH=2639
IDSOLVER=2546
FILE ID=node107/4085388-1465241512
RUNJOBID= node107-1465220764-32603
PBS_JOBID= 19843224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085388-1465241512/watcher-4085388-1465241512 -o /tmp/evaluation-result-4085388-1465241512/solver-4085388-1465241512 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085388-1465241512.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1151824326

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:        29866764 kB
Buffers:           31004 kB
Cached:            98904 kB
SwapCached:         1684 kB
Active:          1949480 kB
Inactive:          62072 kB
Active(anon):    1883828 kB
Inactive(anon):      388 kB
Active(file):      65652 kB
Inactive(file):    61684 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:              8588 kB
Writeback:             4 kB
AnonPages:       2172208 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             568236 kB
SReclaimable:      11284 kB
SUnreclaim:       556952 kB
KernelStack:        1568 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2524636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2125824 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 22:01:51