Trace number 3743896

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.63 1790.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
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 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3743896-1338798054.opb
0.07/0.13	c reading problem ... 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3743896-1338798054/watcher-3743896-1338798054 -o /tmp/evaluation-result-3743896-1338798054/solver-3743896-1338798054 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743896-1338798054.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.71 2.91 3.26 3/196 26671
/proc/meminfo: memFree=26620464/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (java6) D 26669 26671 24174 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 345930659 278528 33 33554432000 1073741824 1073778376 140735553360144 140735553357320 215134334247 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/26671/statm: 68 33 25 9 0 25 0

[startup+0.105069 s]
/proc/loadavg: 2.71 2.91 3.26 3/196 26671
/proc/meminfo: memFree=26620464/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 4124 0 1 0 6 1 0 0 20 0 18 0 345930659 2764726272 5842 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 5842 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200207 s]
/proc/loadavg: 2.71 2.91 3.26 3/196 26671
/proc/meminfo: memFree=26620464/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 5324 0 1 0 22 2 0 0 20 0 18 0 345930659 2764726272 29929 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 29929 2187 9 0 665676 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 2699928

[startup+0.300319 s]
/proc/loadavg: 2.71 2.91 3.26 3/196 26671
/proc/meminfo: memFree=26620464/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 5779 0 1 0 42 2 0 0 20 0 18 0 345930659 2764726272 33032 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 33032 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700274 s]
/proc/loadavg: 2.71 2.91 3.26 3/196 26671
/proc/meminfo: memFree=26620464/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=0.84 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 5843 0 1 0 80 4 0 0 20 0 18 0 345930659 2764726272 65800 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 65800 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2699928

[startup+1.50073 s]
/proc/loadavg: 2.73 2.91 3.26 10/214 26689
/proc/meminfo: memFree=26139820/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=1.86 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 6046 0 1 0 174 12 0 0 20 0 18 0 345930659 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 125242 2232 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=1.37 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) R 26669 26671 24174 0 -1 4202560 2965 0 1 0 131 6 0 0 20 0 18 0 345930660 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952694037848 215146882317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345930662 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) S 26669 26671 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345930663 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952658540648 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952655383056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 862 0 0 0 8 0 0 0 20 0 18 0 345930667 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 887 0 0 0 7 0 0 0 20 0 18 0 345930667 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 125242 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 2699928

[startup+3.10065 s]
/proc/loadavg: 2.73 2.91 3.26 3/214 26689
/proc/meminfo: memFree=26021472/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=4.66 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 8535 0 1 0 429 37 0 0 20 0 18 0 345930659 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 187989 2237 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=2.6 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) S 26669 26671 24174 0 -1 4202560 2967 0 1 0 254 6 0 0 20 0 18 0 345930660 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952694037992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) R 26669 26671 24174 0 -1 4202560 106 0 0 0 21 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952678320472 139952700935034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) R 26669 26671 24174 0 -1 4202560 92 0 0 0 18 5 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952677267928 139952698214575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) R 26669 26671 24174 0 -1 4202560 420 0 0 0 12 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952676214968 139952696510153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) R 26669 26671 24174 0 -1 4202560 90 0 0 0 14 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952675162544 139952700935301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) R 26669 26671 24174 0 -1 4202560 384 0 0 0 16 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952674109880 139952700935048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) R 26669 26671 24174 0 -1 4202560 299 0 0 0 14 3 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952673057752 139952701533915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) R 26669 26671 24174 0 -1 4202560 425 0 0 0 19 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952672005208 139952696510153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) R 26669 26671 24174 0 -1 4202560 321 0 0 0 18 4 0 0 20 0 18 0 345930662 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952670952664 139952697795724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) S 26669 26671 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345930663 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952658539528 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952655383056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 18 0 345930667 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 1065 0 0 0 12 0 0 0 20 0 18 0 345930667 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 187989 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 2699928

[startup+6.30068 s]
/proc/loadavg: 3.23 3.01 3.29 10/213 26689
/proc/meminfo: memFree=25590560/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=13.06 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 32338 0 1 0 1232 74 0 0 20 0 18 0 345930659 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 277680 2256 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=4.37 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) R 26669 26671 24174 0 -1 4202560 2987 0 1 0 430 7 0 0 20 0 18 0 345930660 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952694037336 139952532862080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=0.97 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 441 0 0 0 89 8 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=0.93 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 673 0 0 0 84 9 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 832 0 0 0 60 7 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=0.84 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 1028 0 0 0 76 8 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=1.05 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 510 0 0 0 96 9 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=0.81 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 742 0 0 0 74 7 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=0.96 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 672 0 0 0 88 8 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=0.93 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 596 0 0 0 84 9 0 0 20 0 18 0 345930662 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930663 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952658540648 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952655383056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 11766 0 0 0 64 2 0 0 20 0 18 0 345930667 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) R 26669 26671 24174 0 -1 4202560 10907 0 0 0 70 3 0 0 20 0 18 0 345930667 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952653277880 139952700381328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 277680 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.21 3.01 3.28 3/213 26689
/proc/meminfo: memFree=25199984/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=23.99 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 34830 0 1 0 2299 100 0 0 20 0 18 0 345930659 2764726272 358535 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 358535 2262 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=6.96 cores=0,2,4,6

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

/proc/loadavg: 2.73 2.31 2.28 4/219 26793
/proc/meminfo: memFree=26224180/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=1800.3 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 35407 0 1 0 179892 138 0 0 20 0 18 0 345930659 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 364610 2264 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=13.07 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) S 26669 26671 24174 0 -1 4202560 3353 0 1 0 1296 11 0 0 20 0 18 0 345930660 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952694037800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 699 0 0 0 150 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 1272 0 0 0 152 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 1151 0 0 0 122 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 1276 0 0 0 151 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=1.89 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 813 0 0 0 177 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 983 0 0 0 137 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=1.77 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 1008 0 0 0 166 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 759 0 0 0 166 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=1772.06 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) R 26669 26671 24174 0 -1 4202560 140 0 0 0 177176 30 0 0 20 0 18 0 345930663 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952658540808 139952698175825 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952655382600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 11766 0 0 0 65 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 10908 0 0 0 80 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 2699928

[startup+1789.5 s]
/proc/loadavg: 2.73 2.31 2.28 4/219 26793
/proc/meminfo: memFree=26224180/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=1801.09 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 35407 0 1 0 179971 138 0 0 20 0 18 0 345930659 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 364610 2264 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=13.07 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) S 26669 26671 24174 0 -1 4202560 3353 0 1 0 1296 11 0 0 20 0 18 0 345930660 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952694037800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 699 0 0 0 150 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 1272 0 0 0 152 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 1151 0 0 0 122 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 1276 0 0 0 151 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=1.89 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 813 0 0 0 177 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 983 0 0 0 137 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=1.77 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 1008 0 0 0 166 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 759 0 0 0 166 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=1772.85 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) R 26669 26671 24174 0 -1 4202560 140 0 0 0 177255 30 0 0 20 0 18 0 345930663 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952658540808 139952696234590 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952655382600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 11766 0 0 0 65 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 10908 0 0 0 80 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 2699928

[startup+1790.3 s]
/proc/loadavg: 2.73 2.31 2.28 4/219 26793
/proc/meminfo: memFree=26224172/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=1801.89 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 35407 0 1 0 180051 138 0 0 20 0 18 0 345930659 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 364610 2264 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=13.07 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) S 26669 26671 24174 0 -1 4202560 3353 0 1 0 1296 11 0 0 20 0 18 0 345930660 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952694037800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 699 0 0 0 150 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 1272 0 0 0 152 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 1151 0 0 0 122 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 1276 0 0 0 151 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=1.89 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 813 0 0 0 177 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 983 0 0 0 137 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=1.77 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 1008 0 0 0 166 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 759 0 0 0 166 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=1773.65 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) R 26669 26671 24174 0 -1 4202560 140 0 0 0 177335 30 0 0 20 0 18 0 345930663 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952658540808 139952700547144 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952655382600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 11766 0 0 0 65 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 10908 0 0 0 80 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 2699928

[startup+1790.5 s]
/proc/loadavg: 2.73 2.31 2.28 4/219 26793
/proc/meminfo: memFree=26224172/32873844 swapFree=7380/7380
[pid=26671] ppid=26669 vsize=2699928 CPUtime=1802.09 cores=0,2,4,6
/proc/26671/stat : 26671 (java) S 26669 26671 24174 0 -1 4202496 35407 0 1 0 180071 138 0 0 20 0 18 0 345930659 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 140737403729200 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26671/statm: 674982 364610 2264 9 0 665676 0
[pid=26671/tid=26673] ppid=26669 vsize=2699928 CPUtime=13.07 cores=0,2,4,6
/proc/26671/task/26673/stat : 26673 (java) S 26669 26671 24174 0 -1 4202560 3353 0 1 0 1296 11 0 0 20 0 18 0 345930660 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952694037800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26674] ppid=26669 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/26671/task/26674/stat : 26674 (java) S 26669 26671 24174 0 -1 4202560 699 0 0 0 150 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952678320296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26675] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26675/stat : 26675 (java) S 26669 26671 24174 0 -1 4202560 1272 0 0 0 152 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952677267752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26676] ppid=26669 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26671/task/26676/stat : 26676 (java) S 26669 26671 24174 0 -1 4202560 1151 0 0 0 122 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952676215208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26677] ppid=26669 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26671/task/26677/stat : 26677 (java) S 26669 26671 24174 0 -1 4202560 1276 0 0 0 151 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952675162664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26678] ppid=26669 vsize=2699928 CPUtime=1.89 cores=0,2,4,6
/proc/26671/task/26678/stat : 26678 (java) S 26669 26671 24174 0 -1 4202560 813 0 0 0 177 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952674110120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26679] ppid=26669 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/26671/task/26679/stat : 26679 (java) S 26669 26671 24174 0 -1 4202560 983 0 0 0 137 10 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952673057576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26680] ppid=26669 vsize=2699928 CPUtime=1.77 cores=0,2,4,6
/proc/26671/task/26680/stat : 26680 (java) S 26669 26671 24174 0 -1 4202560 1008 0 0 0 166 11 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952672005032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26671/tid=26681] ppid=26669 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26671/task/26681/stat : 26681 (java) S 26669 26671 24174 0 -1 4202560 759 0 0 0 166 12 0 0 20 0 18 0 345930662 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952670952488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26682] ppid=26669 vsize=2699928 CPUtime=1773.85 cores=0,2,4,6
/proc/26671/task/26682/stat : 26682 (java) R 26669 26671 24174 0 -1 4202560 140 0 0 0 177355 30 0 0 20 0 18 0 345930663 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952658540808 139952700547104 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26683] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26683/stat : 26683 (java) S 26669 26671 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952657486968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26684] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26684/stat : 26684 (java) S 26669 26671 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345930664 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952656434312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26685] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26685/stat : 26685 (java) S 26669 26671 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345930666 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952655382600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26686] ppid=26669 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/26671/task/26686/stat : 26686 (java) S 26669 26671 24174 0 -1 4202560 11766 0 0 0 65 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952654330424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26671/tid=26687] ppid=26669 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/26671/task/26687/stat : 26687 (java) S 26669 26671 24174 0 -1 4202560 10908 0 0 0 80 3 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952653277880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26671/tid=26688] ppid=26669 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26671/task/26688/stat : 26688 (java) S 26669 26671 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952652225528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26671/tid=26689] ppid=26669 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26671/task/26689/stat : 26689 (java) S 26669 26671 24174 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 18 0 345930667 2764726272 364610 33554432000 1073741824 1073778376 140737403738064 139952532745544 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 2699928

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.52
CPU time (s): 1802.63
CPU user time (s): 1800.72
CPU system time (s): 1.91271
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.72
system time used= 1.91271
maximum resident set size= 1458440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37933
involuntary context switches= 11027

runsolver used 7.75782 second user time and 19.2371 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 10:20:59
IDJOB=3743896
IDBENCH=92644
IDSOLVER=2324
FILE ID=node133/3743896-1338798054
RUNJOBID= node133-1338782189-24190
PBS_JOBID= 14636833
Free space on /tmp= 70052 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743896-1338798054/watcher-3743896-1338798054 -o /tmp/evaluation-result-3743896-1338798054/solver-3743896-1338798054 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743896-1338798054.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=1646480594

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26620736 kB
Buffers:          505644 kB
Cached:          3365132 kB
SwapCached:          676 kB
Active:          3428532 kB
Inactive:        1911724 kB
Active(anon):    1461076 kB
Inactive(anon):    10220 kB
Active(file):    1967456 kB
Inactive(file):  1901504 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:            222148 kB
Writeback:             0 kB
AnonPages:       1477680 kB
Mapped:            18556 kB
Shmem:                 0 kB
Slab:             769792 kB
SReclaimable:     208520 kB
SUnreclaim:       561272 kB
KernelStack:        1608 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1567836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70268 MiB
End job on node133 at 2012-06-04 10:50:49