Trace number 3738554

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
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 146.59 138.028

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
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 constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
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 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
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 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3738554-1338726486.opb
0.08/0.11	c reading problem ... 
124.59/116.01	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
124.59/116.01		at java.math.BigInteger.multiply(BigInteger.java:1145)
124.59/116.01		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
124.59/116.01		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
124.59/116.01		at org.sat4j.minisat.constraints.pb.WatchPb.niceCheckedParameters(Unknown Source)
124.59/116.01		at org.sat4j.minisat.constraints.pb.WatchPb.niceParameters(Unknown Source)
124.59/116.01		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
124.59/116.01		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
124.59/116.01		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
124.59/116.01		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
124.59/116.01		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
124.59/116.01		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
124.59/116.01		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
124.59/116.01		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
124.59/116.01		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
124.59/116.01		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
124.59/116.01		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
124.59/116.01		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
124.59/116.01		at org.sat4j.AbstractLauncher.run(Unknown Source)
124.59/116.01		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
129.29/120.71	c starts		: 0
141.89/133.36	c conflicts		: 0
146.59/138.01	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
146.59/138.01		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
146.59/138.01		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
146.59/138.01		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
146.59/138.01		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
146.59/138.01		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3738554-1338726486/watcher-3738554-1338726486 -o /tmp/evaluation-result-3738554-1338726486/solver-3738554-1338726486 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738554-1338726486.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: 1.99 1.98 1.99 3/194 7481
/proc/meminfo: memFree=26057672/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7481/stat : 7481 (java) D 7479 7481 5567 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 338716301 9515008 182 33554432000 1073741824 1073778376 140735391697104 140735391688136 209097408181 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2323 182 140 9 0 71 0

[startup+0.100405 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 7481
/proc/meminfo: memFree=26057672/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 4367 0 1 0 7 1 0 0 20 0 18 0 338716301 3028844544 6085 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 6088 1950 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.20017 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 7481
/proc/meminfo: memFree=26057672/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 5108 0 1 0 16 5 0 0 20 0 18 0 338716301 3028844544 52273 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 52273 2177 9 0 729885 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 2957856

[startup+0.300255 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 7481
/proc/meminfo: memFree=26057672/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 6085 0 1 0 38 5 0 0 20 0 18 0 338716301 3028844544 54290 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 54290 2232 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700313 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 7481
/proc/meminfo: memFree=26057672/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=0.84 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 6157 0 1 0 77 7 0 0 20 0 18 0 338716301 3028844544 86964 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 86964 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2957856

[startup+1.5008 s]
/proc/loadavg: 1.99 1.98 1.99 10/212 7499
/proc/meminfo: memFree=25424260/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=2.05 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 6404 0 1 0 186 19 0 0 20 0 18 0 338716301 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 158213 2249 9 0 729885 0
[pid=7481/tid=7483] ppid=7479 vsize=2957856 CPUtime=1.32 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 5567 0 -1 4202560 3227 0 1 0 122 10 0 0 20 0 18 0 338716302 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374331911784 209100793101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 338716304 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338716305 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374177737576 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 967 0 0 0 8 0 0 0 20 0 18 0 338716308 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 826 0 0 0 6 0 0 0 20 0 18 0 338716308 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 158213 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 7499
/proc/meminfo: memFree=25420416/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=3.93 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 6642 0 1 0 364 29 0 0 20 0 18 0 338716301 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 190053 2253 9 0 729885 0
[pid=7481/tid=7483] ppid=7479 vsize=2957856 CPUtime=2.82 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 5567 0 -1 4202560 3228 0 1 0 272 10 0 0 20 0 18 0 338716302 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374331904144 209100793101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 78 0 0 0 9 3 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 76 0 0 0 14 3 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 61 0 0 0 8 3 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 62 0 0 0 7 3 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 338716304 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338716305 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374177737576 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 971 0 0 0 8 0 0 0 20 0 18 0 338716308 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 826 0 0 0 6 0 0 0 20 0 18 0 338716308 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 190053 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2957856

[startup+6.30081 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 7499
/proc/meminfo: memFree=25177576/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=8.14 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 7412 0 1 0 763 51 0 0 20 0 18 0 338716301 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 237541 2254 9 0 729885 0
[pid=7481/tid=7483] ppid=7479 vsize=2957856 CPUtime=5.67 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 5567 0 -1 4202560 3232 0 1 0 556 11 0 0 20 0 18 0 338716302 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374331911736 209100793101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=2957856 CPUtime=0.28 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 170 0 0 0 23 5 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 129 0 0 0 18 5 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 164 0 0 0 27 5 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=2957856 CPUtime=0.3 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 157 0 0 0 24 6 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=2957856 CPUtime=0.29 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 169 0 0 0 23 6 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 93 0 0 0 15 3 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 154 0 0 0 21 4 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=2957856 CPUtime=0.26 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 142 0 0 0 21 5 0 0 20 0 18 0 338716304 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338716305 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374177737576 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338716306 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 994 0 0 0 10 0 0 0 20 0 18 0 338716308 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 826 0 0 0 6 0 0 0 20 0 18 0 338716308 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338716308 3028844544 237541 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.99 8/212 7499
/proc/meminfo: memFree=24626132/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=2957856 CPUtime=20.07 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 18705 0 1 0 1915 92 0 0 20 0 18 0 338716301 3028844544 371486 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 739464 371486 2262 9 0 729885 0
[pid=7481/tid=7483] ppid=7479 vsize=2957856 CPUtime=10.34 cores=1,3,5,7

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

/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 679 0 0 0 112 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=3024420 CPUtime=119.85 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) R 7479 7481 5567 0 -1 4202560 81 0 0 0 11983 2 0 0 20 0 19 0 338716305 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374177737736 140374338038896 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 6327 0 0 0 45 1 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 2327 0 0 0 23 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 9 0 0 0 3 3 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7503] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7503/stat : 7503 (java) S 7479 7481 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338727903 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374168237032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 144.59
Current children cumulated vsize (KiB) 3024420

[startup+136.801 s]
/proc/loadavg: 2.02 2.00 2.00 3/214 7503
/proc/meminfo: memFree=24251832/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=3024420 CPUtime=145.39 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 19374 0 1 0 14435 104 0 0 20 0 19 0 338716301 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 756105 423814 2278 9 0 746526 0
[pid=7481/tid=7483] ppid=7479 vsize=3024420 CPUtime=13.02 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7479 7481 5567 0 -1 4202560 3285 0 1 0 1290 12 0 0 20 0 19 0 338716302 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374331913400 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=3024420 CPUtime=1.38 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 633 0 0 0 126 12 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=3024420 CPUtime=1.37 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 411 0 0 0 126 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=3024420 CPUtime=1.32 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 524 0 0 0 121 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=3024420 CPUtime=1.25 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 906 0 0 0 116 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 877 0 0 0 132 13 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=3024420 CPUtime=1.26 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 734 0 0 0 117 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=3024420 CPUtime=1.22 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 1392 0 0 0 112 10 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=3024420 CPUtime=1.21 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 679 0 0 0 112 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=3024420 CPUtime=120.65 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) R 7479 7481 5567 0 -1 4202560 81 0 0 0 12063 2 0 0 20 0 19 0 338716305 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374177737736 140374338420808 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 6327 0 0 0 45 1 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 2327 0 0 0 23 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 9 0 0 0 3 3 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7503] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7503/stat : 7503 (java) S 7479 7481 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338727903 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374168237032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 145.39
Current children cumulated vsize (KiB) 3024420

[startup+137.608 s]
/proc/loadavg: 2.02 2.00 2.00 3/214 7503
/proc/meminfo: memFree=24251832/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=3024420 CPUtime=146.2 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 19374 0 1 0 14516 104 0 0 20 0 19 0 338716301 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 756105 423814 2278 9 0 746526 0
[pid=7481/tid=7483] ppid=7479 vsize=3024420 CPUtime=13.02 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7479 7481 5567 0 -1 4202560 3285 0 1 0 1290 12 0 0 20 0 19 0 338716302 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374331913400 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=3024420 CPUtime=1.38 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 633 0 0 0 126 12 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=3024420 CPUtime=1.37 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 411 0 0 0 126 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=3024420 CPUtime=1.32 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 524 0 0 0 121 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=3024420 CPUtime=1.25 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 906 0 0 0 116 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 877 0 0 0 132 13 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=3024420 CPUtime=1.26 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 734 0 0 0 117 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=3024420 CPUtime=1.22 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 1392 0 0 0 112 10 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=3024420 CPUtime=1.21 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 679 0 0 0 112 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=3024420 CPUtime=121.45 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) R 7479 7481 5567 0 -1 4202560 81 0 0 0 12143 2 0 0 20 0 19 0 338716305 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374177737736 140374338768828 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 6327 0 0 0 45 1 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 2327 0 0 0 23 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 9 0 0 0 3 3 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7503] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7503/stat : 7503 (java) S 7479 7481 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338727903 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374168237032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 146.2
Current children cumulated vsize (KiB) 3024420

[startup+138.001 s]
/proc/loadavg: 2.02 2.00 2.00 3/214 7503
/proc/meminfo: memFree=24251832/32873844 swapFree=7128/7128
[pid=7481] ppid=7479 vsize=3024420 CPUtime=146.59 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7479 7481 5567 0 -1 4202496 19374 0 1 0 14555 104 0 0 20 0 19 0 338716301 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140734626680960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7481/statm: 756105 423814 2278 9 0 746526 0
[pid=7481/tid=7483] ppid=7479 vsize=3024420 CPUtime=13.02 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7479 7481 5567 0 -1 4202560 3285 0 1 0 1290 12 0 0 20 0 19 0 338716302 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374331913400 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=3024420 CPUtime=1.38 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 5567 0 -1 4202560 633 0 0 0 126 12 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374315338664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=3024420 CPUtime=1.37 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 5567 0 -1 4202560 411 0 0 0 126 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374314286120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=3024420 CPUtime=1.32 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 5567 0 -1 4202560 524 0 0 0 121 11 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374313233064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=3024420 CPUtime=1.25 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 5567 0 -1 4202560 906 0 0 0 116 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374312180520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 5567 0 -1 4202560 877 0 0 0 132 13 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374311127464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=3024420 CPUtime=1.26 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 5567 0 -1 4202560 734 0 0 0 117 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374310074920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=3024420 CPUtime=1.22 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 5567 0 -1 4202560 1392 0 0 0 112 10 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374309021864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=3024420 CPUtime=1.21 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 5567 0 -1 4202560 679 0 0 0 112 9 0 0 20 0 19 0 338716304 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374307969320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=3024420 CPUtime=121.85 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) R 7479 7481 5567 0 -1 4202560 81 0 0 0 12183 2 0 0 20 0 19 0 338716305 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374177737736 140374338037137 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374176683896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338716306 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374175630728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7495] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374174579472 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7496] ppid=7479 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7479 7481 5567 0 -1 4202560 6327 0 0 0 45 1 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374173526328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7479 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7479 7481 5567 0 -1 4202560 2327 0 0 0 23 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374172473784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7498] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7479 7481 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374171420920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7499] ppid=7479 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7479 7481 5567 0 -1 4202560 9 0 0 0 3 3 0 0 20 0 19 0 338716308 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374170368584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7503] ppid=7479 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7503/stat : 7503 (java) S 7479 7481 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338727903 3097006080 423814 33554432000 1073741824 1073778376 140734626689824 140374168237032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 146.59
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7481 and gives
#  childrusage.ru_utime.tv_sec=145
#  childrusage.ru_utime.tv_usec=189927
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=161823
# CPU time returned by wait4() is 146.352
# while last known CPU time is 146.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 138.028
CPU time (s): 146.59
CPU user time (s): 145.55
CPU system time (s): 1.04
CPU usage (%): 106.203
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.19
system time used= 1.16182
maximum resident set size= 1695264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19381
page faults= 1
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4909
involuntary context switches= 5035

runsolver used 0.629904 second user time and 1.58676 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 14:28:13
IDJOB=3738554
IDBENCH=71914
IDSOLVER=2319
FILE ID=node105/3738554-1338726486
RUNJOBID= node105-1338714526-5584
PBS_JOBID= 14636755
Free space on /tmp= 71024 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738554-1338726486/watcher-3738554-1338726486 -o /tmp/evaluation-result-3738554-1338726486/solver-3738554-1338726486 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738554-1338726486.opb           

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1843975616

node105.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.882
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.76
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.882
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.91
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.882
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.91
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.882
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.882
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	: 5438.54
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.882
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.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26058208 kB
Buffers:          556792 kB
Cached:          3821608 kB
SwapCached:         1700 kB
Active:          2818360 kB
Inactive:        3091108 kB
Active(anon):    1527356 kB
Inactive(anon):     4800 kB
Active(file):    1291004 kB
Inactive(file):  3086308 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:            259000 kB
Writeback:             0 kB
AnonPages:       1551916 kB
Mapped:            17196 kB
Shmem:                 0 kB
Slab:             746324 kB
SReclaimable:     186976 kB
SUnreclaim:       559348 kB
KernelStack:        1584 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1511424 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= 71020 MiB
End job on node105 at 2012-06-03 14:30:31