Trace number 4084771

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.53 1775.75

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big 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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4084771-1465237800.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.34/0.84	c ... done. Wall clock time 0.718s.
1.34/0.84	c declared #vars     15501
1.34/0.84	c #constraints  853
1.34/0.84	c constraints type 
1.34/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1.34/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
1.34/0.85	c 853 constraints processed.
1.34/0.85	c objective function length is 31 literals
15.96/14.43	c cleaning 2502 clauses out of 5003 with flag 10053/5004
33.83/32.00	c cleaning 4304 clauses out of 8607 with flag 22351/11110
57.98/55.74	c cleaning 5646 clauses out of 11292 with flag 37841/18099
77.12/74.68	c cleaning 6777 clauses out of 13553 with flag 55496/26006
103.35/99.84	c cleaning 7891 clauses out of 15793 with flag 73678/35023
132.27/128.76	c cleaning 8938 clauses out of 17882 with flag 93657/45003
167.39/162.98	c cleaning 9978 clauses out of 19955 with flag 115950/56014
199.30/194.89	c cleaning 10979 clauses out of 21980 with flag 141781/68017
241.35/235.25	c cleaning 11970 clauses out of 23984 with flag 167945/81000
293.56/287.45	c cleaning 13006 clauses out of 26018 with flag 197346/95004
341.19/334.52	c cleaning 13980 clauses out of 28010 with flag 227526/110002
386.89/379.38	c cleaning 14978 clauses out of 30028 with flag 259563/126000
436.74/428.80	c cleaning 16007 clauses out of 32069 with flag 293639/143019
489.54/480.97	c cleaning 16988 clauses out of 34044 with flag 329636/161001
548.13/539.19	c cleaning 17977 clauses out of 36057 with flag 367663/180002
606.33/596.33	c cleaning 19024 clauses out of 38102 with flag 407718/200024
669.20/657.93	c cleaning 19953 clauses out of 40086 with flag 450864/221032
756.36/744.70	c cleaning 21073 clauses out of 42159 with flag 497443/243058
837.93/824.72	c cleaning 22038 clauses out of 44082 with flag 544392/266054
946.07/931.90	c cleaning 23042 clauses out of 46110 with flag 592820/290120
1039.26/1024.38	c cleaning 24009 clauses out of 48089 with flag 642993/315141
1129.89/1113.65	c cleaning 24996 clauses out of 49996 with flag 695089/341057
1242.83/1225.14	c cleaning 25870 clauses out of 51955 with flag 749370/368012
1362.57/1343.57	c cleaning 27034 clauses out of 54076 with flag 809482/396003
1484.71/1463.91	c cleaning 28097 clauses out of 56204 with flag 885013/425165
1641.91/1619.71	c cleaning 28992 clauses out of 57999 with flag 955478/455057
1800.01/1775.70	c starts		: 1
1800.01/1775.70	c conflicts		: 483784
1800.01/1775.70	c decisions		: 559460
1800.01/1775.70	c propagations		: 32000411
1800.01/1775.70	c inspects		: 1794108068
1800.01/1775.70	c shortcuts		: 0
1800.01/1775.70	c learnt literals	: 1
1800.01/1775.70	c learnt binary clauses	: 0
1800.01/1775.70	c learnt ternary clauses	: 0
1800.01/1775.70	c learnt constraints	: 483782
1800.01/1775.70	c ignored constraints	: 0
1800.01/1775.70	c root simplifications	: 0
1800.01/1775.70	c removed literals (reason simplification)	: 0
1800.01/1775.70	c reason swapping (by a shorter reason)	: 0
1800.01/1775.70	c Calls to reduceDB	: 26
1800.01/1775.70	c Number of update (reduction) of LBD	: 10236
1800.01/1775.70	c Imported unit clauses	: 0
1800.01/1775.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1775.70	c number of learned constraints concerned by reduction	: 0
1800.01/1775.70	c number of learning phase by resolution	: 0
1800.01/1775.70	c number of learning phase by cutting planes	: 0
1800.01/1775.70	c speed (assignments/second)	: 18030.005487812436
1800.01/1775.70	c non guided choices	9546
1800.01/1775.72	c timeout
1800.01/1775.72	c learnt constraints type 
1800.01/1775.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57734
1800.01/1775.72	s UNKNOWN
1800.01/1775.72	c Total wall clock time (in seconds): 1775.597

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-4084771-1465237800/watcher-4084771-1465237800 -o /tmp/evaluation-result-4084771-1465237800/solver-4084771-1465237800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084771-1465237800.opb 

pid=13621
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.11 2.18 2.17 3/194 13624
/proc/meminfo: memFree=30122768/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13624/stat : 13624 (java) R 13621 13624 7184 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 105713284 9515008 182 33554432000 1073741824 1073778376 140733931820912 140733931811944 214369648309 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2323 182 140 9 0 71 0

[startup+0.100174 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 13624
/proc/meminfo: memFree=30122768/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 4084 0 1 0 6 1 0 0 20 0 18 0 105713284 9787879424 5210 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2389619 5227 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 13624
/proc/meminfo: memFree=30122768/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 4984 0 1 0 24 2 0 0 20 0 18 0 105713284 9787879424 7014 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2389619 7014 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 13624
/proc/meminfo: memFree=30122768/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 8874 0 1 0 52 3 0 0 20 0 18 0 105713284 9787879424 10916 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2389619 10916 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 13624
/proc/meminfo: memFree=30122768/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 9441 0 1 0 113 8 0 0 20 0 18 0 105713284 9787879424 47405 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2389619 47405 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.11 2.18 2.17 5/214 13646
/proc/meminfo: memFree=29904764/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 12015 0 1 0 250 13 0 0 20 0 19 0 105713284 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 56887 2273 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 2482 0 1 0 133 4 0 0 20 0 19 0 105713285 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597959315864 140597785347659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 133 0 0 0 4 1 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3666 0 0 0 45 0 0 0 20 0 19 0 105713291 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4048 0 0 0 44 1 0 0 20 0 19 0 105713291 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 56887 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.11 2.18 2.17 3/214 13646
/proc/meminfo: memFree=29902888/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 12017 0 1 0 412 13 0 0 20 0 19 0 105713284 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 56888 2273 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 2483 0 1 0 292 4 0 0 20 0 19 0 105713285 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597959315720 140597785347889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 133 0 0 0 4 1 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3666 0 0 0 45 0 0 0 20 0 19 0 105713291 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4048 0 0 0 46 2 0 0 20 0 19 0 105713291 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 56888 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.10 2.17 2.17 4/214 13646
/proc/meminfo: memFree=29900924/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 12018 0 1 0 732 13 0 0 20 0 19 0 105713284 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 56852 2273 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 2484 0 1 0 612 4 0 0 20 0 19 0 105713285 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597959313744 140597785347584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 133 0 0 0 4 1 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105713286 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3666 0 0 0 45 0 0 0 20 0 19 0 105713291 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4048 0 0 0 46 2 0 0 20 0 19 0 105713291 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 56852 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3671 0 0 0 56 0 0 0 20 0 19 0 105713291 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4258 0 0 0 62 2 0 0 20 0 19 0 105713291 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 94 0 0 0 26 27 0 0 20 0 19 0 105713291 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 921693 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1684.82
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.19 2.18 4/213 13752
/proc/meminfo: memFree=25114472/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=1746.08 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 40693 0 1 0 173999 609 0 0 20 0 19 0 105713284 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 986793 2287 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=1708.62 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 3553 0 1 0 170820 42 0 0 20 0 19 0 105713285 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597959314656 140597785347634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 2270 0 0 0 289 62 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 2360 0 0 0 318 79 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 2868 0 0 0 294 74 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 1979 0 0 0 313 67 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 2911 0 0 0 279 66 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=3.88 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 2233 0 0 0 307 81 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 4532 0 0 0 329 72 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 2990 0 0 0 313 60 0 0 20 0 19 0 105713286 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=5.87 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 5707 0 0 0 581 6 0 0 20 0 19 0 105713288 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3671 0 0 0 56 0 0 0 20 0 19 0 105713291 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4258 0 0 0 62 2 0 0 20 0 19 0 105713291 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 98 0 0 0 27 27 0 0 20 0 19 0 105713291 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 986793 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1746.08
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.7 s]
/proc/loadavg: 2.69 2.31 2.22 3/213 13752
/proc/meminfo: memFree=25226084/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 41061 0 1 0 179391 610 0 0 20 0 19 0 105713284 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 972406 2287 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=1761.13 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 3555 0 1 0 176070 43 0 0 20 0 19 0 105713285 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597959314656 140597785347634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 2280 0 0 0 296 62 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 2360 0 0 0 327 79 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 2881 0 0 0 301 74 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 1979 0 0 0 322 67 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 2911 0 0 0 288 66 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 2238 0 0 0 316 81 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 4532 0 0 0 336 72 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 2994 0 0 0 326 60 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=6.56 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 6039 0 0 0 650 6 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3671 0 0 0 56 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4258 0 0 0 62 2 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 100 0 0 0 27 28 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13624 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.7 s]
/proc/loadavg: 2.69 2.31 2.22 3/213 13752
/proc/meminfo: memFree=25226084/32872528 swapFree=15784/1434320
[pid=13624] ppid=13621 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13624/stat : 13624 (java) S 13621 13624 7184 0 -1 4202496 41061 0 1 0 179391 610 0 0 20 0 19 0 105713284 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140736571121440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13624/statm: 2406260 972406 2287 9 0 2396937 0
[pid=13624/tid=13626] ppid=13621 vsize=9625040 CPUtime=1761.13 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (java) R 13621 13624 7184 0 -1 4202560 3555 0 1 0 176070 43 0 0 20 0 19 0 105713285 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597959314656 140597785347634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13627] ppid=13621 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (java) S 13621 13624 7184 0 -1 4202560 2280 0 0 0 296 62 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597920807976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13628] ppid=13621 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (java) S 13621 13624 7184 0 -1 4202560 2360 0 0 0 327 79 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597919755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13629] ppid=13621 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (java) S 13621 13624 7184 0 -1 4202560 2881 0 0 0 301 74 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597918702376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13630] ppid=13621 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/13624/task/13630/stat : 13630 (java) S 13621 13624 7184 0 -1 4202560 1979 0 0 0 322 67 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597917649576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13631] ppid=13621 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/13624/task/13631/stat : 13631 (java) S 13621 13624 7184 0 -1 4202560 2911 0 0 0 288 66 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597916596776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13632] ppid=13621 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/13624/task/13632/stat : 13632 (java) S 13621 13624 7184 0 -1 4202560 2238 0 0 0 316 81 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597915543976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13633] ppid=13621 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/13624/task/13633/stat : 13633 (java) S 13621 13624 7184 0 -1 4202560 4532 0 0 0 336 72 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597914491176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13634] ppid=13621 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/13624/task/13634/stat : 13634 (java) S 13621 13624 7184 0 -1 4202560 2994 0 0 0 326 60 0 0 20 0 19 0 105713286 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597913438376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13624/tid=13635] ppid=13621 vsize=9625040 CPUtime=6.56 cores=1,3,5,7
/proc/13624/task/13635/stat : 13635 (java) S 13621 13624 7184 0 -1 4202560 6039 0 0 0 650 6 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597783419880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13636] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13636/stat : 13636 (java) S 13621 13624 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597782365944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13637] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13637/stat : 13637 (java) S 13621 13624 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105713288 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597781313032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13638] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13638/stat : 13638 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597780261520 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13639] ppid=13621 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13624/task/13639/stat : 13639 (java) S 13621 13624 7184 0 -1 4202560 3671 0 0 0 56 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597779208632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13640] ppid=13621 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13624/task/13640/stat : 13640 (java) S 13621 13624 7184 0 -1 4202560 4258 0 0 0 62 2 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597778155832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13624/tid=13641] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13641/stat : 13641 (java) S 13621 13624 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597777103224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13624/tid=13642] ppid=13621 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13624/task/13642/stat : 13642 (java) S 13621 13624 7184 0 -1 4202560 100 0 0 0 27 28 0 0 20 0 19 0 105713291 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597776050632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13624/tid=13646] ppid=13621 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13624/task/13646/stat : 13646 (java) S 13621 13624 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105713371 9856040960 972406 33554432000 1073741824 1073778376 140736571130304 140597774997160 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1775.75
CPU time (s): 1800.53
CPU user time (s): 1793.98
CPU system time (s): 6.553
CPU usage (%): 101.395
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 6.553
maximum resident set size= 4999736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41102
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39636
involuntary context switches= 12474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2924 second user time and 13.4849 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 20:30:00
IDJOB=4084771
IDBENCH=2366
IDSOLVER=2546
FILE ID=node130/4084771-1465237800
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084771-1465237800/watcher-4084771-1465237800 -o /tmp/evaluation-result-4084771-1465237800/solver-4084771-1465237800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084771-1465237800.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1675589599

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        30123676 kB
Buffers:           31728 kB
Cached:            98632 kB
SwapCached:         1752 kB
Active:           543036 kB
Inactive:          67808 kB
Active(anon):     480544 kB
Inactive(anon):     2412 kB
Active(file):      62492 kB
Inactive(file):    65396 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098352 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:       1914312 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             567984 kB
SReclaimable:      11300 kB
SUnreclaim:       556684 kB
KernelStack:        1568 kB
PageTables:         8252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2064656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1871872 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= 71744 MiB
End job on node130 at 2016-06-06 20:59:36