Trace number 3741411

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) 1256.27 1246.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.09	c no version file found!!!
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1599470296
0.06/0.09	c Max memory 1607860224
0.06/0.09	c Total memory 1607860224
0.06/0.09	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@5b3caecd
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3741411-1338743231.opb
0.07/0.12	c reading problem ... 
4.76/3.39	c ... done. Wall clock time 3.273s.
4.76/3.39	c CPU time (experimental) 3.1s.
4.76/3.39	c #vars     213440
4.76/3.39	c #constraints  233770
1235.27/1225.08	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1235.27/1225.08		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1235.27/1225.08		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1235.27/1225.08		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1235.27/1225.08		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1235.27/1225.08		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1235.27/1225.08		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1235.27/1225.08		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1235.27/1225.08		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1235.27/1225.08		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1235.27/1225.08		at org.sat4j.AbstractLauncher.run(Unknown Source)
1235.27/1225.08		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
1242.37/1232.12	c starts		: 27
1242.37/1232.12	c conflicts		: 9476568
1242.37/1232.12	c decisions		: 71161773
1242.37/1232.12	c propagations		: 212045483
1256.27/1246.01	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1256.27/1246.01		at java.util.Arrays.copyOf(Arrays.java:2882)
1256.27/1246.01		at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
1256.27/1246.01		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:633)
1256.27/1246.01		at java.lang.StringBuilder.append(StringBuilder.java:221)
1256.27/1246.01		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1256.27/1246.01		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1256.27/1246.01		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1256.27/1246.01		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1256.27/1246.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-3741411-1338743231/watcher-3741411-1338743231 -o /tmp/evaluation-result-3741411-1338743231/solver-3741411-1338743231 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741411-1338743231.opb 

running on 4 cores: 0,2,4,6

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.92 1.99 1.99 3/194 10618
/proc/meminfo: memFree=26684340/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10618/stat : 10618 (java) D 10616 10618 5567 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340390190 9515008 183 33554432000 1073741824 1073778376 140736460865872 140736460856904 209097408181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 2323 183 140 9 0 71 0

[startup+0.0852881 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 10618
/proc/meminfo: memFree=26684340/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2956804 CPUtime=0.06 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 4089 0 1 0 5 1 0 0 20 0 18 0 340390190 3027767296 5807 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739201 5810 1773 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.100256 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 10618
/proc/meminfo: memFree=26684340/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 4133 0 1 0 6 1 0 0 20 0 18 0 340390190 3028844544 5850 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739464 5853 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300234 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 10618
/proc/meminfo: memFree=26684340/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2957856 CPUtime=0.46 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 7091 0 1 0 45 1 0 0 20 0 18 0 340390190 3028844544 12030 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739464 12030 2242 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700233 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 10618
/proc/meminfo: memFree=26684340/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2957856 CPUtime=1.06 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 7773 0 1 0 101 5 0 0 20 0 18 0 340390190 3028844544 55109 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739464 55109 2255 9 0 729885 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 1.92 1.99 1.99 3/212 10636
/proc/meminfo: memFree=26295468/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2957856 CPUtime=2.31 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 10154 0 1 0 215 16 0 0 20 0 18 0 340390190 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739464 124423 2276 9 0 729885 0
[pid=10618/tid=10620] ppid=10616 vsize=2957856 CPUtime=1.39 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) R 10616 10618 5567 0 -1 4202560 3244 0 1 0 130 9 0 0 20 0 18 0 340390191 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513574355008 140513429037103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 30 0 0 0 1 2 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 340390192 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513420208872 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=2957856 CPUtime=0.31 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 2759 0 0 0 31 0 0 0 20 0 18 0 340390197 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=2957856 CPUtime=0.32 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 2821 0 0 0 32 0 0 0 20 0 18 0 340390197 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 124423 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2957856

[startup+3.10071 s]
/proc/loadavg: 1.92 1.99 1.99 10/212 10636
/proc/meminfo: memFree=26101592/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=2957856 CPUtime=4.55 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 14251 0 1 0 426 29 0 0 20 0 18 0 340390190 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 739464 148007 2276 9 0 729885 0
[pid=10618/tid=10620] ppid=10616 vsize=2957856 CPUtime=2.8 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) R 10616 10618 5567 0 -1 4202560 3246 0 1 0 271 9 0 0 20 0 18 0 340390191 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513574362584 140513429053057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 56 0 0 0 8 3 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 80 0 0 0 10 5 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 18 0 340390192 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513420208872 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340390194 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=2957856 CPUtime=0.32 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 2759 0 0 0 32 0 0 0 20 0 18 0 340390197 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=2957856 CPUtime=0.5 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6694 0 0 0 50 0 0 0 20 0 18 0 340390197 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340390197 3028844544 148007 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 2957856

[startup+6.30062 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 10637
/proc/meminfo: memFree=26075524/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=3024420 CPUtime=8.15 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 14799 0 1 0 786 29 0 0 20 0 19 0 340390190 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 756105 147136 2295 9 0 746526 0
[pid=10618/tid=10620] ppid=10616 vsize=3024420 CPUtime=6 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) R 10616 10618 5567 0 -1 4202560 3261 0 1 0 591 9 0 0 20 0 19 0 340390191 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513574361488 140513429679254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 56 0 0 0 8 3 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=3024420 CPUtime=0.07 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 80 0 0 0 10 5 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 19 0 340390192 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) S 10616 10618 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340390194 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513420208872 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340390194 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340390194 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340390197 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 3098 0 0 0 50 0 0 0 20 0 19 0 340390197 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6879 0 0 0 73 0 0 0 20 0 19 0 340390197 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340390197 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340390197 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10637] ppid=10616 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10637/stat : 10637 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340390533 3097006080 147136 33554432000 1073741824 1073778376 140735080991232 140512403088808 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 10637
/proc/meminfo: memFree=26046376/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=3024420 CPUtime=14.56 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 14799 0 1 0 1426 30 0 0 20 0 19 0 340390190 3097006080 146247 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 3099 0 0 0 51 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6879 0 0 0 73 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 71 0 0 0 15 13 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10637] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10637/stat : 10637 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340390533 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512403088808 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10649] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10649/stat : 10649 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340512699 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512402034984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1254.97
Current children cumulated vsize (KiB) 3090984

[startup+1245.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 10649
/proc/meminfo: memFree=24460284/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=3090984 CPUtime=1255.77 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 18135 0 1 0 125406 171 0 0 20 0 20 0 340390190 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 772746 419988 2303 9 0 763167 0
[pid=10618/tid=10620] ppid=10616 vsize=3090984 CPUtime=1053.13 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) S 10616 10618 5567 0 -1 4202560 3310 0 1 0 105288 25 0 0 20 0 20 0 340390191 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513574364344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=3090984 CPUtime=1.58 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 508 0 0 0 140 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=3090984 CPUtime=1.45 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 397 0 0 0 128 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=3090984 CPUtime=1.61 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 516 0 0 0 143 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 400 0 0 0 123 19 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=3090984 CPUtime=1.43 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 388 0 0 0 126 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 340 0 0 0 129 13 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=3090984 CPUtime=1.6 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 424 0 0 0 137 23 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=3090984 CPUtime=1.5 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 458 0 0 0 132 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=3090984 CPUtime=185.75 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) R 10616 10618 5567 0 -1 4202560 152 0 0 0 18569 6 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513420209032 209097081360 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 3099 0 0 0 51 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6879 0 0 0 73 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 71 0 0 0 15 13 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10637] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10637/stat : 10637 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340390533 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512403088808 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10649] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10649/stat : 10649 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340512699 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512402034984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1255.77
Current children cumulated vsize (KiB) 3090984

[startup+1245.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 10649
/proc/meminfo: memFree=24460284/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=3090984 CPUtime=1256.17 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 18135 0 1 0 125446 171 0 0 20 0 20 0 340390190 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 772746 419988 2303 9 0 763167 0
[pid=10618/tid=10620] ppid=10616 vsize=3090984 CPUtime=1053.13 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) S 10616 10618 5567 0 -1 4202560 3310 0 1 0 105288 25 0 0 20 0 20 0 340390191 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513574364344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=3090984 CPUtime=1.58 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 508 0 0 0 140 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=3090984 CPUtime=1.45 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 397 0 0 0 128 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=3090984 CPUtime=1.61 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 516 0 0 0 143 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 400 0 0 0 123 19 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=3090984 CPUtime=1.43 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 388 0 0 0 126 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 340 0 0 0 129 13 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=3090984 CPUtime=1.6 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 424 0 0 0 137 23 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=3090984 CPUtime=1.5 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 458 0 0 0 132 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=3090984 CPUtime=186.15 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) R 10616 10618 5567 0 -1 4202560 152 0 0 0 18609 6 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513420209032 209097081116 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 3099 0 0 0 51 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6879 0 0 0 73 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 71 0 0 0 15 13 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10637] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10637/stat : 10637 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340390533 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512403088808 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10649] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10649/stat : 10649 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340512699 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512402034984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1256.17
Current children cumulated vsize (KiB) 3090984

[startup+1246 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 10649
/proc/meminfo: memFree=24460284/32873844 swapFree=7128/7128
[pid=10618] ppid=10616 vsize=3090984 CPUtime=1256.27 cores=0,2,4,6
/proc/10618/stat : 10618 (java) S 10616 10618 5567 0 -1 4202496 18135 0 1 0 125456 171 0 0 20 0 20 0 340390190 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140735080982368 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10618/statm: 772746 419988 2303 9 0 763167 0
[pid=10618/tid=10620] ppid=10616 vsize=3090984 CPUtime=1053.13 cores=0,2,4,6
/proc/10618/task/10620/stat : 10620 (java) S 10616 10618 5567 0 -1 4202560 3310 0 1 0 105288 25 0 0 20 0 20 0 340390191 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513574364344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10621] ppid=10616 vsize=3090984 CPUtime=1.58 cores=0,2,4,6
/proc/10618/task/10621/stat : 10621 (java) S 10616 10618 5567 0 -1 4202560 508 0 0 0 140 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513557789480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10622] ppid=10616 vsize=3090984 CPUtime=1.45 cores=0,2,4,6
/proc/10618/task/10622/stat : 10622 (java) S 10616 10618 5567 0 -1 4202560 397 0 0 0 128 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513556736680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10623] ppid=10616 vsize=3090984 CPUtime=1.61 cores=0,2,4,6
/proc/10618/task/10623/stat : 10623 (java) S 10616 10618 5567 0 -1 4202560 516 0 0 0 143 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513555684392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10624] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10624/stat : 10624 (java) S 10616 10618 5567 0 -1 4202560 400 0 0 0 123 19 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513554631592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10625] ppid=10616 vsize=3090984 CPUtime=1.43 cores=0,2,4,6
/proc/10618/task/10625/stat : 10625 (java) S 10616 10618 5567 0 -1 4202560 388 0 0 0 126 17 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513553578280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10626] ppid=10616 vsize=3090984 CPUtime=1.42 cores=0,2,4,6
/proc/10618/task/10626/stat : 10626 (java) S 10616 10618 5567 0 -1 4202560 340 0 0 0 129 13 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513552525480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10627] ppid=10616 vsize=3090984 CPUtime=1.6 cores=0,2,4,6
/proc/10618/task/10627/stat : 10627 (java) S 10616 10618 5567 0 -1 4202560 424 0 0 0 137 23 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513551473192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10628] ppid=10616 vsize=3090984 CPUtime=1.5 cores=0,2,4,6
/proc/10618/task/10628/stat : 10628 (java) S 10616 10618 5567 0 -1 4202560 458 0 0 0 132 18 0 0 20 0 20 0 340390192 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513550420392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10629] ppid=10616 vsize=3090984 CPUtime=186.25 cores=0,2,4,6
/proc/10618/task/10629/stat : 10629 (java) R 10616 10618 5567 0 -1 4202560 152 0 0 0 18619 6 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513420209032 140513580488081 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10630] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10630/stat : 10630 (java) S 10616 10618 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513419154936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10631] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10631/stat : 10631 (java) S 10616 10618 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340390194 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513418102536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10632] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10632/stat : 10632 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513417051024 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10633] ppid=10616 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/10618/task/10633/stat : 10633 (java) S 10616 10618 5567 0 -1 4202560 3099 0 0 0 51 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513415997624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10618/tid=10634] ppid=10616 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/10618/task/10634/stat : 10634 (java) S 10616 10618 5567 0 -1 4202560 6879 0 0 0 73 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513414944824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10635] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10635/stat : 10635 (java) S 10616 10618 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140513413892728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10618/tid=10636] ppid=10616 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/10618/task/10636/stat : 10636 (java) S 10616 10618 5567 0 -1 4202560 71 0 0 0 15 13 0 0 20 0 20 0 340390197 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512405220040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10618/tid=10637] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10637/stat : 10637 (java) S 10616 10618 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340390533 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512403088808 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10618/tid=10649] ppid=10616 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/10618/task/10649/stat : 10649 (java) S 10616 10618 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340512699 3165167616 419988 33554432000 1073741824 1073778376 140735080991232 140512402034984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1256.27
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10618 and gives
#  childrusage.ru_utime.tv_sec=1251
#  childrusage.ru_utime.tv_usec=172792
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=4695
# CPU time returned by wait4() is 1253.18
# while last known CPU time is 1256.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1246.02
CPU time (s): 1256.27
CPU user time (s): 1254.56
CPU system time (s): 1.71
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.17
system time used= 2.00469
maximum resident set size= 1679980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18145
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26869
involuntary context switches= 20431

runsolver used 5.12022 second user time and 10.6454 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 19:07:12
IDJOB=3741411
IDBENCH=89855
IDSOLVER=2319
FILE ID=node105/3741411-1338743231
RUNJOBID= node105-1338714526-5583
PBS_JOBID= 14636755
Free space on /tmp= 71256 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741411-1338743231/watcher-3741411-1338743231 -o /tmp/evaluation-result-3741411-1338743231/solver-3741411-1338743231 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741411-1338743231.opb           

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1421452209

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:        26684868 kB
Buffers:          562608 kB
Cached:          3608316 kB
SwapCached:         1700 kB
Active:          2175792 kB
Inactive:        3109848 kB
Active(anon):    1111136 kB
Inactive(anon):     4800 kB
Active(file):    1064656 kB
Inactive(file):  3105048 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             19328 kB
Writeback:             0 kB
AnonPages:       1139924 kB
Mapped:            17356 kB
Shmem:                 0 kB
Slab:             742932 kB
SReclaimable:     184200 kB
SUnreclaim:       558732 kB
KernelStack:        1592 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1827372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 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= 71252 MiB
End job on node105 at 2012-06-03 19:27:58