Trace number 3733034

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) 1657.23 1654.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
MD5SUM8e251d4e151b2868eb3a52cf845e4cf8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark26.055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17809
Number of constraints which are clauses17809
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3733034-1338692771.opb
0.08/0.11	c reading problem ... 
0.95/0.50	c ... done. Wall clock time 0.389s.
0.95/0.50	c CPU time (experimental) 0.46s.
0.95/0.50	c #vars     450
0.95/0.50	c #constraints  17809
0.95/0.51	c SATISFIABLE
0.95/0.51	c OPTIMIZING...
0.95/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
0.95/0.52	o -22
0.95/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
0.95/0.55	o -23
1.25/0.62	c Got one! Elapsed wall clock time (in seconds):0.507
1.25/0.62	o -24
1398.52/1395.80	c Got one! Elapsed wall clock time (in seconds):1395.692
1398.52/1395.80	o -25
1641.24/1638.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1642.14/1639.44		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1643.94/1641.25		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
1645.64/1643.00		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1645.64/1643.00		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1647.43/1644.72		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1649.14/1646.46		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1649.14/1646.46		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1650.84/1648.11		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1652.44/1649.76		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1653.64/1651.00		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1654.14/1651.41		at org.sat4j.LanceurPseudo2005.solve(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-3733034-1338692771/watcher-3733034-1338692771 -o /tmp/evaluation-result-3733034-1338692771/solver-3733034-1338692771 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733034-1338692771.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.99 1.98 1.99 2/194 30007
/proc/meminfo: memFree=28402392/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30007/stat : 30007 (java) D 30005 30007 28047 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 335405653 9515008 182 33554432000 1073741824 1073778376 140735705360208 140735705351240 245294251701 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/30007/statm: 2323 182 140 9 0 71 0

[startup+0.0965589 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 30007
/proc/meminfo: memFree=28402392/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 4194 0 1 0 6 0 0 0 20 0 18 0 335405653 3028844544 5401 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 739464 5401 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.100637 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 30007
/proc/meminfo: memFree=28402392/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 4438 0 1 0 7 1 0 0 20 0 18 0 335405653 3028844544 5645 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 739464 5645 1951 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300137 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 30007
/proc/meminfo: memFree=28402392/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 5607 0 1 0 39 1 0 0 20 0 18 0 335405653 3028844544 8131 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 739464 8131 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2957856

[startup+0.700137 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 30007
/proc/meminfo: memFree=28402392/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=1.52 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 10501 0 1 0 149 3 0 0 20 0 19 0 335405653 3097006080 18715 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 18715 2275 9 0 746526 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 3024420

[startup+1.50075 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30029
/proc/meminfo: memFree=28327264/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=2.42 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 11202 0 1 0 239 3 0 0 20 0 19 0 335405653 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 22830 2279 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) R 30005 30007 28047 0 -1 4202560 3119 0 1 0 145 1 0 0 20 0 19 0 335405654 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704464704136 140704405194208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335405656 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704310581352 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3180 0 0 0 47 0 0 0 20 0 19 0 335405660 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3695 0 0 0 45 0 0 0 20 0 19 0 335405660 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30029] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30029/stat : 30029 (java) S 30005 30007 28047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335405716 3097006080 22830 33554432000 1073741824 1073778376 140735357671472 140704301081768 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 3024420

[startup+3.10077 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30029
/proc/meminfo: memFree=28308980/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=4.09 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 11343 0 1 0 405 4 0 0 20 0 19 0 335405653 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 29494 2279 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=3.05 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) R 30005 30007 28047 0 -1 4202560 3134 0 1 0 303 2 0 0 20 0 19 0 335405654 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704464702016 140704405154324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) S 30005 30007 28047 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335405656 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704310581352 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3184 0 0 0 51 0 0 0 20 0 19 0 335405660 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30029] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30029/stat : 30029 (java) S 30005 30007 28047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335405716 3097006080 29494 33554432000 1073741824 1073778376 140735357671472 140704301081768 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 3024420

[startup+6.30077 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30029
/proc/meminfo: memFree=28273800/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=7.3 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 11354 0 1 0 726 4 0 0 20 0 19 0 335405653 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 34563 2279 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=6.24 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) R 30005 30007 28047 0 -1 4202560 3145 0 1 0 622 2 0 0 20 0 19 0 335405654 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704464702016 140704405184705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335405655 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) S 30005 30007 28047 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335405656 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704310581352 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3184 0 0 0 51 0 0 0 20 0 19 0 335405660 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30029] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30029/stat : 30029 (java) S 30005 30007 28047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335405716 3097006080 34563 33554432000 1073741824 1073778376 140735357671472 140704301081768 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 213 0 0 0 7 8 0 0 20 0 19 0 335405655 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=20.17 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) R 30005 30007 28047 0 -1 4202560 206 0 0 0 2011 6 0 0 20 0 19 0 335405656 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704310581352 140704470830223 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704308472296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3186 0 0 0 52 0 0 0 20 0 19 0 335405660 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 335405660 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30102] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30102/stat : 30102 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335545234 3097006080 419408 33554432000 1073741824 1073778376 140735357671472 140704301081896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.44
Current children cumulated vsize (KiB) 3024420

[startup+1653.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30169
/proc/meminfo: memFree=27276780/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=1656.24 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 13782 0 1 0 165488 136 0 0 20 0 19 0 335405653 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 419410 2299 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=1627.69 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) S 30005 30007 28047 0 -1 4202560 3337 0 1 0 162737 32 0 0 20 0 19 0 335405654 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704464705640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 205 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 341 0 0 0 17 19 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 359 0 0 0 20 18 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 220 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0.26 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 239 0 0 0 12 14 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 162 0 0 0 9 7 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 199 0 0 0 11 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 213 0 0 0 7 8 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=20.97 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) R 30005 30007 28047 0 -1 4202560 206 0 0 0 2091 6 0 0 20 0 19 0 335405656 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704310581352 140704471558147 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3186 0 0 0 52 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30102] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30102/stat : 30102 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335545234 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704301081896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1656.24
Current children cumulated vsize (KiB) 3024420

[startup+1654.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30169
/proc/meminfo: memFree=27276656/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=1657.04 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 13784 0 1 0 165568 136 0 0 20 0 19 0 335405653 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 419410 2299 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=1627.69 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) S 30005 30007 28047 0 -1 4202560 3339 0 1 0 162737 32 0 0 20 0 19 0 335405654 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704464704920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 205 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 341 0 0 0 17 19 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 359 0 0 0 20 18 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 220 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0.26 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 239 0 0 0 12 14 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 162 0 0 0 9 7 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 199 0 0 0 11 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 213 0 0 0 7 8 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=21.77 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) R 30005 30007 28047 0 -1 4202560 206 0 0 0 2171 6 0 0 20 0 19 0 335405656 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704310581512 140704471558381 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3186 0 0 0 52 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30102] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30102/stat : 30102 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335545234 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704301081896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1657.04
Current children cumulated vsize (KiB) 3024420

[startup+1654.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30169
/proc/meminfo: memFree=27276656/32873844 swapFree=7372/7372
[pid=30007] ppid=30005 vsize=3024420 CPUtime=1657.23 cores=0,2,4,6
/proc/30007/stat : 30007 (java) S 30005 30007 28047 0 -1 4202496 13784 0 1 0 165587 136 0 0 20 0 19 0 335405653 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140735357662608 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30007/statm: 756105 419410 2299 9 0 746526 0
[pid=30007/tid=30009] ppid=30005 vsize=3024420 CPUtime=1627.69 cores=0,2,4,6
/proc/30007/task/30009/stat : 30009 (java) S 30005 30007 28047 0 -1 4202560 3339 0 1 0 162737 32 0 0 20 0 19 0 335405654 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704464704920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30010] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30010/stat : 30010 (java) S 30005 30007 28047 0 -1 4202560 205 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704330148008 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30011] ppid=30005 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/30007/task/30011/stat : 30011 (java) S 30005 30007 28047 0 -1 4202560 341 0 0 0 17 19 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704329095464 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30012] ppid=30005 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/30007/task/30012/stat : 30012 (java) S 30005 30007 28047 0 -1 4202560 359 0 0 0 20 18 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704328042920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30013] ppid=30005 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/30007/task/30013/stat : 30013 (java) S 30005 30007 28047 0 -1 4202560 220 0 0 0 9 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704326990376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30014] ppid=30005 vsize=3024420 CPUtime=0.26 cores=0,2,4,6
/proc/30007/task/30014/stat : 30014 (java) S 30005 30007 28047 0 -1 4202560 239 0 0 0 12 14 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704325937832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30015] ppid=30005 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/30007/task/30015/stat : 30015 (java) S 30005 30007 28047 0 -1 4202560 162 0 0 0 9 7 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704324885288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30016] ppid=30005 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/30007/task/30016/stat : 30016 (java) S 30005 30007 28047 0 -1 4202560 199 0 0 0 11 10 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704323832744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30017] ppid=30005 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/30007/task/30017/stat : 30017 (java) S 30005 30007 28047 0 -1 4202560 213 0 0 0 7 8 0 0 20 0 19 0 335405655 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704322780200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30018] ppid=30005 vsize=3024420 CPUtime=21.96 cores=0,2,4,6
/proc/30007/task/30018/stat : 30018 (java) R 30005 30007 28047 0 -1 4202560 206 0 0 0 2190 6 0 0 20 0 19 0 335405656 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704310581512 140704471212104 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30007/tid=30019] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30019/stat : 30019 (java) S 30005 30007 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704309527672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30020] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30020/stat : 30020 (java) S 30005 30007 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335405657 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704308475016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30021] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30021/stat : 30021 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704307423760 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30022] ppid=30005 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/30007/task/30022/stat : 30022 (java) S 30005 30007 28047 0 -1 4202560 3186 0 0 0 52 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704306371128 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30007/tid=30023] ppid=30005 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/30007/task/30023/stat : 30023 (java) S 30005 30007 28047 0 -1 4202560 3816 0 0 0 48 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704305318584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30024] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30024/stat : 30024 (java) S 30005 30007 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704304266232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30007/tid=30025] ppid=30005 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/30007/task/30025/stat : 30025 (java) S 30005 30007 28047 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 335405660 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704303213896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30007/tid=30102] ppid=30005 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30102/stat : 30102 (java) S 30005 30007 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335545234 3097006080 419410 33554432000 1073741824 1073778376 140735357671472 140704301081896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1657.23
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30007 and gives
#  childrusage.ru_utime.tv_sec=1651
#  childrusage.ru_utime.tv_usec=780891
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=812724
# CPU time returned by wait4() is 1653.59
# while last known CPU time is 1657.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1654.56
CPU time (s): 1657.23
CPU user time (s): 1655.87
CPU system time (s): 1.36
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1651.78
system time used= 1.81272
maximum resident set size= 1677648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13787
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35064
involuntary context switches= 5592

runsolver used 8.18576 second user time and 17.3754 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 05:06:11
IDJOB=3733034
IDBENCH=2239
IDSOLVER=2319
FILE ID=node109/3733034-1338692771
RUNJOBID= node109-1338678620-28066
PBS_JOBID= 14636704
Free space on /tmp= 70712 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733034-1338692771/watcher-3733034-1338692771 -o /tmp/evaluation-result-3733034-1338692771/solver-3733034-1338692771 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733034-1338692771.opb           

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

MD5SUM BENCH= 8e251d4e151b2868eb3a52cf845e4cf8
RANDOM SEED=229170253

node109.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.264
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.52
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.264
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		: 2667.264
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.264
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.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28402392 kB
Buffers:          340676 kB
Cached:          1564728 kB
SwapCached:          964 kB
Active:          2584456 kB
Inactive:        1008412 kB
Active(anon):    1681720 kB
Inactive(anon):     7844 kB
Active(file):     902736 kB
Inactive(file):  1000568 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:              3928 kB
Writeback:             0 kB
AnonPages:       1748908 kB
Mapped:            18432 kB
Shmem:                 4 kB
Slab:             736304 kB
SReclaimable:     178632 kB
SUnreclaim:       557672 kB
KernelStack:        1760 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1824948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 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= 70704 MiB
End job on node109 at 2012-06-03 05:33:45