Trace number 3688934

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1802.35 1734.65

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
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 variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688934-1337880457.opb
0.10/0.11	c reading problem ... 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688934-1337880457/watcher-3688934-1337880457 -o /tmp/evaluation-result-3688934-1337880457/solver-3688934-1337880457 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688934-1337880457.opb 

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: 4.13 3.97 3.92 3/195 29407
/proc/meminfo: memFree=23427368/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 254171943 96370688 928 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 23528 931 705 9 0 16769 0
[pid=29407/tid=29408] ppid=29405 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 254171944 98635776 939 33554432000 1073741824 1073778376 140736484941664 140708774481448 215134334762 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.04652 s]
/proc/loadavg: 4.13 3.97 3.92 3/195 29407
/proc/meminfo: memFree=23427368/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 3071 0 1 0 3 0 0 0 20 0 13 0 254171943 9446973440 3768 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2306390 3768 1707 9 0 2297091 0
[pid=29407/tid=29408] ppid=29405 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) D 29405 29407 26250 0 -1 4202560 1889 0 1 0 2 0 0 0 20 0 13 0 254171944 9446973440 3768 33554432000 1073741824 1073778376 140736484941664 140708774483520 215146884429 0 4 0 16800971 18446744072100748580 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100317 s]
/proc/loadavg: 4.13 3.97 3.92 3/195 29407
/proc/meminfo: memFree=23427368/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 4345 0 1 0 9 1 0 0 20 0 18 0 254171943 9787813888 6027 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 6030 2109 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 254171944 9787813888 6031 33554432000 1073741824 1073778376 140736484941664 140708774480016 215143124811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30047 s]
/proc/loadavg: 4.13 3.97 3.92 3/195 29407
/proc/meminfo: memFree=23427368/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=0.67 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 4744 0 1 0 56 11 0 0 20 0 18 0 254171943 9787813888 84024 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 84025 2164 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) S 29405 29407 26250 0 -1 4202560 2526 0 1 0 10 5 0 0 20 0 18 0 254171944 9787813888 84025 33554432000 1073741824 1073778376 140736484941664 140708774485544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9558412

[startup+0.700512 s]
/proc/loadavg: 4.13 3.97 3.92 3/195 29407
/proc/meminfo: memFree=23427368/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=1.16 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 5240 0 1 0 101 15 0 0 20 0 18 0 254171943 9787813888 117733 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 117733 2179 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 2577 0 1 0 16 8 0 0 20 0 18 0 254171944 9787813888 117733 33554432000 1073741824 1073778376 140736484941664 140708774485544 140708778612367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558412

[startup+1.50077 s]
/proc/loadavg: 4.13 3.97 3.92 3/213 29425
/proc/meminfo: memFree=22793028/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=2.55 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 6417 0 1 0 233 22 0 0 20 0 18 0 254171943 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 166833 2242 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 2596 0 1 0 57 8 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708774477616 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 60 0 0 0 10 2 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 53 0 0 0 9 2 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 46 0 0 0 12 2 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 58 0 0 0 13 3 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 18 0 254171944 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) S 29405 29407 26250 0 -1 4202560 631 0 0 0 49 2 0 0 20 0 18 0 254171945 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708598655080 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708595497488 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 18 0 254171948 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 878 0 0 0 8 0 0 0 20 0 18 0 254171948 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171949 9787813888 166833 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558412

[startup+3.10084 s]
/proc/loadavg: 4.13 3.97 3.92 10/213 29425
/proc/meminfo: memFree=22713780/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=4.74 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 7764 0 1 0 442 32 0 0 20 0 18 0 254171943 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 204417 2242 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=2.04 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 2641 0 1 0 194 10 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708774485304 215146882317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 59 0 0 0 25 0 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 268 0 0 0 27 3 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 338 0 0 0 18 3 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 54 0 0 0 20 0 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 208 0 0 0 14 3 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 63 0 0 0 18 2 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 101 0 0 0 25 4 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 521 0 0 0 21 4 0 0 20 0 18 0 254171944 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) S 29405 29407 26250 0 -1 4202560 671 0 0 0 49 2 0 0 20 0 18 0 254171945 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708598655080 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708595497488 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 18 0 254171948 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 878 0 0 0 8 0 0 0 20 0 18 0 254171948 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171949 9787813888 204417 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9558412

[startup+6.30077 s]
/proc/loadavg: 3.96 3.93 3.91 10/213 29425
/proc/meminfo: memFree=22329632/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=9.3 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 9193 0 1 0 865 65 0 0 20 0 18 0 254171943 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 275527 2246 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=4.77 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) R 29405 29407 26250 0 -1 4202560 2746 0 1 0 464 13 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708774477888 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 384 0 0 0 41 4 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 646 0 0 0 51 7 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 390 0 0 0 43 9 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 119 0 0 0 34 4 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 312 0 0 0 38 8 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 125 0 0 0 32 6 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 184 0 0 0 42 8 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 574 0 0 0 36 7 0 0 20 0 18 0 254171944 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) S 29405 29407 26250 0 -1 4202560 826 0 0 0 49 2 0 0 20 0 18 0 254171945 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708598655080 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708595497488 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 18 0 254171948 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 925 0 0 0 10 0 0 0 20 0 18 0 254171948 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171949 9787813888 275527 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=11.77 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 13283 0 0 0 1095 82 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=10.68 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 12057 0 0 0 990 78 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=11.04 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 16197 0 0 0 1024 80 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=11.4 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 8514 0 0 0 1048 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=10.83 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 15393 0 0 0 991 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=10.87 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 10054 0 0 0 1004 83 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=10.3 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 6950 0 0 0 944 86 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=1670.48 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) R 29405 29407 26250 0 -1 4202560 7030 0 0 0 166999 49 0 0 20 0 18 0 254171945 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708598655240 140708780994682 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708595497488 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 7375 0 0 0 57 2 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 1931 0 0 0 28 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=1 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 99 0 0 0 54 46 0 0 20 0 18 0 254171949 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9558412

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29407

Solver just ended. Dumping a history of the last processes samples

[startup+1733.4 s]
/proc/loadavg: 2.95 2.95 3.10 4/217 29625
/proc/meminfo: memFree=17316652/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=1800.84 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 112523 0 1 0 179304 780 0 0 20 0 18 0 254171943 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 2023215 2267 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=39.79 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) S 29405 29407 26250 0 -1 4202560 2918 0 1 0 3956 23 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708774484680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=11.03 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 9547 0 0 0 1019 84 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=11.77 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 13283 0 0 0 1095 82 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=10.68 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 12057 0 0 0 990 78 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=11.04 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 16197 0 0 0 1024 80 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=11.4 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 8514 0 0 0 1048 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=10.83 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 15393 0 0 0 991 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=10.87 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 10054 0 0 0 1004 83 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=10.3 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 6950 0 0 0 944 86 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=1671.27 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) R 29405 29407 26250 0 -1 4202560 7030 0 0 0 167078 49 0 0 20 0 18 0 254171945 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708598655240 140708780994592 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708595497032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 7375 0 0 0 57 2 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 1931 0 0 0 28 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=1 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 99 0 0 0 54 46 0 0 20 0 18 0 254171949 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 9558412

[startup+1734.2 s]
/proc/loadavg: 2.95 2.95 3.10 4/218 29626
/proc/meminfo: memFree=17316644/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=1801.64 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 112523 0 1 0 179384 780 0 0 20 0 18 0 254171943 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 2023215 2267 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=39.79 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) S 29405 29407 26250 0 -1 4202560 2918 0 1 0 3956 23 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708774484680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=11.03 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 9547 0 0 0 1019 84 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=11.77 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 13283 0 0 0 1095 82 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=10.68 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 12057 0 0 0 990 78 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=11.04 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 16197 0 0 0 1024 80 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=11.4 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 8514 0 0 0 1048 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=10.83 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 15393 0 0 0 991 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=10.87 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 10054 0 0 0 1004 83 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=10.3 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 6950 0 0 0 944 86 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=1672.07 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) R 29405 29407 26250 0 -1 4202560 7030 0 0 0 167158 49 0 0 20 0 18 0 254171945 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708598655240 140708780994632 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708595497032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 7375 0 0 0 57 2 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 1931 0 0 0 28 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=1 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 99 0 0 0 54 46 0 0 20 0 18 0 254171949 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 9558412

[startup+1734.6 s]
/proc/loadavg: 2.95 2.96 3.10 4/218 29626
/proc/meminfo: memFree=17316644/32873844 swapFree=7364/7364
[pid=29407] ppid=29405 vsize=9558412 CPUtime=1802.05 cores=1,3,5,7
/proc/29407/stat : 29407 (java) S 29405 29407 26250 0 -1 4202496 112523 0 1 0 179425 780 0 0 20 0 18 0 254171943 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140736484932800 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29407/statm: 2389603 2023215 2267 9 0 2380296 0
[pid=29407/tid=29408] ppid=29405 vsize=9558412 CPUtime=39.79 cores=1,3,5,7
/proc/29407/task/29408/stat : 29408 (java) S 29405 29407 26250 0 -1 4202560 2918 0 1 0 3956 23 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708774484680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29410] ppid=29405 vsize=9558412 CPUtime=11.03 cores=1,3,5,7
/proc/29407/task/29410/stat : 29410 (java) S 29405 29407 26250 0 -1 4202560 9547 0 0 0 1019 84 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708618434728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29411] ppid=29405 vsize=9558412 CPUtime=11.77 cores=1,3,5,7
/proc/29407/task/29411/stat : 29411 (java) S 29405 29407 26250 0 -1 4202560 13283 0 0 0 1095 82 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708617382184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29412] ppid=29405 vsize=9558412 CPUtime=10.68 cores=1,3,5,7
/proc/29407/task/29412/stat : 29412 (java) S 29405 29407 26250 0 -1 4202560 12057 0 0 0 990 78 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708616329640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29413] ppid=29405 vsize=9558412 CPUtime=11.04 cores=1,3,5,7
/proc/29407/task/29413/stat : 29413 (java) S 29405 29407 26250 0 -1 4202560 16197 0 0 0 1024 80 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708615277096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29414] ppid=29405 vsize=9558412 CPUtime=11.4 cores=1,3,5,7
/proc/29407/task/29414/stat : 29414 (java) S 29405 29407 26250 0 -1 4202560 8514 0 0 0 1048 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708614224552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29415] ppid=29405 vsize=9558412 CPUtime=10.83 cores=1,3,5,7
/proc/29407/task/29415/stat : 29415 (java) S 29405 29407 26250 0 -1 4202560 15393 0 0 0 991 92 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708613172008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29416] ppid=29405 vsize=9558412 CPUtime=10.87 cores=1,3,5,7
/proc/29407/task/29416/stat : 29416 (java) S 29405 29407 26250 0 -1 4202560 10054 0 0 0 1004 83 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708612119464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29417] ppid=29405 vsize=9558412 CPUtime=10.3 cores=1,3,5,7
/proc/29407/task/29417/stat : 29417 (java) S 29405 29407 26250 0 -1 4202560 6950 0 0 0 944 86 0 0 20 0 18 0 254171944 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708611066920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29407/tid=29418] ppid=29405 vsize=9558412 CPUtime=1672.48 cores=1,3,5,7
/proc/29407/task/29418/stat : 29418 (java) R 29405 29407 26250 0 -1 4202560 7030 0 0 0 167199 49 0 0 20 0 18 0 254171945 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708598655240 140708778647868 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29419] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29419/stat : 29419 (java) S 29405 29407 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708597601400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29420] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29420/stat : 29420 (java) S 29405 29407 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254171946 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708596548744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29421] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29421/stat : 29421 (java) S 29405 29407 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708595497032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29422] ppid=29405 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/29407/task/29422/stat : 29422 (java) S 29405 29407 26250 0 -1 4202560 7375 0 0 0 57 2 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708594444856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29407/tid=29423] ppid=29405 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/29407/task/29423/stat : 29423 (java) S 29405 29407 26250 0 -1 4202560 1931 0 0 0 28 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708593392312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29407/tid=29424] ppid=29405 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29407/task/29424/stat : 29424 (java) S 29405 29407 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254171948 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708592339960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29407/tid=29425] ppid=29405 vsize=9558412 CPUtime=1 cores=1,3,5,7
/proc/29407/task/29425/stat : 29425 (java) S 29405 29407 26250 0 -1 4202560 99 0 0 0 54 46 0 0 20 0 18 0 254171949 9787813888 2023215 33554432000 1073741824 1073778376 140736484941664 140708591287624 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 9558412

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1734.65
CPU time (s): 1802.35
CPU user time (s): 1794.21
CPU system time (s): 8.14076
CPU usage (%): 103.903
Max. virtual memory (cumulated for all children) (KiB): 9558816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 8.14076
maximum resident set size= 8092860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112523
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42554
involuntary context switches= 41654

runsolver used 6.63999 second user time and 15.9946 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 19:27:52
IDJOB=3688934
IDBENCH=71894
IDSOLVER=2268
FILE ID=node133/3688934-1337880457
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71028 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688934-1337880457/watcher-3688934-1337880457 -o /tmp/evaluation-result-3688934-1337880457/solver-3688934-1337880457 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688934-1337880457.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1370102884

node133.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.540
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	: 5333.08
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.540
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	: 5331.92
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.540
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	: 5331.92
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.540
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	: 5331.91
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.540
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	: 5331.91
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.540
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	: 5331.90
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.540
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	: 5331.91
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.540
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23427896 kB
Buffers:          218328 kB
Cached:          3053020 kB
SwapCached:            0 kB
Active:          6403708 kB
Inactive:        2243464 kB
Active(anon):    5376972 kB
Inactive(anon):     1468 kB
Active(file):    1026736 kB
Inactive(file):  2241996 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            516504 kB
Writeback:             0 kB
AnonPages:       5383240 kB
Mapped:            22548 kB
Shmem:               212 kB
Slab:             649240 kB
SReclaimable:      90704 kB
SUnreclaim:       558536 kB
KernelStack:        1584 kB
PageTables:        14512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6569672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5226496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71116 MiB
End job on node133 at 2012-05-24 19:56:46