Trace number 2659437

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 Resolution 2.2.0 2010-05-26UNSAT 71.7061 69.8916

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36073
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2659437-1276293855.opb
0.21/0.21	c reading problem ... 
0.89/0.64	c ... done. Wall clock time 0.426s.
0.89/0.64	c #vars     231
0.89/0.64	c #constraints  2707
0.89/0.64	c constraints type 
0.89/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.89/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.89/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.89/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.90/1.88	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.65/2.56	c cleaning 4248 clauses out of 8502 with flag 11000/11000
4.47/3.39	c cleaning 5625 clauses out of 11255 with flag 18001/18001
5.47/4.38	c cleaning 6806 clauses out of 13629 with flag 26000/26000
6.83/5.68	c cleaning 7907 clauses out of 15825 with flag 35002/35002
8.43/7.22	c cleaning 8951 clauses out of 17916 with flag 45000/45000
9.74/8.51	c cleaning 9479 clauses out of 18965 with flag 55000/55000
11.05/9.88	c cleaning 9739 clauses out of 19487 with flag 65001/65001
12.35/11.11	c cleaning 9872 clauses out of 19747 with flag 75000/75000
13.65/12.45	c cleaning 9926 clauses out of 19875 with flag 85000/85000
15.05/13.83	c cleaning 9971 clauses out of 19949 with flag 95000/95000
16.26/15.04	c cleaning 9986 clauses out of 19981 with flag 105003/105003
17.57/16.30	c cleaning 9993 clauses out of 19993 with flag 115001/115001
18.78/17.53	c cleaning 10000 clauses out of 19999 with flag 125000/125000
20.08/18.87	c cleaning 9997 clauses out of 19999 with flag 135000/135000
21.48/20.25	c cleaning 9992 clauses out of 20004 with flag 145002/145002
22.77/21.54	c cleaning 9996 clauses out of 20010 with flag 155000/155000
23.97/22.76	c cleaning 10003 clauses out of 20015 with flag 165001/165001
25.38/24.16	c cleaning 10000 clauses out of 20011 with flag 175000/175000
26.58/25.39	c cleaning 9996 clauses out of 20013 with flag 185002/185002
27.89/26.62	c cleaning 10005 clauses out of 20016 with flag 195001/195001
28.99/27.74	c cleaning 10001 clauses out of 20010 with flag 205000/205000
30.19/28.91	c cleaning 9998 clauses out of 20012 with flag 215003/215003
31.49/30.25	c cleaning 10001 clauses out of 20012 with flag 225001/225001
32.79/31.56	c cleaning 10002 clauses out of 20011 with flag 235001/235001
33.99/32.74	c cleaning 9999 clauses out of 20009 with flag 245001/245001
35.20/33.98	c cleaning 9993 clauses out of 20009 with flag 255000/255000
36.51/35.22	c cleaning 9998 clauses out of 20016 with flag 265000/265000
37.70/36.48	c cleaning 10007 clauses out of 20022 with flag 275004/275004
38.90/37.64	c cleaning 10000 clauses out of 20011 with flag 285000/285000
40.01/38.79	c cleaning 10002 clauses out of 20012 with flag 295001/295001
41.31/40.03	c cleaning 9998 clauses out of 20010 with flag 305001/305001
42.41/41.14	c cleaning 10000 clauses out of 20013 with flag 315002/315002
43.61/42.34	c cleaning 10001 clauses out of 20011 with flag 325000/325000
44.81/43.55	c cleaning 9998 clauses out of 20010 with flag 335000/335000
45.91/44.69	c cleaning 9998 clauses out of 20013 with flag 345001/345001
47.11/45.88	c cleaning 9992 clauses out of 20014 with flag 355000/355000
48.31/47.08	c cleaning 10005 clauses out of 20023 with flag 365001/365001
49.62/48.39	c cleaning 10004 clauses out of 20017 with flag 375000/375000
50.92/49.68	c cleaning 9997 clauses out of 20014 with flag 385001/385001
52.12/50.84	c cleaning 10003 clauses out of 20017 with flag 395001/395001
53.33/51.96	c cleaning 10005 clauses out of 20013 with flag 405000/405000
54.69/53.07	c cleaning 9993 clauses out of 20009 with flag 415001/415001
56.09/54.44	c cleaning 10005 clauses out of 20019 with flag 425004/425004
57.30/55.64	c cleaning 10004 clauses out of 20011 with flag 435001/435001
58.49/56.81	c cleaning 9997 clauses out of 20006 with flag 445000/445000
59.49/57.87	c cleaning 10000 clauses out of 20010 with flag 455001/455001
60.69/59.01	c cleaning 10003 clauses out of 20013 with flag 465004/465004
61.90/60.23	c cleaning 9993 clauses out of 20006 with flag 475000/475000
63.21/61.52	c cleaning 10003 clauses out of 20013 with flag 485000/485000
64.31/62.66	c cleaning 9999 clauses out of 20010 with flag 495000/495000
65.52/63.82	c cleaning 9996 clauses out of 20012 with flag 505001/505001
66.67/64.94	c cleaning 10004 clauses out of 20017 with flag 515002/515002
67.77/66.09	c cleaning 10000 clauses out of 20012 with flag 525001/525001
69.17/67.43	c cleaning 9998 clauses out of 20012 with flag 535001/535001
70.47/68.75	c cleaning 10005 clauses out of 20018 with flag 545005/545005
71.58/69.82	c starts		: 153
71.58/69.82	c conflicts		: 553756
71.58/69.82	c decisions		: 927087
71.58/69.82	c propagations		: 24774665
71.58/69.82	c inspects		: 286260009
71.58/69.82	c learnt literals	: 3
71.58/69.82	c learnt binary clauses	: 15
71.58/69.82	c learnt ternary clauses	: 406
71.58/69.82	c learnt clauses	: 553752
71.58/69.82	c ignored clauses	: 0
71.58/69.82	c root simplifications	: 0
71.58/69.82	c removed literals (reason simplification)	: 2422425
71.58/69.82	c reason swapping (by a shorter reason)	: 0
71.58/69.82	c Calls to reduceDB	: 56
71.58/69.82	c number of reductions to clauses (during analyze)	: 0
71.58/69.82	c number of learned constraints concerned by reduction	: 0
71.58/69.82	c number of learning phase by resolution	: 0
71.58/69.82	c number of learning phase by cutting planes	: 0
71.58/69.82	c speed (assignments/second)	: 358108.53979358793
71.58/69.82	c non guided choices	162
71.58/69.84	c learnt constraints type 
71.58/69.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18745
71.58/69.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
71.58/69.84	c constraints type 
71.58/69.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
71.58/69.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
71.58/69.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
71.58/69.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
71.58/69.85	s UNSATISFIABLE
71.58/69.85	c Total wall clock time (in seconds): 69.634

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-2659437-1276293855/watcher-2659437-1276293855 -o /tmp/evaluation-result-2659437-1276293855/solver-2659437-1276293855 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659437-1276293855.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5617
/proc/meminfo: memFree=1557396/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1752 CPUtime=0
/proc/5617/stat : 5617 (java6) R 5615 5617 5592 0 -1 4194304 159 0 0 0 0 0 0 0 22 0 1 0 4989383 1794048 77 1992294400 134512640 134550932 4294667392 18446744073709551615 3840432 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5617/statm: 438 79 64 10 0 30 0

[startup+0.080044 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5617
/proc/meminfo: memFree=1557396/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1521796 CPUtime=0.06
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 3761 0 1 0 4 2 0 0 15 0 7 0 4989383 1558319104 3202 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 380449 3203 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100044 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5617
/proc/meminfo: memFree=1557396/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1524024 CPUtime=0.08
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 3931 0 1 0 6 2 0 0 15 0 12 0 4989383 1560600576 3370 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 381006 3370 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300039 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5617
/proc/meminfo: memFree=1557396/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1525936 CPUtime=0.33
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 5268 0 1 0 30 3 0 0 15 0 12 0 4989383 1562558464 4704 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 381484 4704 1361 10 0 378786 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1525936

[startup+0.70003 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 5617
/proc/meminfo: memFree=1557396/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1528316 CPUtime=1.08
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 7169 0 1 0 105 3 0 0 15 0 13 0 4989383 1564995584 6484 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382079 6484 1409 10 0 379381 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528316

[startup+1.50101 s]
/proc/loadavg: 1.00 1.00 1.08 4/119 5630
/proc/meminfo: memFree=1534168/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1531236 CPUtime=2.52
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 8723 0 1 0 248 4 0 0 15 0 13 0 4989383 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382809 7553 1424 10 0 380111 0
[pid=5617/tid=5619] ppid=5615 vsize=1531236 CPUtime=1.33
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5228 0 1 0 131 2 0 0 25 0 13 0 4989384 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4109315074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 4989386 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 4989386 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 13 0 4989387 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 4989388 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4989388 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1531236 CPUtime=0.83
/proc/5617/task/5626/stat : 5626 (java) R 5615 5617 5592 0 -1 4202560 1703 0 0 0 83 0 0 0 16 0 13 0 4989392 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 103821326 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1531236 CPUtime=0.33
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 728 0 0 0 33 0 0 0 22 0 13 0 4989392 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4989392 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1567985664 7553 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1531236

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5630
/proc/meminfo: memFree=1528836/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1531236 CPUtime=4.26
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 9946 0 1 0 421 5 0 0 15 0 13 0 4989383 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382809 8773 1442 10 0 380111 0
[pid=5617/tid=5619] ppid=5615 vsize=1531236 CPUtime=2.82
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5588 0 1 0 280 2 0 0 25 0 13 0 4989384 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4108957324 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 13 0 4989386 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 13 0 4989386 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1531236 CPUtime=0.03
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 349 0 0 0 3 0 0 0 16 0 13 0 4989387 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1531236 CPUtime=0.97
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 1723 0 0 0 97 0 0 0 16 0 13 0 4989392 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1531236 CPUtime=0.38
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 731 0 0 0 38 0 0 0 15 0 13 0 4989392 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4989392 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1531236 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1567985664 8773 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1531236

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5630
/proc/meminfo: memFree=1526232/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530676 CPUtime=7.53
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 10343 0 1 0 748 5 0 0 15 0 13 0 4989383 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382669 9103 1442 10 0 379971 0
[pid=5617/tid=5619] ppid=5615 vsize=1530676 CPUtime=5.9
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5591 0 1 0 588 2 0 0 20 0 13 0 4989384 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4109312592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530676 CPUtime=0.01
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 388 0 0 0 1 0 0 0 15 0 13 0 4989386 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530676 CPUtime=0.01
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 303 0 0 0 1 0 0 0 16 0 13 0 4989386 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530676 CPUtime=0.11
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 532 0 0 0 11 0 0 0 16 0 13 0 4989387 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530676 CPUtime=1.05
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 1733 0 0 0 105 0 0 0 15 0 13 0 4989392 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530676 CPUtime=0.39
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 731 0 0 0 39 0 0 0 16 0 13 0 4989392 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4989392 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1567412224 9103 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1530676

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5630
/proc/meminfo: memFree=1524620/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530676 CPUtime=13.96
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 10571 0 1 0 1390 6 0 0 15 0 13 0 4989383 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382669 9326 1442 10 0 379971 0
[pid=5617/tid=5619] ppid=5615 vsize=1530676 CPUtime=12.14
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5596 0 1 0 1212 2 0 0 25 0 13 0 4989384 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4109345111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530676 CPUtime=0.03
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 411 0 0 0 3 0 0 0 15 0 13 0 4989386 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530676 CPUtime=0.03
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 319 0 0 0 3 0 0 0 16 0 13 0 4989386 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530676 CPUtime=0.24
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 716 0 0 0 24 0 0 0 16 0 13 0 4989387 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530676 CPUtime=1.05
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 1733 0 0 0 105 0 0 0 15 0 13 0 4989392 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530676 CPUtime=0.39
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 731 0 0 0 39 0 0 0 16 0 13 0 4989392 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4989392 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530676 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1567412224 9326 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 1530676

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.08 3/119 5630
/proc/meminfo: memFree=1524372/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530128 CPUtime=26.78
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 10683 0 1 0 2672 6 0 0 15 0 13 0 4989383 1566851072 9291 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382532 9291 1442 10 0 379834 0
[pid=5617/tid=5619] ppid=5615 vsize=1530128 CPUtime=24.65
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5606 0 1 0 2462 3 0 0 25 0 13 0 4989384 1566851072 9291 1992294400 134512640 134550932 4290790128 18446744073709551615 4109312616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530128 CPUtime=0.06
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 412 0 0 0 6 0 0 0 15 0 13 0 4989386 1566851072 9291 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530128 CPUtime=0.06
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 320 0 0 0 6 0 0 0 16 0 13 0 4989386 1566851072 9291 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530128 CPUtime=0.49

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

/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 65.61
Current children cumulated vsize (KiB) 1532412

[startup+67.1089 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5632
/proc/meminfo: memFree=1520156/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1532412 CPUtime=68.87
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 12922 0 1 0 6877 10 0 0 15 0 13 0 4989383 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 383103 10306 1442 10 0 380405 0
[pid=5617/tid=5619] ppid=5615 vsize=1532412 CPUtime=65.18
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5643 0 1 0 6513 5 0 0 25 0 13 0 4989384 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4109314376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1532412 CPUtime=0.15
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 417 0 0 0 14 1 0 0 15 0 13 0 4989386 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1532412 CPUtime=0.17
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 327 0 0 0 17 0 0 0 15 0 13 0 4989386 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1532412 CPUtime=1.37
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1066 0 0 0 137 0 0 0 16 0 13 0 4989387 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1532412 CPUtime=1.51
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 3444 0 0 0 150 1 0 0 15 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1532412 CPUtime=0.44
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 956 0 0 0 44 0 0 0 15 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1532412 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1569189888 10306 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.87
Current children cumulated vsize (KiB) 1532412

[startup+68.702 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5632
/proc/meminfo: memFree=1522264/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530208 CPUtime=70.47
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 12923 0 1 0 7037 10 0 0 15 0 13 0 4989383 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382552 9757 1442 10 0 379854 0
[pid=5617/tid=5619] ppid=5615 vsize=1530208 CPUtime=66.74
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5644 0 1 0 6669 5 0 0 25 0 13 0 4989384 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4159262914 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530208 CPUtime=0.15
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 417 0 0 0 14 1 0 0 15 0 13 0 4989386 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530208 CPUtime=0.17
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 327 0 0 0 17 0 0 0 15 0 13 0 4989386 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530208 CPUtime=1.4
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1066 0 0 0 140 0 0 0 15 0 13 0 4989387 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530208 CPUtime=1.51
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 3444 0 0 0 150 1 0 0 15 0 13 0 4989392 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530208 CPUtime=0.44
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 956 0 0 0 44 0 0 0 15 0 13 0 4989392 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1566932992 9757 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.47
Current children cumulated vsize (KiB) 1530208

[startup+69.5021 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5632
/proc/meminfo: memFree=1522264/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530208 CPUtime=71.27
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 12927 0 1 0 7117 10 0 0 15 0 13 0 4989383 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382552 9760 1442 10 0 379854 0
[pid=5617/tid=5619] ppid=5615 vsize=1530208 CPUtime=67.5
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5646 0 1 0 6745 5 0 0 18 0 13 0 4989384 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4109314279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530208 CPUtime=0.15
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 419 0 0 0 14 1 0 0 15 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530208 CPUtime=0.18
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 327 0 0 0 18 0 0 0 16 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530208 CPUtime=1.43
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1066 0 0 0 143 0 0 0 16 0 13 0 4989387 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530208 CPUtime=1.51
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 3444 0 0 0 150 1 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530208 CPUtime=0.44
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 956 0 0 0 44 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.27
Current children cumulated vsize (KiB) 1530208

[startup+69.7021 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5632
/proc/meminfo: memFree=1522264/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530208 CPUtime=71.48
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 12927 0 1 0 7138 10 0 0 15 0 13 0 4989383 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382552 9760 1442 10 0 379854 0
[pid=5617/tid=5619] ppid=5615 vsize=1530208 CPUtime=67.7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5646 0 1 0 6765 5 0 0 19 0 13 0 4989384 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4109242548 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530208 CPUtime=0.15
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 419 0 0 0 14 1 0 0 15 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530208 CPUtime=0.18
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 327 0 0 0 18 0 0 0 16 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530208 CPUtime=1.43
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1066 0 0 0 143 0 0 0 16 0 13 0 4989387 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530208 CPUtime=1.52
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 3444 0 0 0 151 1 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530208 CPUtime=0.44
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 956 0 0 0 44 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.48
Current children cumulated vsize (KiB) 1530208

[startup+69.8021 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 5632
/proc/meminfo: memFree=1522264/2059040 swapFree=4192956/4192956
[pid=5617] ppid=5615 vsize=1530208 CPUtime=71.58
/proc/5617/stat : 5617 (java) S 5615 5617 5592 0 -1 4202496 12927 0 1 0 7148 10 0 0 15 0 13 0 4989383 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5617/statm: 382552 9760 1442 10 0 379854 0
[pid=5617/tid=5619] ppid=5615 vsize=1530208 CPUtime=67.8
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 5592 0 -1 4202560 5646 0 1 0 6775 5 0 0 19 0 13 0 4989384 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4109396541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1530208 CPUtime=0.15
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 5592 0 -1 4202560 419 0 0 0 14 1 0 0 15 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1530208 CPUtime=0.18
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 5592 0 -1 4202560 327 0 0 0 18 0 0 0 16 0 13 0 4989386 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=1530208 CPUtime=1.43
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 5592 0 -1 4202560 1066 0 0 0 143 0 0 0 15 0 13 0 4989387 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 5592 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 5592 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4989388 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 5592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=1530208 CPUtime=1.52
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 5592 0 -1 4202560 3444 0 0 0 151 1 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=1530208 CPUtime=0.44
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 5592 0 -1 4202560 956 0 0 0 44 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 5592 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 4989392 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=1530208 CPUtime=0
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 5592 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4989447 1566932992 9760 1992294400 134512640 134550932 4290790128 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.58
Current children cumulated vsize (KiB) 1530208

Child status: 20
Real time (s): 69.8916
CPU time (s): 71.7061
CPU user time (s): 71.5931
CPU system time (s): 0.112982
CPU usage (%): 102.596
Max. virtual memory (cumulated for all children) (KiB): 1536704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.5931
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13100
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= 2255
involuntary context switches= 1704

runsolver used 0.153976 second user time and 0.404938 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 00:04:15
IDJOB=2659437
IDBENCH=1308
IDSOLVER=1164
FILE ID=node004/2659437-1276293855
PBS_JOBID= 11173125
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659437-1276293855/watcher-2659437-1276293855 -o /tmp/evaluation-result-2659437-1276293855/solver-2659437-1276293855 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659437-1276293855.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=518658906

node004.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1557668 kB
Buffers:         66764 kB
Cached:         307932 kB
SwapCached:          0 kB
Active:         167232 kB
Inactive:       266716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1557668 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:       59172 kB
Mapped:          15296 kB
Slab:            45468 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node004 at 2010-06-12 00:05:25