Trace number 2701236

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
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong UNSAT 181.471 126.992

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub4_wcsp.wbo
MD5SUMca9d0852ab5b196169871de07952f6ec
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark11557
Best CPU time to get the best result obtained on this benchmark1800.16
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.06	c See www.sat4j.org for details.
0.05/0.06	c version 2.2.0.v20100531
0.05/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701236-1278538141.wbo
0.11/0.10	c reading problem ... 
177.94/124.92	c ... done. Wall clock time 124.82s.
177.94/124.92	c #vars     353960
177.94/124.92	c #constraints  353077
177.94/124.92	c constraints type 
177.94/124.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
177.94/124.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 353054
177.94/124.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
177.94/124.92	c constraints type 
177.94/124.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
177.94/124.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 353054
177.94/124.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
181.02/125.99	c And the winner is Resolution
181.43/126.92	c starts		: 3
181.43/126.92	c conflicts		: 425
181.43/126.92	c decisions		: 355880
181.43/126.92	c propagations		: 443843
181.43/126.92	c inspects		: 522769
181.43/126.92	c learnt literals	: 4
181.43/126.92	c learnt binary clauses	: 4
181.43/126.92	c learnt ternary clauses	: 3
181.43/126.92	c learnt clauses	: 420
181.43/126.92	c ignored clauses	: 0
181.43/126.92	c root simplifications	: 0
181.43/126.92	c removed literals (reason simplification)	: 1208
181.43/126.92	c reason swapping (by a shorter reason)	: 0
181.43/126.92	c Calls to reduceDB	: 0
181.43/126.92	c number of reductions to clauses (during analyze)	: 0
181.43/126.92	c number of learned constraints concerned by reduction	: 0
181.43/126.92	c number of learning phase by resolution	: 0
181.43/126.92	c number of learning phase by cutting planes	: 0
181.43/126.92	c speed (assignments/second)	: 221368.07980049876
181.43/126.92	c non guided choices	821
181.43/126.92	c learnt constraints type 
181.43/126.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 416
181.43/126.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
181.43/126.92	c constraints type 
181.43/126.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
181.43/126.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 353054
181.43/126.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
181.43/126.92	c constraints type 
181.43/126.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
181.43/126.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 353054
181.43/126.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
181.43/126.92	s UNSATISFIABLE
181.43/126.92	c Total wall clock time (in seconds): 126.828

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701236-1278538141/watcher-2701236-1278538141 -o /tmp/evaluation-result-2701236-1278538141/solver-2701236-1278538141 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701236-1278538141.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.62 2.13 2.00 3/178 18612
/proc/meminfo: memFree=29314448/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=13696 CPUtime=0
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 1165 0 0 0 0 0 0 0 23 0 2 0 22027953 14024704 619 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 3434 623 299 10 0 1206 0
[pid=18612/tid=18613] ppid=18610 vsize=13684 CPUtime=0
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 141 0 0 0 0 0 0 0 25 0 2 0 22027954 14012416 630 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0567689 s]
/proc/loadavg: 2.62 2.13 2.00 3/178 18612
/proc/meminfo: memFree=29314448/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1528556 CPUtime=0.05
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 4141 0 1 0 4 1 0 0 23 0 18 0 22027953 1565241344 3580 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 382139 3580 1081 10 0 379442 0
[pid=18612/tid=18613] ppid=18610 vsize=1528556 CPUtime=0.04
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 3057 0 1 0 4 0 0 0 25 0 18 0 22027954 1565241344 3580 4089446400 134512640 134550932 4288420896 18446744073709551615 106549154 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528556

[startup+0.100761 s]
/proc/loadavg: 2.62 2.13 2.00 3/178 18612
/proc/meminfo: memFree=29314448/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1529800 CPUtime=0.11
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 5286 0 1 0 10 1 0 0 23 0 18 0 22027953 1566515200 4723 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 382450 4724 1350 10 0 379753 0
[pid=18612/tid=18613] ppid=18610 vsize=1529800 CPUtime=0.09
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 3598 0 1 0 8 1 0 0 25 0 18 0 22027954 1566515200 4724 4089446400 134512640 134550932 4288420896 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529800

[startup+0.300789 s]
/proc/loadavg: 2.62 2.13 2.00 3/178 18612
/proc/meminfo: memFree=29314448/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1532304 CPUtime=0.56
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 15327 0 1 0 53 3 0 0 23 0 18 0 22027953 1569079296 14620 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 383076 14626 1414 10 0 380379 0
[pid=18612/tid=18613] ppid=18610 vsize=1532304 CPUtime=0.29
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 12825 0 1 0 27 2 0 0 18 0 18 0 22027954 1569079296 14626 4089446400 134512640 134550932 4288420896 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1532304

[startup+0.700759 s]
/proc/loadavg: 2.62 2.13 2.00 3/178 18612
/proc/meminfo: memFree=29314448/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1539852 CPUtime=1.46
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 47538 0 1 0 139 7 0 0 23 0 18 0 22027953 1576808448 45579 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 384963 45579 1425 10 0 382266 0
[pid=18612/tid=18613] ppid=18610 vsize=1539852 CPUtime=0.63
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 35214 0 1 0 59 4 0 0 18 0 18 0 22027954 1576808448 45579 4089446400 134512640 134550932 4288420896 18446744073709551615 4108897069 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1539852

[startup+1.50152 s]
/proc/loadavg: 2.62 2.13 2.00 3/196 18630
/proc/meminfo: memFree=29130488/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1539852 CPUtime=2.43
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 52734 0 1 0 232 11 0 0 23 0 18 0 22027953 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 384963 50573 1425 10 0 382266 0
[pid=18612/tid=18613] ppid=18610 vsize=1539852 CPUtime=1.37
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 35453 0 1 0 133 4 0 0 18 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4108994703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1539852 CPUtime=0.06
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 2202 0 0 0 6 0 0 0 16 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1539852 CPUtime=0.03
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 1366 0 0 0 3 0 0 0 16 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1539852 CPUtime=0.03
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 1744 0 0 0 3 0 0 0 15 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1539852 CPUtime=0.04
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 1305 0 0 0 4 0 0 0 16 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1539852 CPUtime=0.03
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 1279 0 0 0 3 0 0 0 16 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1539852 CPUtime=0.02
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 1360 0 0 0 2 0 0 0 15 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1539852 CPUtime=0.06
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 1597 0 0 0 6 0 0 0 15 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1539852 CPUtime=0.03
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 884 0 0 0 3 0 0 0 15 0 18 0 22027954 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 18 0 22027955 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1539852 CPUtime=0.29
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 1788 0 0 0 29 0 0 0 15 0 18 0 22027958 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1539852 CPUtime=0.35
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2665 0 0 0 35 0 0 0 16 0 18 0 22027958 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027958 1576808448 50573 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1539852

[startup+3.10124 s]
/proc/loadavg: 2.57 2.13 2.00 3/196 18630
/proc/meminfo: memFree=29113128/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1539852 CPUtime=4.28
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 56183 0 1 0 412 16 0 0 23 0 18 0 22027953 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 384963 53854 1425 10 0 382266 0
[pid=18612/tid=18613] ppid=18610 vsize=1539852 CPUtime=2.89
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 35498 0 1 0 285 4 0 0 20 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1539852 CPUtime=0.11
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 2730 0 0 0 10 1 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1539852 CPUtime=0.07
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 1759 0 0 0 6 1 0 0 15 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1539852 CPUtime=0.08
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 2168 0 0 0 7 1 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1539852 CPUtime=0.08
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 1702 0 0 0 7 1 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1539852 CPUtime=0.05
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 1655 0 0 0 5 0 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1539852 CPUtime=0.05
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 1877 0 0 0 5 0 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1539852 CPUtime=0.12
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 1995 0 0 0 11 1 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1539852 CPUtime=0.06
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 1254 0 0 0 6 0 0 0 16 0 18 0 22027954 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 22027955 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1539852 CPUtime=0.29
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 1788 0 0 0 29 0 0 0 15 0 18 0 22027958 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1539852 CPUtime=0.35
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2665 0 0 0 35 0 0 0 16 0 18 0 22027958 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027958 1576808448 53854 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1539852

[startup+6.30072 s]
/proc/loadavg: 2.57 2.13 2.00 3/196 18630
/proc/meminfo: memFree=29089784/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1539852 CPUtime=8.29
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 61335 0 1 0 797 32 0 0 23 0 18 0 22027953 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 384963 58651 1425 10 0 382266 0
[pid=18612/tid=18613] ppid=18610 vsize=1539852 CPUtime=5.89
/proc/18612/task/18613/stat : 18613 (java) R 18610 18612 17281 0 -1 4202560 35588 0 1 0 584 5 0 0 25 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1539852 CPUtime=0.24
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 3185 0 0 0 21 3 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1539852 CPUtime=0.2
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 2345 0 0 0 17 3 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1539852 CPUtime=0.19
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 2730 0 0 0 16 3 0 0 15 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1539852 CPUtime=0.22
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 2637 0 0 0 20 2 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1539852 CPUtime=0.19
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 2351 0 0 0 16 3 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1539852 CPUtime=0.19
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 2659 0 0 0 17 2 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1539852 CPUtime=0.25
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 2529 0 0 0 22 3 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1539852 CPUtime=0.16
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 1766 0 0 0 14 2 0 0 16 0 18 0 22027954 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1539852 CPUtime=0.01
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 29 0 0 0 0 1 0 0 15 0 18 0 22027955 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22027956 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1539852 CPUtime=0.29
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 1788 0 0 0 29 0 0 0 15 0 18 0 22027958 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1539852 CPUtime=0.35
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2665 0 0 0 35 0 0 0 16 0 18 0 22027958 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22027958 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1539852 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027958 1576808448 58651 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1539852

[startup+12.7015 s]
/proc/loadavg: 2.88 2.21 2.03 3/196 18630
/proc/meminfo: memFree=29064256/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1540876 CPUtime=16.36
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 67653 0 1 0 1559 77 0 0 23 0 18 0 22027953 1577857024 64650 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 385219 64650 1425 10 0 382522 0

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

/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 10432 0 0 0 804 145 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1541900 CPUtime=9.04
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 10107 0 0 0 755 149 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1541900 CPUtime=8.81
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 11070 0 0 0 719 162 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1541900 CPUtime=8.97
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 10297 0 0 0 743 154 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1541900 CPUtime=8.87
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 10158 0 0 0 733 154 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1541900 CPUtime=9.15
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 10117 0 0 0 767 148 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1541900 CPUtime=9.2
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 9904 0 0 0 767 153 0 0 15 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1541900 CPUtime=9.09
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 8547 0 0 0 752 157 0 0 16 0 18 0 22027954 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1541900 CPUtime=0.33
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 47 0 0 0 17 16 0 0 16 0 18 0 22027955 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1541900 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 18 0 22027956 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1541900 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22027956 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1541900 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22027958 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1541900 CPUtime=0.36
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 1798 0 0 0 36 0 0 0 15 0 18 0 22027958 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1541900 CPUtime=0.36
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2666 0 0 0 36 0 0 0 15 0 18 0 22027958 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1541900 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22027958 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1541900 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22027958 1578905600 117957 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 177.73
Current children cumulated vsize (KiB) 1541900

[startup+126.3 s]
/proc/loadavg: 2.11 2.16 2.03 4/198 18635
/proc/meminfo: memFree=28806412/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1545244 CPUtime=181.43
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 142463 0 1 0 16882 1261 0 0 23 0 20 0 22027953 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 386311 134937 1444 10 0 383614 0
[pid=18612/tid=18613] ppid=18610 vsize=1545244 CPUtime=104.16
/proc/18612/task/18613/stat : 18613 (java) S 18610 18612 17281 0 -1 4202560 38670 0 1 0 10406 10 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1545244 CPUtime=9.52
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 11183 0 0 0 807 145 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1545244 CPUtime=9.11
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 11475 0 0 0 762 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1545244 CPUtime=8.85
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 14172 0 0 0 723 162 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1545244 CPUtime=9.06
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 14114 0 0 0 751 155 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1545244 CPUtime=8.96
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 13655 0 0 0 741 155 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1545244 CPUtime=9.21
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 12870 0 0 0 772 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1545244 CPUtime=9.29
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 10031 0 0 0 775 154 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1545244 CPUtime=9.13
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 9605 0 0 0 755 158 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1545244 CPUtime=0.33
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 47 0 0 0 17 16 0 0 16 0 20 0 22027955 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1545244 CPUtime=0.88
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 2763 0 0 0 88 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1545244 CPUtime=0.9
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2733 0 0 0 90 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 181.43
Current children cumulated vsize (KiB) 1545244

[startup+126.701 s]
/proc/loadavg: 2.11 2.16 2.03 2/198 18637
/proc/meminfo: memFree=28783100/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1545244 CPUtime=181.43
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 142463 0 1 0 16882 1261 0 0 23 0 20 0 22027953 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 386311 134937 1444 10 0 383614 0
[pid=18612/tid=18613] ppid=18610 vsize=1545244 CPUtime=104.16
/proc/18612/task/18613/stat : 18613 (java) S 18610 18612 17281 0 -1 4202560 38670 0 1 0 10406 10 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1545244 CPUtime=9.52
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 11183 0 0 0 807 145 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1545244 CPUtime=9.11
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 11475 0 0 0 762 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1545244 CPUtime=8.85
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 14172 0 0 0 723 162 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1545244 CPUtime=9.06
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 14114 0 0 0 751 155 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1545244 CPUtime=8.96
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 13655 0 0 0 741 155 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1545244 CPUtime=9.21
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 12870 0 0 0 772 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1545244 CPUtime=9.29
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 10031 0 0 0 775 154 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1545244 CPUtime=9.13
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 9605 0 0 0 755 158 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1545244 CPUtime=0.33
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 47 0 0 0 17 16 0 0 16 0 20 0 22027955 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1545244 CPUtime=0.88
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 2763 0 0 0 88 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1545244 CPUtime=0.9
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2733 0 0 0 90 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18636] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18636/stat : 18636 (java) S 18610 18612 17281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22040498 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18637] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18637/stat : 18637 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 22040498 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 181.43
Current children cumulated vsize (KiB) 1545244

[startup+126.901 s]
/proc/loadavg: 2.11 2.16 2.03 2/198 18637
/proc/meminfo: memFree=28783100/32950928 swapFree=67111528/67111528
[pid=18612] ppid=18610 vsize=1545244 CPUtime=181.43
/proc/18612/stat : 18612 (java) S 18610 18612 17281 0 -1 4202496 142463 0 1 0 16882 1261 0 0 23 0 20 0 22027953 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18612/statm: 386311 134937 1444 10 0 383614 0
[pid=18612/tid=18613] ppid=18610 vsize=1545244 CPUtime=104.16
/proc/18612/task/18613/stat : 18613 (java) S 18610 18612 17281 0 -1 4202560 38670 0 1 0 10406 10 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18615] ppid=18610 vsize=1545244 CPUtime=9.52
/proc/18612/task/18615/stat : 18615 (java) S 18610 18612 17281 0 -1 4202560 11183 0 0 0 807 145 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18616] ppid=18610 vsize=1545244 CPUtime=9.11
/proc/18612/task/18616/stat : 18616 (java) S 18610 18612 17281 0 -1 4202560 11475 0 0 0 762 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 0 0 0 0
[pid=18612/tid=18617] ppid=18610 vsize=1545244 CPUtime=8.85
/proc/18612/task/18617/stat : 18617 (java) S 18610 18612 17281 0 -1 4202560 14172 0 0 0 723 162 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18618] ppid=18610 vsize=1545244 CPUtime=9.06
/proc/18612/task/18618/stat : 18618 (java) S 18610 18612 17281 0 -1 4202560 14114 0 0 0 751 155 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18619] ppid=18610 vsize=1545244 CPUtime=8.96
/proc/18612/task/18619/stat : 18619 (java) S 18610 18612 17281 0 -1 4202560 13655 0 0 0 741 155 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18620] ppid=18610 vsize=1545244 CPUtime=9.21
/proc/18612/task/18620/stat : 18620 (java) S 18610 18612 17281 0 -1 4202560 12870 0 0 0 772 149 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18621] ppid=18610 vsize=1545244 CPUtime=9.29
/proc/18612/task/18621/stat : 18621 (java) S 18610 18612 17281 0 -1 4202560 10031 0 0 0 775 154 0 0 15 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18622] ppid=18610 vsize=1545244 CPUtime=9.13
/proc/18612/task/18622/stat : 18622 (java) S 18610 18612 17281 0 -1 4202560 9605 0 0 0 755 158 0 0 16 0 20 0 22027954 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 2 0 0 0
[pid=18612/tid=18623] ppid=18610 vsize=1545244 CPUtime=0.33
/proc/18612/task/18623/stat : 18623 (java) S 18610 18612 17281 0 -1 4202560 47 0 0 0 17 16 0 0 16 0 20 0 22027955 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 0 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18624] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18624/stat : 18624 (java) S 18610 18612 17281 0 -1 4202560 12 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18625] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18625/stat : 18625 (java) S 18610 18612 17281 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22027956 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 7 0 0 0
[pid=18612/tid=18626] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18626/stat : 18626 (java) S 18610 18612 17281 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18627] ppid=18610 vsize=1545244 CPUtime=0.88
/proc/18612/task/18627/stat : 18627 (java) S 18610 18612 17281 0 -1 4202560 2763 0 0 0 88 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 4 0 0 0
[pid=18612/tid=18628] ppid=18610 vsize=1545244 CPUtime=0.9
/proc/18612/task/18628/stat : 18628 (java) S 18610 18612 17281 0 -1 4202560 2733 0 0 0 90 0 0 0 16 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18629] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18629/stat : 18629 (java) S 18610 18612 17281 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 3 0 0 0
[pid=18612/tid=18630] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18630/stat : 18630 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 20 0 22027958 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
[pid=18612/tid=18636] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18636/stat : 18636 (java) S 18610 18612 17281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22040498 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 5 0 0 0
[pid=18612/tid=18637] ppid=18610 vsize=1545244 CPUtime=0
/proc/18612/task/18637/stat : 18637 (java) S 18610 18612 17281 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 22040498 1582329856 134937 4089446400 134512640 134550932 4288420896 18446744073709551615 4294960144 0 4 0 16800975 18446604471142345728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 181.43
Current children cumulated vsize (KiB) 1545244

Child status: 20
Real time (s): 126.992
CPU time (s): 181.471
CPU user time (s): 168.829
CPU system time (s): 12.6421
CPU usage (%): 142.9
Max. virtual memory (cumulated for all children) (KiB): 1545244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.829
system time used= 12.6421
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142471
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124183
involuntary context switches= 6061682

runsolver used 0.205968 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-07 23:29:01
IDJOB=2701236
IDBENCH=79546
IDSOLVER=1207
FILE ID=node125/2701236-1278538141
PBS_JOBID= 11239228
Free space on /tmp= 73528 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701236-1278538141/watcher-2701236-1278538141 -o /tmp/evaluation-result-2701236-1278538141/solver-2701236-1278538141 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701236-1278538141.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ca9d0852ab5b196169871de07952f6ec
RANDOM SEED=13332320

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29314852 kB
Buffers:        118352 kB
Cached:        3243480 kB
SwapCached:          0 kB
Active:         948244 kB
Inactive:      2542180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29314852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10648 kB
Writeback:           0 kB
AnonPages:      128624 kB
Mapped:          15396 kB
Slab:            79732 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   268520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73528 MiB
End job on node125 at 2010-07-07 23:31:08