Trace number 4084918

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.83 1794.16

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084918-1465279801.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
26.80/24.36	c ... done. Wall clock time 24.249s.
26.80/24.36	c declared #vars     124626
26.80/24.37	c #constraints  172648
26.80/24.37	c constraints type 
26.80/24.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
26.80/24.37	c org.sat4j.specs.Constr$1 => 2
26.80/24.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
26.80/24.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
26.80/24.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
26.80/24.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
26.80/24.37	c 172648 constraints processed.
26.80/24.37	c objective function length is 300 literals
108.49/105.22	c cleaning 2542 clauses out of 5085 with flag 22180/5098
252.42/248.67	c cleaning 4242 clauses out of 8483 with flag 54759/11039
399.54/395.76	c cleaning 5620 clauses out of 11240 with flag 100392/18045
538.68/534.88	c cleaning 6560 clauses out of 13569 with flag 154917/26000
719.30/714.82	c cleaning 7969 clauses out of 16009 with flag 327697/35000
929.44/925.00	c cleaning 9004 clauses out of 18040 with flag 490880/45000
1111.65/1106.78	c cleaning 9699 clauses out of 20036 with flag 639910/56000
1321.78/1316.81	c cleaning 11180 clauses out of 22359 with flag 789842/68022
1548.92/1543.34	c cleaning 12078 clauses out of 24156 with flag 1044103/81000
1793.85/1787.95	c cleaning 13038 clauses out of 26086 with flag 1262614/95008
1800.06/1794.11	c starts		: 148
1800.06/1794.11	c conflicts		: 95388
1800.06/1794.11	c decisions		: 10183947
1800.06/1794.11	c propagations		: 52845983
1800.06/1794.11	c inspects		: 191628000
1800.06/1794.11	c shortcuts		: 0
1800.06/1794.11	c learnt literals	: 28
1800.06/1794.11	c learnt binary clauses	: 96
1800.06/1794.11	c learnt ternary clauses	: 8
1800.06/1794.11	c learnt constraints	: 95360
1800.06/1794.11	c ignored constraints	: 0
1800.06/1794.11	c root simplifications	: 0
1800.06/1794.11	c removed literals (reason simplification)	: 0
1800.06/1794.11	c reason swapping (by a shorter reason)	: 0
1800.06/1794.11	c Calls to reduceDB	: 10
1800.06/1794.11	c Number of update (reduction) of LBD	: 71620
1800.06/1794.11	c Imported unit clauses	: 0
1800.06/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.11	c number of learned constraints concerned by reduction	: 0
1800.06/1794.11	c number of learning phase by resolution	: 0
1800.06/1794.11	c number of learning phase by cutting planes	: 0
1800.06/1794.11	c speed (assignments/second)	: 29861.599471547957
1800.06/1794.11	c non guided choices	38839
1800.06/1794.12	c learnt constraints type 
1800.06/1794.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96
1800.06/1794.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13332
1800.06/1794.12	s UNKNOWN
1800.06/1794.12	c Total wall clock time (in seconds): 1794.0

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-4084918-1465279801/watcher-4084918-1465279801 -o /tmp/evaluation-result-4084918-1465279801/solver-4084918-1465279801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084918-1465279801.opb 

pid=11942
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.14 2.24 2.19 4/195 11945
/proc/meminfo: memFree=28598280/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/11945/stat : 11945 (runsolver) D 11942 11945 5680 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 109915315 24911872 159 33554432000 4194304 4338465 140735322894768 140735322891960 271787388343 0 0 4096 24578 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/11945/statm: 6082 159 113 36 0 2655 0

[startup+0.100062 s]
/proc/loadavg: 2.14 2.24 2.19 4/195 11945
/proc/meminfo: memFree=28598280/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 109915315 9787879424 6034 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.14 2.24 2.19 4/195 11945
/proc/meminfo: memFree=28598280/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 4954 0 1 0 25 1 0 0 20 0 18 0 109915315 9787879424 10022 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 10022 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.14 2.24 2.19 4/195 11945
/proc/meminfo: memFree=28598280/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 5831 0 1 0 49 2 0 0 20 0 18 0 109915315 9787879424 13012 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 13012 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 2.14 2.24 2.19 4/195 11945
/proc/meminfo: memFree=28598280/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 7923 0 1 0 112 5 0 0 20 0 18 0 109915315 9787879424 42579 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 42579 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.14 2.24 2.19 4/213 11963
/proc/meminfo: memFree=28410616/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=2.28 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 8958 0 1 0 218 10 0 0 20 0 18 0 109915315 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 74226 2275 9 0 2380296 0
[pid=11945/tid=11947] ppid=11942 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 2522 0 1 0 136 4 0 0 20 0 18 0 109915316 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288081632520 140287943259540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 119 0 0 0 1 1 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 18 0 109915317 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 109915318 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 74226 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 74738 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 2459 0 0 0 28 1 0 0 20 0 18 0 109915322 9787879424 74738 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 2210 0 0 0 32 0 0 0 20 0 18 0 109915322 9787879424 74738 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 74738 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 74738 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 2.12 2.23 2.19 3/213 11963
/proc/meminfo: memFree=28224364/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=4.28 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 9988 0 1 0 402 26 0 0 20 0 18 0 109915315 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 156881 2275 9 0 2380296 0
[pid=11945/tid=11947] ppid=11942 vsize=9558476 CPUtime=2.86 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 2819 0 1 0 277 9 0 0 20 0 18 0 109915316 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288081632632 140287943307120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 140 0 0 0 5 3 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 63 0 0 0 6 0 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 160 0 0 0 6 3 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 109 0 0 0 4 1 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 63 0 0 0 7 3 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 18 0 109915317 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 469 0 0 0 0 0 0 0 20 0 18 0 109915318 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 2459 0 0 0 28 1 0 0 20 0 18 0 109915322 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 2210 0 0 0 32 0 0 0 20 0 18 0 109915322 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 156881 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 2.12 2.23 2.19 3/213 11963
/proc/meminfo: memFree=27432480/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=7.74 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 11369 0 1 0 732 42 0 0 20 0 18 0 109915315 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 294511 2275 9 0 2380296 0
[pid=11945/tid=11947] ppid=11942 vsize=9558476 CPUtime=5.98 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 3523 0 1 0 580 18 0 0 20 0 18 0 109915316 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288081625040 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 165 0 0 0 9 3 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 85 0 0 0 9 2 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 179 0 0 0 9 4 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 134 0 0 0 7 1 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 91 0 0 0 13 3 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 77 0 0 0 10 3 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 65 0 0 0 9 2 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 154 0 0 0 8 3 0 0 20 0 18 0 109915317 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 976 0 0 0 0 0 0 0 20 0 18 0 109915318 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109915319 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 2459 0 0 0 30 1 0 0 20 0 18 0 109915322 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 2210 0 0 0 33 0 0 0 20 0 18 0 109915322 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109915322 9787879424 294511 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.10 2.23 2.18 3/213 11963
/proc/meminfo: memFree=26351944/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9558476 CPUtime=14.46 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 12381 0 1 0 1379 67 0 0 20 0 18 0 109915315 9787879424 564174 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2389619 564174 2275 9 0 2380296 0

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

/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 6719 0 0 0 79 2 0 0 20 0 19 0 109915322 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 5824 0 0 0 75 2 0 0 20 0 19 0 109915322 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 99 0 0 0 33 42 0 0 20 0 19 0 109915322 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109917757 9856040960 1085545 33554432000 1073741824 1073778376 140735617961808 140287897380392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.89
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.09 2.13 3/213 12070
/proc/meminfo: memFree=22346624/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1788.26 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 254960 0 1 0 178563 263 0 0 20 0 19 0 109915315 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2406260 1155728 2294 9 0 2396937 0
[pid=11945/tid=11947] ppid=11942 vsize=9625040 CPUtime=1774.6 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 4240 0 1 0 177386 74 0 0 20 0 19 0 109915316 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288081632480 140287943713195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 27357 0 0 0 51 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 32682 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 26685 0 0 0 49 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 30805 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 29720 0 0 0 63 23 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 27171 0 0 0 51 24 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 22547 0 0 0 49 19 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 18908 0 0 0 49 25 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9625040 CPUtime=5.85 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 20942 0 0 0 580 5 0 0 20 0 19 0 109915318 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 6719 0 0 0 79 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 5824 0 0 0 75 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 103 0 0 0 35 42 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109917757 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287897380392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.06 2.09 2.13 3/213 12070
/proc/meminfo: memFree=22346624/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 254960 0 1 0 179743 263 0 0 20 0 19 0 109915315 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2406260 1155728 2294 9 0 2396937 0
[pid=11945/tid=11947] ppid=11942 vsize=9625040 CPUtime=1786.4 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 4240 0 1 0 178565 75 0 0 20 0 19 0 109915316 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288081624784 140287943712562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 27357 0 0 0 51 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 32682 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 26685 0 0 0 49 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 30805 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 29720 0 0 0 63 23 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 27171 0 0 0 51 24 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 22547 0 0 0 49 19 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 18908 0 0 0 49 25 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9625040 CPUtime=5.85 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 20942 0 0 0 580 5 0 0 20 0 19 0 109915318 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 6719 0 0 0 79 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 5824 0 0 0 75 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109917757 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287897380392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 11945 sig 9
??? kill -11945 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.06 2.09 2.13 3/213 12070
/proc/meminfo: memFree=22346624/32872528 swapFree=13072/1184284
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/11945/stat : 11945 (java) S 11942 11945 5680 0 -1 4202496 254960 0 1 0 179743 263 0 0 20 0 19 0 109915315 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140735617952944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11945/statm: 2406260 1155728 2294 9 0 2396937 0
[pid=11945/tid=11947] ppid=11942 vsize=9625040 CPUtime=1786.4 cores=1,3,5,7
/proc/11945/task/11947/stat : 11947 (java) R 11942 11945 5680 0 -1 4202560 4240 0 1 0 178565 75 0 0 20 0 19 0 109915316 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288081624784 140287943712562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 5680 0 -1 4202560 27357 0 0 0 51 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288070695848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 5680 0 -1 4202560 32682 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288069643304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 5680 0 -1 4202560 26685 0 0 0 49 22 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288068590248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 5680 0 -1 4202560 30805 0 0 0 51 21 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288067537704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 5680 0 -1 4202560 29720 0 0 0 63 23 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288066484648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 5680 0 -1 4202560 27171 0 0 0 51 24 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288065432104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 5680 0 -1 4202560 22547 0 0 0 49 19 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288064379048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 5680 0 -1 4202560 18908 0 0 0 49 25 0 0 20 0 19 0 109915317 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140288063326504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11956] ppid=11942 vsize=9625040 CPUtime=5.85 cores=1,3,5,7
/proc/11945/task/11956/stat : 11956 (java) S 11942 11945 5680 0 -1 4202560 20942 0 0 0 580 5 0 0 20 0 19 0 109915318 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287905803112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11945/tid=11957] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11957/stat : 11957 (java) S 11942 11945 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287904749432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11958] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11958/stat : 11958 (java) S 11942 11945 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109915319 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287903696264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11959] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11959/stat : 11959 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287902645008 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11960] ppid=11942 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/11945/task/11960/stat : 11960 (java) S 11942 11945 5680 0 -1 4202560 6719 0 0 0 79 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287901591864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 5680 0 -1 4202560 5824 0 0 0 75 2 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287900539320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287899486456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 5680 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 109915322 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287898434120 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109917757 9856040960 1155728 33554432000 1073741824 1073778376 140735617961808 140287897380392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.16
CPU time (s): 1800.83
CPU user time (s): 1797.63
CPU system time (s): 3.20251
CPU usage (%): 100.372
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 3.20251
maximum resident set size= 4636540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254996
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54182
involuntary context switches= 15107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8812 second user time and 12.2871 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 08:10:06
IDJOB=4084918
IDBENCH=89883
IDSOLVER=2546
FILE ID=node115/4084918-1465279801
RUNJOBID= node115-1465253623-5697
PBS_JOBID= 19843266
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084918-1465279801/watcher-4084918-1465279801 -o /tmp/evaluation-result-4084918-1465279801/solver-4084918-1465279801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084918-1465279801.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=813213787

node115.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.174
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.34
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.174
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.56
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.174
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.56
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.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        28598832 kB
Buffers:          106184 kB
Cached:           489108 kB
SwapCached:         2020 kB
Active:          2016020 kB
Inactive:         305748 kB
Active(anon):    1726976 kB
Inactive(anon):     2100 kB
Active(file):     289044 kB
Inactive(file):   303648 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:            202876 kB
Writeback:             0 kB
AnonPages:       2910320 kB
Mapped:            16356 kB
Shmem:                 0 kB
Slab:             629388 kB
SReclaimable:      71768 kB
SUnreclaim:       557620 kB
KernelStack:        1584 kB
PageTables:         9932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4352744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2852864 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= 71536 MiB
End job on node115 at 2016-06-07 08:40:00