Trace number 2694512

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 40.0549 18.938

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-66-100-0.wbo
MD5SUM257e79f814ec2395c606dee738edc728
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3518
Best CPU time to get the best result obtained on this benchmark1800.25
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints10314
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 520266
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 520265
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.0.v20100531
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/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@18385e3
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@cf40f5
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-2694512-1277917171.wbo
0.11/0.10	c reading problem ... 
2.00/0.86	c ... done. Wall clock time 0.763s.
2.00/0.86	c #vars     19952
2.00/0.86	c #constraints  27269
2.00/0.86	c constraints type 
2.00/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3589
2.00/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1439
2.00/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20720
2.00/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
2.00/0.86	c constraints type 
2.00/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20720
2.00/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3589
2.00/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1439
2.00/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
8.08/2.94	c cleaning 2499 clauses out of 4997 with flag 5000/5000
12.28/4.93	c cleaning 4248 clauses out of 8497 with flag 11000/11000
17.29/7.43	c cleaning 5614 clauses out of 11248 with flag 18000/18000
22.90/10.26	c cleaning 6812 clauses out of 13632 with flag 26000/26000
29.67/13.64	c cleaning 7906 clauses out of 15822 with flag 35003/35003
37.47/17.55	c cleaning 8951 clauses out of 17912 with flag 45000/45000
39.80/18.80	c And the winner is Resolution
40.02/18.90	c starts		: 66
40.02/18.90	c conflicts		: 48225
40.02/18.90	c decisions		: 80203
40.02/18.90	c propagations		: 25034883
40.02/18.90	c inspects		: 81814335
40.02/18.90	c learnt literals	: 19
40.02/18.90	c learnt binary clauses	: 73
40.02/18.90	c learnt ternary clauses	: 206
40.02/18.90	c learnt clauses	: 48205
40.02/18.90	c ignored clauses	: 0
40.02/18.90	c root simplifications	: 0
40.02/18.90	c removed literals (reason simplification)	: 592091
40.02/18.90	c reason swapping (by a shorter reason)	: 0
40.02/18.90	c Calls to reduceDB	: 6
40.02/18.90	c number of reductions to clauses (during analyze)	: 0
40.02/18.90	c number of learned constraints concerned by reduction	: 0
40.02/18.90	c number of learning phase by resolution	: 0
40.02/18.90	c number of learning phase by cutting planes	: 0
40.02/18.90	c speed (assignments/second)	: 1388281.650307769
40.02/18.90	c non guided choices	41
40.02/18.90	c learnt constraints type 
40.02/18.90	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12102
40.02/18.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
40.02/18.90	c constraints type 
40.02/18.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3589
40.02/18.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 1439
40.02/18.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20720
40.02/18.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
40.02/18.90	c constraints type 
40.02/18.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20720
40.02/18.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3589
40.02/18.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1439
40.02/18.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
40.02/18.90	s UNSATISFIABLE
40.02/18.90	c Total wall clock time (in seconds): 18.803

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-2694512-1277917171/watcher-2694512-1277917171 -o /tmp/evaluation-result-2694512-1277917171/solver-2694512-1277917171 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694512-1277917171.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.29 2.19 2.15 3/178 11580
/proc/meminfo: memFree=31113328/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=248 CPUtime=0
/proc/11580/stat : 11580 (java) R 11578 11580 10898 0 -1 4194304 281 0 0 0 0 0 0 0 25 0 1 0 133014695 253952 28 4089446400 134512640 134550932 4291764528 18446744073709551615 4743646 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11580/statm: 62 28 21 10 0 23 0

[startup+0.0726431 s]
/proc/loadavg: 2.29 2.19 2.15 3/178 11580
/proc/meminfo: memFree=31113328/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1527796 CPUtime=0.06
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 4303 0 1 0 5 1 0 0 25 0 18 0 133014695 1564463104 3743 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 381949 3749 1093 10 0 379252 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1527796

[startup+0.100672 s]
/proc/loadavg: 2.29 2.19 2.15 3/178 11580
/proc/meminfo: memFree=31113328/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1530028 CPUtime=0.11
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 5225 0 1 0 10 1 0 0 25 0 18 0 133014695 1566748672 4663 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 382507 4664 1346 10 0 379810 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530028

[startup+0.300603 s]
/proc/loadavg: 2.29 2.19 2.15 3/178 11580
/proc/meminfo: memFree=31113328/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1531736 CPUtime=0.52
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 8166 0 1 0 51 1 0 0 25 0 18 0 133014695 1568497664 7380 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 382934 7381 1403 10 0 380237 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1531736

[startup+0.700528 s]
/proc/loadavg: 2.29 2.19 2.15 3/178 11580
/proc/meminfo: memFree=31113328/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1543028 CPUtime=1.71
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 40578 0 1 0 166 5 0 0 25 0 18 0 133014695 1580060672 38322 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 385757 38322 1423 10 0 383060 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1543028

[startup+1.50135 s]
/proc/loadavg: 2.51 2.23 2.16 6/198 11600
/proc/meminfo: memFree=30951048/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1551416 CPUtime=4.71
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 47107 0 1 0 464 7 0 0 25 0 22 0 133014695 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 387854 42624 1441 10 0 385157 0
[pid=11580/tid=11582] ppid=11578 vsize=1551416 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 22 0 133014695 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 480 0 0 0 0 0 0 0 19 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1551416 CPUtime=0.01
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 1101 0 0 0 1 0 0 0 17 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1551416 CPUtime=0.01
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 1180 0 0 0 1 0 0 0 19 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1551416 CPUtime=0.01
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 735 0 0 0 1 0 0 0 19 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 99 0 0 0 0 0 0 0 19 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 418 0 0 0 0 0 0 0 19 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 133014696 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 133014697 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 133014697 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1551416 CPUtime=1.26
/proc/11580/task/11595/stat : 11595 (java) R 11578 11580 10898 0 -1 4202560 5368 0 0 0 126 0 0 0 18 0 22 0 133014699 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 104140097 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1551416 CPUtime=1.27
/proc/11580/task/11596/stat : 11596 (java) R 11578 11580 10898 0 -1 4202560 4503 0 0 0 127 0 0 0 18 0 22 0 133014699 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 105588566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1551416 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1551416 CPUtime=0.62
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 11 0 0 0 62 0 0 0 18 0 22 0 133014781 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 4110139588 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1551416 CPUtime=0.62
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 33 0 0 0 62 0 0 0 19 0 22 0 133014781 1588649984 42624 4089446400 134512640 134550932 4291764528 18446744073709551615 106581630 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1551416

[startup+3.10109 s]
/proc/loadavg: 2.51 2.23 2.16 4/200 11602
/proc/meminfo: memFree=30936524/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1548824 CPUtime=8.48
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 56160 0 1 0 839 9 0 0 25 0 22 0 133014695 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 387206 50689 1452 10 0 384509 0
[pid=11580/tid=11582] ppid=11578 vsize=1548824 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 22 0 133014695 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1548824 CPUtime=0.04
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 1197 0 0 0 4 0 0 0 16 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1548824 CPUtime=0.06
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 2321 0 0 0 6 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1548824 CPUtime=0.04
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 2263 0 0 0 4 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1548824 CPUtime=0.05
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 1752 0 0 0 5 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1548824 CPUtime=0.03
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 960 0 0 0 3 0 0 0 16 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 1 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1548824 CPUtime=0.02
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 886 0 0 0 2 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1548824 CPUtime=0.04
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 1201 0 0 0 4 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1548824 CPUtime=0.03
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 1299 0 0 0 3 0 0 0 15 0 22 0 133014696 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 5 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1548824 CPUtime=0.04
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 828 0 0 0 4 0 0 0 15 0 22 0 133014697 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 133014697 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1548824 CPUtime=1.42
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5556 0 0 0 142 0 0 0 16 0 22 0 133014699 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1548824 CPUtime=1.52
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4680 0 0 0 152 0 0 0 15 0 22 0 133014699 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1548824 CPUtime=2.12
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 15 0 0 0 212 0 0 0 18 0 22 0 133014781 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4110268529 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1548824 CPUtime=2.12
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 38 0 0 0 212 0 0 0 21 0 22 0 133014781 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4109242799 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133014805 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1548824 CPUtime=0
/proc/11580/task/11602/stat : 11602 (java) S 11578 11580 10898 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133014805 1585995776 50689 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1548824

[startup+6.30153 s]
/proc/loadavg: 2.51 2.23 2.16 4/200 11602
/proc/meminfo: memFree=30906516/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1547384 CPUtime=15.06
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 58757 0 1 0 1495 11 0 0 25 0 22 0 133014695 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 386846 52729 1452 10 0 384149 0
[pid=11580/tid=11582] ppid=11578 vsize=1547384 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 22 0 133014695 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1547384 CPUtime=0.06
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 1546 0 0 0 6 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1547384 CPUtime=0.07
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 2503 0 0 0 7 0 0 0 16 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1547384 CPUtime=0.06
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 2755 0 0 0 6 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1547384 CPUtime=0.07
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 2032 0 0 0 7 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1547384 CPUtime=0.05
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 1268 0 0 0 5 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 1 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1547384 CPUtime=0.04
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 1238 0 0 0 4 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1547384 CPUtime=0.05
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 1328 0 0 0 5 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1547384 CPUtime=0.04
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 1619 0 0 0 4 0 0 0 15 0 22 0 133014696 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 5 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 992 0 0 0 10 1 0 0 15 0 22 0 133014697 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1547384 CPUtime=1.5
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5559 0 0 0 150 0 0 0 15 0 22 0 133014699 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1547384 CPUtime=1.62
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4687 0 0 0 162 0 0 0 15 0 22 0 133014699 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1547384 CPUtime=5.23
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 20 0 0 0 523 0 0 0 20 0 22 0 133014781 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4110247369 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1547384 CPUtime=5.22
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 46 0 0 0 522 0 0 0 20 0 22 0 133014781 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4109541677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 52729 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1547384 CPUtime=0

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

/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1547384 CPUtime=1.52
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5560 0 0 0 152 0 0 0 15 0 22 0 133014699 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1547384 CPUtime=1.62
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4688 0 0 0 162 0 0 0 15 0 22 0 133014699 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1547384 CPUtime=16.11
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 36 0 0 0 1611 0 0 0 20 0 22 0 133014781 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4109941242 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1547384 CPUtime=16.09
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 138 0 0 0 1609 0 0 0 25 0 22 0 133014781 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4109723323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11602/stat : 11602 (java) S 11578 11580 10898 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56234 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.47
Current children cumulated vsize (KiB) 1547384

[startup+18.3013 s]
/proc/loadavg: 2.61 2.27 2.17 4/200 11603
/proc/meminfo: memFree=30885212/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1547384 CPUtime=38.98
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 62841 0 1 0 3883 15 0 0 25 0 22 0 133014695 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 386846 56490 1452 10 0 384149 0
[pid=11580/tid=11582] ppid=11578 vsize=1547384 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 22 0 133014695 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 2049 0 0 0 11 0 0 0 15 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1547384 CPUtime=0.13
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 3072 0 0 0 12 1 0 0 15 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 3222 0 0 0 10 1 0 0 15 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 2501 0 0 0 11 0 0 0 15 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 5 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1547384 CPUtime=0.09
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 1794 0 0 0 9 0 0 0 16 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 1 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1547384 CPUtime=0.08
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 1487 0 0 0 8 0 0 0 16 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1547384 CPUtime=0.09
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 1897 0 0 0 9 0 0 0 15 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1547384 CPUtime=0.1
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 2049 0 0 0 9 1 0 0 16 0 22 0 133014696 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1547384 CPUtime=0.44
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 1182 0 0 0 43 1 0 0 15 0 22 0 133014697 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1547384 CPUtime=1.53
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5561 0 0 0 153 0 0 0 15 0 22 0 133014699 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1547384 CPUtime=1.62
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4688 0 0 0 162 0 0 0 15 0 22 0 133014699 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1547384 CPUtime=16.8
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 36 0 0 0 1680 0 0 0 20 0 22 0 133014781 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4110111221 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1547384 CPUtime=16.79
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 139 0 0 0 1679 0 0 0 25 0 22 0 133014781 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4109723014 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11602/stat : 11602 (java) S 11578 11580 10898 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56490 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.98
Current children cumulated vsize (KiB) 1547384

[startup+18.7073 s]
/proc/loadavg: 2.61 2.27 2.17 4/200 11603
/proc/meminfo: memFree=30884096/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1547384 CPUtime=39.8
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 63239 0 1 0 3965 15 0 0 25 0 22 0 133014695 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 386846 56877 1452 10 0 384149 0
[pid=11580/tid=11582] ppid=11578 vsize=1547384 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 22 0 133014695 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 2060 0 0 0 11 0 0 0 16 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1547384 CPUtime=0.13
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 3173 0 0 0 12 1 0 0 16 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 3222 0 0 0 10 1 0 0 15 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 2621 0 0 0 11 0 0 0 15 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 5 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1547384 CPUtime=0.1
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 1868 0 0 0 10 0 0 0 16 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 1 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1547384 CPUtime=0.08
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 1537 0 0 0 8 0 0 0 16 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1547384 CPUtime=0.09
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 1897 0 0 0 9 0 0 0 15 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1547384 CPUtime=0.1
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 2090 0 0 0 9 1 0 0 16 0 22 0 133014696 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1547384 CPUtime=0.44
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 1182 0 0 0 43 1 0 0 15 0 22 0 133014697 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 133014697 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1547384 CPUtime=1.53
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5561 0 0 0 153 0 0 0 15 0 22 0 133014699 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1547384 CPUtime=1.62
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4688 0 0 0 162 0 0 0 15 0 22 0 133014699 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133014699 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133014699 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11599] ppid=11578 vsize=1547384 CPUtime=17.21
/proc/11580/task/11599/stat : 11599 (java) R 11578 11580 10898 0 -1 4202560 37 0 0 0 1721 0 0 0 21 0 22 0 133014781 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4109941424 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11580/tid=11600] ppid=11578 vsize=1547384 CPUtime=17.19
/proc/11580/task/11600/stat : 11600 (java) R 11578 11580 10898 0 -1 4202560 139 0 0 0 1719 0 0 0 25 0 22 0 133014781 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4110256463 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11602/stat : 11602 (java) S 11578 11580 10898 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133014805 1584521216 56877 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.8
Current children cumulated vsize (KiB) 1547384

[startup+18.9012 s]
/proc/loadavg: 2.61 2.27 2.17 4/200 11603
/proc/meminfo: memFree=30884096/32951124 swapFree=67111528/67111528
[pid=11580] ppid=11578 vsize=1547384 CPUtime=40.02
/proc/11580/stat : 11580 (java) S 11578 11580 10898 0 -1 4202496 63240 0 1 0 3987 15 0 0 25 0 20 0 133014695 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11580/statm: 386846 56878 1453 10 0 384149 0
[pid=11580/tid=11582] ppid=11578 vsize=1547384 CPUtime=0.82
/proc/11580/task/11582/stat : 11582 (java) S 11578 11580 10898 0 -1 4202560 32096 0 1 0 78 4 0 0 18 0 20 0 133014695 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11583] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11583/stat : 11583 (java) S 11578 11580 10898 0 -1 4202560 2060 0 0 0 11 0 0 0 16 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11584] ppid=11578 vsize=1547384 CPUtime=0.13
/proc/11580/task/11584/stat : 11584 (java) S 11578 11580 10898 0 -1 4202560 3173 0 0 0 12 1 0 0 16 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11585] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11585/stat : 11585 (java) S 11578 11580 10898 0 -1 4202560 3222 0 0 0 10 1 0 0 15 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11586] ppid=11578 vsize=1547384 CPUtime=0.11
/proc/11580/task/11586/stat : 11586 (java) S 11578 11580 10898 0 -1 4202560 2621 0 0 0 11 0 0 0 15 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 5 0 0 0
[pid=11580/tid=11587] ppid=11578 vsize=1547384 CPUtime=0.1
/proc/11580/task/11587/stat : 11587 (java) S 11578 11580 10898 0 -1 4202560 1868 0 0 0 10 0 0 0 16 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 1 0 0 0
[pid=11580/tid=11588] ppid=11578 vsize=1547384 CPUtime=0.08
/proc/11580/task/11588/stat : 11588 (java) S 11578 11580 10898 0 -1 4202560 1537 0 0 0 8 0 0 0 16 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11589] ppid=11578 vsize=1547384 CPUtime=0.09
/proc/11580/task/11589/stat : 11589 (java) S 11578 11580 10898 0 -1 4202560 1897 0 0 0 9 0 0 0 15 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11590] ppid=11578 vsize=1547384 CPUtime=0.1
/proc/11580/task/11590/stat : 11590 (java) S 11578 11580 10898 0 -1 4202560 2090 0 0 0 9 1 0 0 16 0 20 0 133014696 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 3 0 0 0
[pid=11580/tid=11591] ppid=11578 vsize=1547384 CPUtime=0.44
/proc/11580/task/11591/stat : 11591 (java) S 11578 11580 10898 0 -1 4202560 1182 0 0 0 43 1 0 0 15 0 20 0 133014697 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 0 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11592] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11592/stat : 11592 (java) S 11578 11580 10898 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 133014697 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11593] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11593/stat : 11593 (java) S 11578 11580 10898 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 133014697 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
[pid=11580/tid=11594] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11594/stat : 11594 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133014699 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11595] ppid=11578 vsize=1547384 CPUtime=1.53
/proc/11580/task/11595/stat : 11595 (java) S 11578 11580 10898 0 -1 4202560 5561 0 0 0 153 0 0 0 15 0 20 0 133014699 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11596] ppid=11578 vsize=1547384 CPUtime=1.62
/proc/11580/task/11596/stat : 11596 (java) S 11578 11580 10898 0 -1 4202560 4688 0 0 0 162 0 0 0 15 0 20 0 133014699 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11597] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11597/stat : 11597 (java) S 11578 11580 10898 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133014699 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 2 0 0 0
[pid=11580/tid=11598] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11598/stat : 11598 (java) S 11578 11580 10898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133014699 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 4 0 0 0
[pid=11580/tid=11601] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11601/stat : 11601 (java) S 11578 11580 10898 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 133014805 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 6 0 0 0
[pid=11580/tid=11602] ppid=11578 vsize=1547384 CPUtime=0
/proc/11580/task/11602/stat : 11602 (java) S 11578 11580 10898 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133014805 1584521216 56878 4089446400 134512640 134550932 4291764528 18446744073709551615 4294960144 0 4 0 16800975 18446604453907689856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.02
Current children cumulated vsize (KiB) 1547384

Child status: 20
Real time (s): 18.938
CPU time (s): 40.0549
CPU user time (s): 39.8859
CPU system time (s): 0.168974
CPU usage (%): 211.506
Max. virtual memory (cumulated for all children) (KiB): 1551416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8859
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63248
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= 2282
involuntary context switches= 14081

runsolver used 0.041993 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 18:59:32
IDJOB=2694512
IDBENCH=79085
IDSOLVER=1207
FILE ID=node104/2694512-1277917171
PBS_JOBID= 11197336
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j605_10-unsat--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694512-1277917171/watcher-2694512-1277917171 -o /tmp/evaluation-result-2694512-1277917171/solver-2694512-1277917171 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694512-1277917171.wbo

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

MD5SUM BENCH= 257e79f814ec2395c606dee738edc728
RANDOM SEED=784869343

node104.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.839
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.67
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.839
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	: 5226.12
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.839
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.75
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.839
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.84
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.839
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.74
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.839
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.83
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.839
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.75
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.839
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31113732 kB
Buffers:        195416 kB
Cached:         698632 kB
SwapCached:          0 kB
Active:        1154160 kB
Inactive:       542020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31113732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1260 kB
Writeback:           0 kB
AnonPages:      802172 kB
Mapped:          16116 kB
Slab:            77364 kB
PageTables:       6480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   960808 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= 74208 MiB
End job on node104 at 2010-06-30 18:59:51