Trace number 3733522

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 NameAnswerCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? 293.86 288.538

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM65ff8d8fa0c74cfadd531eacdf92ff06
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.82372
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version	1.6.0_24
0.06/0.10	c os.name	Linux
0.06/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch	amd64
0.06/0.10	c Free memory 1599470296
0.06/0.10	c Max memory 1607860224
0.06/0.10	c Total memory 1607860224
0.06/0.10	c Number of processors 8
0.06/0.12	--- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@5b3caecd
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.12	c No reason simplification
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3733522-1338697657.opb
0.06/0.12	c reading problem ... 
0.06/0.14	c ... done. Wall clock time 0.015s.
0.06/0.14	c CPU time (experimental) 0.09s.
0.06/0.14	c #vars     82
0.06/0.14	c #constraints  2
293.86/288.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
293.86/288.52		at org.sat4j.core.Vec.ensure(Unknown Source)
293.86/288.52		at org.sat4j.core.Vec.push(Unknown Source)
293.86/288.52		at org.sat4j.minisat.core.Solver.learn(Unknown Source)
293.86/288.52		at org.sat4j.minisat.constraints.AbstractDataStructureFactory.learnConstraint(Unknown Source)
293.86/288.52		at org.sat4j.minisat.learning.MiniSATLearning.learns(Unknown Source)
293.86/288.52		at org.sat4j.minisat.core.Solver.record(Unknown Source)
293.86/288.52		at org.sat4j.minisat.core.Solver.search(Unknown Source)
293.86/288.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
293.86/288.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
293.86/288.53		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
293.86/288.53		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
293.86/288.53		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
293.86/288.53		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
293.86/288.53		at org.sat4j.AbstractLauncher.run(Unknown Source)
293.86/288.53		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
293.86/288.53	c starts		: 24
293.86/288.53	c conflicts		: 3145730
293.86/288.53	c decisions		: 3146710
293.86/288.53	c propagations		: 17711677
293.86/288.53	c inspects		: 1515680393
293.86/288.53	c learnt literals	: 0
293.86/288.53	c learnt binary clauses	: 0
293.86/288.53	c learnt ternary clauses	: 0
293.86/288.53	c learnt clauses	: 3145729
293.86/288.53	c root simplifications	: 0
293.86/288.53	c removed literals (reason simplification)	: 0
293.86/288.53	c reason swapping (by a shorter reason)	: 0
293.86/288.53	c Calls to reduceDB	: 0
293.86/288.53	c speed (decisions/second)	: 10911.452012233603
293.86/288.53	c non guided choices	70
293.86/288.53	s UNKNOWN
293.86/288.53	c Total wall clock time (ms): 288.402

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-3733522-1338697657/watcher-3733522-1338697657 -o /tmp/evaluation-result-3733522-1338697657/solver-3733522-1338697657 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733522-1338697657.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: 2.00 2.00 2.00 2/194 32204
/proc/meminfo: memFree=30056136/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32204/stat : 32204 (java) D 32202 32204 28219 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 335890635 9515008 183 33554432000 1073741824 1073778376 140733363612992 140733363604024 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 2323 183 140 9 0 71 0

[startup+0.056595 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 32204
/proc/meminfo: memFree=30056136/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 3902 0 1 0 2 1 0 0 20 0 13 0 335890635 2686889984 5109 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 655979 5110 1677 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 32204
/proc/meminfo: memFree=30056136/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 4127 0 1 0 5 1 0 0 20 0 18 0 335890635 3028844544 5844 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 739464 5845 1790 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 32204
/proc/meminfo: memFree=30056136/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 7403 0 1 0 44 2 0 0 20 0 19 0 335890635 3097006080 9216 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 9216 2232 9 0 746526 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 3024420

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 32204
/proc/meminfo: memFree=30056136/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=0.94 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 7432 0 1 0 92 2 0 0 20 0 19 0 335890635 3097006080 13844 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 13844 2245 9 0 746526 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 3024420

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 32223
/proc/meminfo: memFree=29996940/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=1.74 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 7452 0 1 0 171 3 0 0 20 0 19 0 335890635 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 22039 2247 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=1.44 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) R 32202 32204 28219 0 -1 4202560 3066 0 1 0 142 2 0 0 20 0 19 0 335890636 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921947513408 139921797316614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) S 32202 32204 28219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335890639 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921792674280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 15 0 0 0 20 0 19 0 335890644 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 22039 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 3024420

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 32223
/proc/meminfo: memFree=29951388/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=3.35 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 7481 0 1 0 331 4 0 0 20 0 19 0 335890635 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 36887 2247 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) R 32202 32204 28219 0 -1 4202560 3095 0 1 0 301 3 0 0 20 0 19 0 335890636 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921947513192 139921797299983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) S 32202 32204 28219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335890639 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921792674280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 15 0 0 0 20 0 19 0 335890644 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 36887 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 3024420

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 32223
/proc/meminfo: memFree=29836336/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=6.55 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 7538 0 1 0 649 6 0 0 20 0 19 0 335890635 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 64838 2248 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=6.23 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) R 32202 32204 28219 0 -1 4202560 3151 0 1 0 618 5 0 0 20 0 19 0 335890636 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921947511264 139921797377453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335890638 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) S 32202 32204 28219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335890639 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921792674280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 15 0 0 0 20 0 19 0 335890644 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 64838 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 487 0 0 0 57 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=13.66 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) R 32202 32204 28219 0 -1 4202560 90 0 0 0 1364 2 0 0 20 0 19 0 335890639 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921792674280 139921953639536 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 16 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 5 5 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 291.66
Current children cumulated vsize (KiB) 3024420

[startup+287.901 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 32227
/proc/meminfo: memFree=28386640/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=293.26 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 10739 0 1 0 29216 110 0 0 20 0 19 0 335890635 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 418279 2269 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=270.06 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) S 32202 32204 28219 0 -1 4202560 3264 0 1 0 26994 12 0 0 20 0 19 0 335890636 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921947512312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 77 11 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 314 0 0 0 70 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 335 0 0 0 78 13 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0.79 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 252 0 0 0 69 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 345 0 0 0 78 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0.99 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 555 0 0 0 84 15 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 61 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 487 0 0 0 57 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=15.26 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) R 32202 32204 28219 0 -1 4202560 90 0 0 0 1524 2 0 0 20 0 19 0 335890639 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921792674440 139921954021408 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 16 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 5 5 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 293.26
Current children cumulated vsize (KiB) 3024420

[startup+288.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 32227
/proc/meminfo: memFree=28386640/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=293.66 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 10739 0 1 0 29256 110 0 0 20 0 19 0 335890635 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 418279 2269 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=270.06 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) S 32202 32204 28219 0 -1 4202560 3264 0 1 0 26994 12 0 0 20 0 19 0 335890636 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921947512312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 77 11 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 314 0 0 0 70 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 335 0 0 0 78 13 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0.79 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 252 0 0 0 69 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 345 0 0 0 78 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0.99 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 555 0 0 0 84 15 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 61 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 487 0 0 0 57 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=15.66 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) R 32202 32204 28219 0 -1 4202560 90 0 0 0 1564 2 0 0 20 0 19 0 335890639 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921792674440 139921954369480 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 16 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 6 5 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 293.66
Current children cumulated vsize (KiB) 3024420

[startup+288.501 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 32227
/proc/meminfo: memFree=28386640/32873844 swapFree=7116/7116
[pid=32204] ppid=32202 vsize=3024420 CPUtime=293.86 cores=0,2,4,6
/proc/32204/stat : 32204 (java) S 32202 32204 28219 0 -1 4202496 10739 0 1 0 29276 110 0 0 20 0 19 0 335890635 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 140734532216464 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32204/statm: 756105 418279 2269 9 0 746526 0
[pid=32204/tid=32206] ppid=32202 vsize=3024420 CPUtime=270.06 cores=0,2,4,6
/proc/32204/task/32206/stat : 32206 (java) S 32202 32204 28219 0 -1 4202560 3264 0 1 0 26994 12 0 0 20 0 19 0 335890636 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921947512312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32207] ppid=32202 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/32204/task/32207/stat : 32207 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 77 11 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921930938920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32208] ppid=32202 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/32204/task/32208/stat : 32208 (java) S 32202 32204 28219 0 -1 4202560 314 0 0 0 70 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921929886120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32209] ppid=32202 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/32204/task/32209/stat : 32209 (java) S 32202 32204 28219 0 -1 4202560 335 0 0 0 78 13 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921928833320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32210] ppid=32202 vsize=3024420 CPUtime=0.79 cores=0,2,4,6
/proc/32204/task/32210/stat : 32210 (java) S 32202 32204 28219 0 -1 4202560 252 0 0 0 69 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921927780520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32211] ppid=32202 vsize=3024420 CPUtime=0.9 cores=0,2,4,6
/proc/32204/task/32211/stat : 32211 (java) S 32202 32204 28219 0 -1 4202560 345 0 0 0 78 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921926728744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32212] ppid=32202 vsize=3024420 CPUtime=0.99 cores=0,2,4,6
/proc/32204/task/32212/stat : 32212 (java) S 32202 32204 28219 0 -1 4202560 555 0 0 0 84 15 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921925675944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32204/tid=32213] ppid=32202 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/32204/task/32213/stat : 32213 (java) S 32202 32204 28219 0 -1 4202560 354 0 0 0 61 10 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921924623144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32214] ppid=32202 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/32204/task/32214/stat : 32214 (java) S 32202 32204 28219 0 -1 4202560 487 0 0 0 57 12 0 0 20 0 19 0 335890638 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921923570344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32215] ppid=32202 vsize=3024420 CPUtime=15.86 cores=0,2,4,6
/proc/32204/task/32215/stat : 32215 (java) R 32202 32204 28219 0 -1 4202560 90 0 0 0 1584 2 0 0 20 0 19 0 335890639 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921792674440 240564846936 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32216] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32216/stat : 32216 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921791620344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32217] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32217/stat : 32217 (java) S 32202 32204 28219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335890640 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921790567432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32218] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32218/stat : 32218 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921789515920 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32219] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32219/stat : 32219 (java) S 32202 32204 28219 0 -1 4202560 880 0 0 0 11 0 0 0 20 0 19 0 335890643 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921788464056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32204/tid=32220] ppid=32202 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/32204/task/32220/stat : 32220 (java) S 32202 32204 28219 0 -1 4202560 2310 0 0 0 16 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921787411256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32221] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32221/stat : 32221 (java) S 32202 32204 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921786358648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32204/tid=32222] ppid=32202 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/32204/task/32222/stat : 32222 (java) S 32202 32204 28219 0 -1 4202560 17 0 0 0 6 5 0 0 20 0 19 0 335890644 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921785306056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32204/tid=32223] ppid=32202 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/32204/task/32223/stat : 32223 (java) S 32202 32204 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335890650 3097006080 418279 33554432000 1073741824 1073778376 140734532225328 139921783174312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32204 and gives
#  childrusage.ru_utime.tv_sec=291
#  childrusage.ru_utime.tv_usec=997609
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=282804
# CPU time returned by wait4() is 293.28
# while last known CPU time is 293.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 288.538
CPU time (s): 293.86
CPU user time (s): 292.76
CPU system time (s): 1.1
CPU usage (%): 101.844
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.998
system time used= 1.2828
maximum resident set size= 1673176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6843
involuntary context switches= 7064

runsolver used 1.47178 second user time and 2.6126 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 06:27:37
IDJOB=3733522
IDBENCH=2558
IDSOLVER=2319
FILE ID=node146/3733522-1338697657
RUNJOBID= node146-1338678624-28238
PBS_JOBID= 14636667
Free space on /tmp= 70908 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733522-1338697657/watcher-3733522-1338697657 -o /tmp/evaluation-result-3733522-1338697657/solver-3733522-1338697657 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733522-1338697657.opb           

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

MD5SUM BENCH= 65ff8d8fa0c74cfadd531eacdf92ff06
RANDOM SEED=1091450368

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30056400 kB
Buffers:          141160 kB
Cached:           236280 kB
SwapCached:         1796 kB
Active:          1834228 kB
Inactive:         230708 kB
Active(anon):    1688108 kB
Inactive(anon):     1664 kB
Active(file):     146120 kB
Inactive(file):   229044 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099884 kB
Dirty:              3636 kB
Writeback:             4 kB
AnonPages:       1693444 kB
Mapped:            17316 kB
Shmem:                 0 kB
Slab:             610480 kB
SReclaimable:      50572 kB
SUnreclaim:       559908 kB
KernelStack:        1600 kB
PageTables:         7676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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= 70904 MiB
End job on node146 at 2012-06-03 06:32:26