Trace number 4084807

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 1772.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1969
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084807-1465247390.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.70/0.41	c ... done. Wall clock time 0.305s.
0.70/0.41	c declared #vars     3401
0.70/0.41	c #constraints  9842
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.70/0.41	c 9842 constraints processed.
0.70/0.41	c objective function length is 41 literals
12.41/11.51	c cleaning 2501 clauses out of 5002 with flag 12165/5002
25.33/24.28	c cleaning 4245 clauses out of 8499 with flag 28146/11000
41.64/40.34	c cleaning 5622 clauses out of 11255 with flag 50402/18001
61.22/59.64	c cleaning 6810 clauses out of 13632 with flag 76123/26000
83.27/81.36	c cleaning 7906 clauses out of 15823 with flag 104641/35001
107.43/105.17	c cleaning 8948 clauses out of 17916 with flag 135250/45000
134.31/131.56	c cleaning 9976 clauses out of 19968 with flag 168962/56000
163.66/160.40	c cleaning 10989 clauses out of 21992 with flag 206447/68000
194.99/191.45	c cleaning 11994 clauses out of 24003 with flag 247032/81000
228.15/224.07	c cleaning 12999 clauses out of 26009 with flag 291232/95000
267.38/262.72	c cleaning 13998 clauses out of 28010 with flag 343213/110000
308.41/303.18	c cleaning 15003 clauses out of 30015 with flag 394159/126003
348.14/342.30	c cleaning 15992 clauses out of 32009 with flag 442723/143000
393.45/386.85	c cleaning 17004 clauses out of 34019 with flag 498458/161002
440.18/433.01	c cleaning 17996 clauses out of 36014 with flag 559216/180001
486.82/478.88	c cleaning 19000 clauses out of 38017 with flag 618771/200000
540.94/532.24	c cleaning 19997 clauses out of 40020 with flag 692257/221003
592.14/582.66	c cleaning 20998 clauses out of 42020 with flag 752355/243000
650.75/640.43	c cleaning 22000 clauses out of 44022 with flag 822626/266000
710.28/699.12	c cleaning 23000 clauses out of 46024 with flag 896433/290002
776.17/764.05	c cleaning 23998 clauses out of 48023 with flag 974209/315001
862.22/848.80	c cleaning 24998 clauses out of 50025 with flag 1085959/341001
935.33/920.91	c cleaning 26005 clauses out of 52028 with flag 1183947/368002
1012.58/997.01	c cleaning 27000 clauses out of 54023 with flag 1282960/396002
1099.69/1082.88	c cleaning 28003 clauses out of 56021 with flag 1394847/425000
1183.98/1165.96	c cleaning 28999 clauses out of 58020 with flag 1505484/455002
1267.60/1248.47	c cleaning 29998 clauses out of 60019 with flag 1615987/486000
1352.32/1331.85	c cleaning 31000 clauses out of 62021 with flag 1713913/518000
1437.02/1415.27	c cleaning 32008 clauses out of 64022 with flag 1810023/551001
1511.26/1488.35	c cleaning 33002 clauses out of 66013 with flag 1901939/585000
1589.29/1565.22	c cleaning 34000 clauses out of 68011 with flag 2003292/620000
1677.75/1652.34	c cleaning 35000 clauses out of 70012 with flag 2114775/656001
1769.90/1743.29	c cleaning 35995 clauses out of 72013 with flag 2232197/693002
1800.08/1772.90	c starts		: 76
1800.08/1772.90	c conflicts		: 707763
1800.08/1772.90	c decisions		: 828748
1800.08/1772.90	c propagations		: 60072253
1800.08/1772.90	c inspects		: 2802761015
1800.08/1772.90	c shortcuts		: 0
1800.08/1772.90	c learnt literals	: 0
1800.08/1772.90	c learnt binary clauses	: 0
1800.08/1772.90	c learnt ternary clauses	: 0
1800.08/1772.90	c learnt constraints	: 707763
1800.08/1772.90	c ignored constraints	: 0
1800.08/1772.90	c root simplifications	: 0
1800.08/1772.90	c removed literals (reason simplification)	: 0
1800.08/1772.90	c reason swapping (by a shorter reason)	: 0
1800.08/1772.90	c Calls to reduceDB	: 33
1800.08/1772.90	c Number of update (reduction) of LBD	: 89003
1800.08/1772.90	c Imported unit clauses	: 0
1800.08/1772.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1772.90	c number of learned constraints concerned by reduction	: 0
1800.08/1772.90	c number of learning phase by resolution	: 0
1800.08/1772.90	c number of learning phase by cutting planes	: 0
1800.08/1772.90	c speed (assignments/second)	: 33891.43132461604
1800.08/1772.90	c non guided choices	29
1800.08/1772.90	c timeout
1800.08/1772.92	c learnt constraints type 
1800.08/1772.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50779
1800.08/1772.92	s UNKNOWN
1800.08/1772.92	c Total wall clock time (in seconds): 1772.823

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-4084807-1465247390/watcher-4084807-1465247390 -o /tmp/evaluation-result-4084807-1465247390/solver-4084807-1465247390 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084807-1465247390.opb 

pid=5271
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 5274
/proc/meminfo: memFree=28968000/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 106672101 98570240 978 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 24065 978 744 9 0 16771 0
[pid=5274/tid=5275] ppid=5271 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106672102 98570240 978 33554432000 1073741824 1073778376 140733468840560 139652832976424 272886482304 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 5274
/proc/meminfo: memFree=28968000/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 106672101 9787879424 6128 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2389619 6128 2157 9 0 2380296 0
[pid=5274/tid=5275] ppid=5271 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 106672102 9787879424 6128 33554432000 1073741824 1073778376 140733468840560 139652832979872 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 5274
/proc/meminfo: memFree=28968000/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 4969 0 1 0 26 2 0 0 20 0 18 0 106672101 9787879424 7022 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2389619 7022 2215 9 0 2380296 0
[pid=5274/tid=5275] ppid=5271 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 106672102 9787879424 7022 33554432000 1073741824 1073778376 140733468840560 139652832960312 139652690449885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 5274
/proc/meminfo: memFree=28968000/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 5760 0 1 0 48 2 0 0 20 0 18 0 106672101 9787879424 8974 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2389619 8974 2233 9 0 2380296 0
[pid=5274/tid=5275] ppid=5271 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 106672102 9787879424 8974 33554432000 1073741824 1073778376 140733468840560 139652832960312 139652690421173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700258 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 5274
/proc/meminfo: memFree=28968000/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 8689 0 1 0 124 3 0 0 20 0 19 0 106672101 9856040960 18634 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 18634 2260 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2427 0 1 0 66 1 0 0 20 0 19 0 106672102 9856040960 18634 33554432000 1073741824 1073778376 140733468840560 139652832981336 139652690974927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.29 2.21 2.18 3/213 5293
/proc/meminfo: memFree=28844680/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 8762 0 1 0 206 5 0 0 20 0 19 0 106672101 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 40673 2276 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2474 0 1 0 144 3 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652832980064 139652690943906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106672103 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 1719 0 0 0 27 0 0 0 20 0 19 0 106672106 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3273 0 0 0 32 0 0 0 20 0 19 0 106672106 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 40673 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.29 2.21 2.18 3/213 5293
/proc/meminfo: memFree=28805644/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 8788 0 1 0 368 6 0 0 20 0 19 0 106672101 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 44259 2276 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2476 0 1 0 303 4 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652832979984 139652690944260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106672103 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 1719 0 0 0 27 0 0 0 20 0 19 0 106672106 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3273 0 0 0 33 0 0 0 20 0 19 0 106672106 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 44259 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.35 2.22 2.19 3/213 5293
/proc/meminfo: memFree=28781388/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 8918 0 1 0 697 10 0 0 20 0 19 0 106672101 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 51686 2276 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 2482 0 1 0 617 4 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652832980064 139652690943851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 19 0 106672102 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 106672103 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 1719 0 0 0 27 0 0 0 20 0 19 0 106672106 9856040960 51686 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 5079 0 0 0 45 2 0 0 20 0 19 0 106672106 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3286 0 0 0 37 0 0 0 20 0 19 0 106672106 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 94 0 0 0 28 38 0 0 20 0 19 0 106672106 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 196041 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1687.88
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.27 2.21 3/213 5403
/proc/meminfo: memFree=29683696/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=1748.74 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 62388 0 1 0 174513 361 0 0 20 0 19 0 106672101 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 189938 2292 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=1706.36 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 32320 0 1 0 170558 78 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652832980000 139652690943906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 2487 0 0 0 464 31 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=4.81 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 2742 0 0 0 455 26 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 1584 0 0 0 453 26 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=4.69 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 1895 0 0 0 442 27 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=4.85 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 2200 0 0 0 454 31 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 2132 0 0 0 470 28 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 2011 0 0 0 452 32 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=4.74 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 1900 0 0 0 444 30 0 0 20 0 19 0 106672102 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 3397 0 0 0 206 42 0 0 20 0 19 0 106672103 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 5079 0 0 0 45 2 0 0 20 0 19 0 106672106 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3286 0 0 0 37 0 0 0 20 0 19 0 106672106 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 96 0 0 0 29 39 0 0 20 0 19 0 106672106 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 189938 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1748.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.9 s]
/proc/loadavg: 2.22 2.25 2.21 3/213 5403
/proc/meminfo: memFree=29758308/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 63129 0 1 0 179634 374 0 0 20 0 19 0 106672101 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 170684 2292 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=1756.5 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 32382 0 1 0 175570 80 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652832979984 139652690944123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=5.09 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 2521 0 0 0 477 32 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 2968 0 0 0 467 28 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 1619 0 0 0 468 27 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 1914 0 0 0 455 28 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=4.99 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 2223 0 0 0 467 32 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=5.13 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 2155 0 0 0 484 29 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 2038 0 0 0 465 33 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=4.88 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 2138 0 0 0 457 31 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 3447 0 0 0 212 43 0 0 20 0 19 0 106672103 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 5079 0 0 0 45 2 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3286 0 0 0 37 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5274 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1772.9 s]
/proc/loadavg: 2.22 2.25 2.21 3/213 5403
/proc/meminfo: memFree=29758308/32872528 swapFree=16252/1391864
[pid=5274] ppid=5271 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/5274/stat : 5274 (java) S 5271 5274 737 0 -1 4202496 63129 0 1 0 179634 374 0 0 20 0 19 0 106672101 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 140733468831696 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5274/statm: 2406260 170684 2292 9 0 2396937 0
[pid=5274/tid=5275] ppid=5271 vsize=9625040 CPUtime=1756.5 cores=1,3,5,7
/proc/5274/task/5275/stat : 5275 (java) R 5271 5274 737 0 -1 4202560 32382 0 1 0 175570 80 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652832979984 139652690944123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5277] ppid=5271 vsize=9625040 CPUtime=5.09 cores=1,3,5,7
/proc/5274/task/5277/stat : 5277 (java) S 5271 5274 737 0 -1 4202560 2521 0 0 0 477 32 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652811082536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5278] ppid=5271 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/5274/task/5278/stat : 5278 (java) S 5271 5274 737 0 -1 4202560 2968 0 0 0 467 28 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652810029736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5279] ppid=5271 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/5274/task/5279/stat : 5279 (java) S 5271 5274 737 0 -1 4202560 1619 0 0 0 468 27 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652808977448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5280] ppid=5271 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/5274/task/5280/stat : 5280 (java) S 5271 5274 737 0 -1 4202560 1914 0 0 0 455 28 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652472236968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5281] ppid=5271 vsize=9625040 CPUtime=4.99 cores=1,3,5,7
/proc/5274/task/5281/stat : 5281 (java) S 5271 5274 737 0 -1 4202560 2223 0 0 0 467 32 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652471183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5282] ppid=5271 vsize=9625040 CPUtime=5.13 cores=1,3,5,7
/proc/5274/task/5282/stat : 5282 (java) S 5271 5274 737 0 -1 4202560 2155 0 0 0 484 29 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652470130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5283] ppid=5271 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/5274/task/5283/stat : 5283 (java) S 5271 5274 737 0 -1 4202560 2038 0 0 0 465 33 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652469078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5284] ppid=5271 vsize=9625040 CPUtime=4.88 cores=1,3,5,7
/proc/5274/task/5284/stat : 5284 (java) S 5271 5274 737 0 -1 4202560 2138 0 0 0 457 31 0 0 20 0 19 0 106672102 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652468025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5274/tid=5285] ppid=5271 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/5274/task/5285/stat : 5285 (java) S 5271 5274 737 0 -1 4202560 3447 0 0 0 212 43 0 0 20 0 19 0 106672103 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652455615208 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5286] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5286/stat : 5286 (java) S 5271 5274 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652454561272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5287] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5287/stat : 5287 (java) S 5271 5274 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106672104 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652453508872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5288] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5288/stat : 5288 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652452457360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5289] ppid=5271 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/5274/task/5289/stat : 5289 (java) S 5271 5274 737 0 -1 4202560 5079 0 0 0 45 2 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652451403960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5274/tid=5290] ppid=5271 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5274/task/5290/stat : 5290 (java) S 5271 5274 737 0 -1 4202560 3286 0 0 0 37 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652450351160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5291] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5291/stat : 5291 (java) S 5271 5274 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652449299064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5274/tid=5292] ppid=5271 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/5274/task/5292/stat : 5292 (java) S 5271 5274 737 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 106672106 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652448246472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5274/tid=5293] ppid=5271 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5274/task/5293/stat : 5293 (java) S 5271 5274 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106672143 9856040960 170684 33554432000 1073741824 1073778376 140733468840560 139652447094184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1772.94
CPU time (s): 1800.68
CPU user time (s): 1796.49
CPU system time (s): 4.19236
CPU usage (%): 101.565
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 4.19236
maximum resident set size= 1005724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63161
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94840
involuntary context switches= 135948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76152 second user time and 14.2448 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 23:09:50
IDJOB=4084807
IDBENCH=3034
IDSOLVER=2546
FILE ID=node119/4084807-1465247390
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084807-1465247390/watcher-4084807-1465247390 -o /tmp/evaluation-result-4084807-1465247390/solver-4084807-1465247390 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084807-1465247390.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=1203312373

node119.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.410
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.410
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.410
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.410
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.410
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:        28969032 kB
Buffers:           41168 kB
Cached:           104500 kB
SwapCached:          856 kB
Active:          1717648 kB
Inactive:          79436 kB
Active(anon):    1651876 kB
Inactive(anon):     1640 kB
Active(file):      65772 kB
Inactive(file):    77796 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:              1092 kB
Writeback:             0 kB
AnonPages:       3052184 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             567904 kB
SReclaimable:      10992 kB
SUnreclaim:       556912 kB
KernelStack:        1600 kB
PageTables:        10548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3238448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3012608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-06 23:39:23