Trace number 2659466

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 68.7086 66.7482

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567024.opb
MD5SUM42a09607e2cf515cb7da5ec0628015c7
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 benchmark11.2293
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 755
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659466-1276304903.opb
0.22/0.21	c reading problem ... 
0.82/0.72	c ... done. Wall clock time 0.511s.
0.82/0.72	c #vars     231
0.82/0.72	c #constraints  2707
0.82/0.72	c constraints type 
0.82/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.82/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.82/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.82/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.93/1.85	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.72/2.52	c cleaning 4250 clauses out of 8502 with flag 11000/11000
4.52/3.39	c cleaning 5624 clauses out of 11252 with flag 18000/18000
5.63/4.44	c cleaning 6809 clauses out of 13628 with flag 26000/26000
7.00/5.76	c cleaning 7905 clauses out of 15820 with flag 35001/35001
8.63/7.22	c cleaning 8957 clauses out of 17916 with flag 45002/45002
10.18/8.72	c cleaning 9471 clauses out of 18958 with flag 55001/55001
11.68/10.27	c cleaning 9741 clauses out of 19489 with flag 65003/65003
13.08/11.60	c cleaning 9869 clauses out of 19745 with flag 75000/75000
14.60/13.18	c cleaning 9934 clauses out of 19877 with flag 85001/85001
16.10/14.67	c cleaning 9966 clauses out of 19942 with flag 95000/95000
17.50/16.04	c cleaning 9978 clauses out of 19976 with flag 105000/105000
18.80/17.36	c cleaning 9993 clauses out of 19999 with flag 115001/115001
20.15/18.70	c cleaning 10003 clauses out of 20007 with flag 125002/125002
21.98/20.19	c cleaning 9997 clauses out of 20002 with flag 135000/135000
23.48/21.65	c cleaning 9997 clauses out of 20006 with flag 145001/145001
24.89/23.04	c cleaning 9997 clauses out of 20009 with flag 155001/155001
26.18/24.31	c cleaning 10005 clauses out of 20014 with flag 165003/165003
27.48/25.63	c cleaning 9993 clauses out of 20008 with flag 175002/175002
28.79/26.98	c cleaning 10001 clauses out of 20017 with flag 185004/185004
30.39/28.51	c cleaning 10004 clauses out of 20016 with flag 195004/195004
31.89/30.00	c cleaning 10003 clauses out of 20013 with flag 205005/205005
33.20/31.39	c cleaning 10001 clauses out of 20007 with flag 215002/215002
34.49/32.63	c cleaning 9997 clauses out of 20006 with flag 225002/225002
35.79/34.00	c cleaning 10000 clauses out of 20010 with flag 235003/235003
37.10/35.26	c cleaning 9997 clauses out of 20007 with flag 245000/245000
38.30/36.49	c cleaning 10002 clauses out of 20011 with flag 255001/255001
39.61/37.76	c cleaning 9998 clauses out of 20010 with flag 265002/265002
40.93/39.02	c cleaning 9997 clauses out of 20011 with flag 275001/275001
42.23/40.34	c cleaning 10004 clauses out of 20013 with flag 285000/285000
43.53/41.68	c cleaning 10000 clauses out of 20009 with flag 295000/295000
44.73/42.83	c cleaning 9995 clauses out of 20009 with flag 305000/305000
45.84/43.95	c cleaning 10002 clauses out of 20015 with flag 315001/315001
47.13/45.25	c cleaning 9998 clauses out of 20012 with flag 325000/325000
48.43/46.53	c cleaning 10005 clauses out of 20017 with flag 335003/335003
49.54/47.69	c cleaning 10001 clauses out of 20011 with flag 345002/345002
50.84/48.99	c cleaning 10002 clauses out of 20008 with flag 355000/355000
52.24/50.31	c cleaning 10000 clauses out of 20007 with flag 365001/365001
53.44/51.55	c cleaning 9996 clauses out of 20006 with flag 375000/375000
54.75/52.81	c cleaning 9997 clauses out of 20010 with flag 385000/385000
56.04/54.14	c cleaning 10003 clauses out of 20014 with flag 395001/395001
57.35/55.49	c cleaning 9999 clauses out of 20012 with flag 405002/405002
58.75/56.89	c cleaning 10005 clauses out of 20014 with flag 415003/415003
59.95/58.05	c cleaning 9995 clauses out of 20006 with flag 425000/425000
61.05/59.18	c cleaning 9996 clauses out of 20014 with flag 435003/435003
62.36/60.41	c cleaning 9999 clauses out of 20016 with flag 445001/445001
63.56/61.69	c cleaning 10002 clauses out of 20018 with flag 455002/455002
64.76/62.83	c cleaning 9994 clauses out of 20014 with flag 465000/465000
65.96/64.00	c cleaning 10004 clauses out of 20021 with flag 475001/475001
67.06/65.19	c cleaning 10006 clauses out of 20016 with flag 485000/485000
68.50/66.51	c cleaning 10002 clauses out of 20009 with flag 495000/495000
68.60/66.67	c starts		: 152
68.60/66.67	c conflicts		: 496389
68.60/66.67	c decisions		: 883769
68.60/66.67	c propagations		: 20955729
68.60/66.67	c inspects		: 263582425
68.60/66.67	c learnt literals	: 7
68.60/66.67	c learnt binary clauses	: 27
68.60/66.67	c learnt ternary clauses	: 570
68.60/66.67	c learnt clauses	: 496381
68.60/66.67	c ignored clauses	: 0
68.60/66.67	c root simplifications	: 0
68.60/66.67	c removed literals (reason simplification)	: 2200243
68.60/66.67	c reason swapping (by a shorter reason)	: 0
68.60/66.67	c Calls to reduceDB	: 51
68.60/66.67	c number of reductions to clauses (during analyze)	: 0
68.60/66.67	c number of learned constraints concerned by reduction	: 0
68.60/66.67	c number of learning phase by resolution	: 0
68.60/66.67	c number of learning phase by cutting planes	: 0
68.60/66.67	c speed (assignments/second)	: 317790.315732007
68.60/66.67	c non guided choices	121
68.60/66.69	c learnt constraints type 
68.60/66.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11362
68.60/66.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
68.60/66.69	c constraints type 
68.60/66.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
68.60/66.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
68.60/66.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
68.60/66.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
68.60/66.69	s UNSATISFIABLE
68.60/66.69	c Total wall clock time (in seconds): 66.478

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-2659466-1276304903/watcher-2659466-1276304903 -o /tmp/evaluation-result-2659466-1276304903/solver-2659466-1276304903 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659466-1276304903.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.01 1.00 3/106 8949
/proc/meminfo: memFree=1774076/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=248 CPUtime=0
/proc/8949/stat : 8949 (java6) R 8947 8949 7304 0 -1 4194304 110 0 0 0 0 0 0 0 23 0 1 0 6091886 253952 28 1992294400 134512640 134550932 4291375712 18446744073709551615 6382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8949/statm: 62 28 21 10 0 23 0

[startup+0.0637789 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 8949
/proc/meminfo: memFree=1774076/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1521664 CPUtime=0.04
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 3629 0 1 0 3 1 0 0 15 0 7 0 6091886 1558183936 3069 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 380416 3069 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100779 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 8949
/proc/meminfo: memFree=1774076/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1524024 CPUtime=0.08
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 3937 0 1 0 6 2 0 0 15 0 12 0 6091886 1560600576 3375 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300779 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 8949
/proc/meminfo: memFree=1774076/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1526100 CPUtime=0.33
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 5278 0 1 0 31 2 0 0 15 0 12 0 6091886 1562726400 4714 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 381525 4714 1361 10 0 378827 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526100

[startup+0.729778 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 8949
/proc/meminfo: memFree=1774076/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1528104 CPUtime=1
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 7092 0 1 0 97 3 0 0 15 0 12 0 6091886 1564778496 6452 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382026 6452 1410 10 0 379328 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528104

[startup+1.50257 s]
/proc/loadavg: 1.16 1.04 1.01 4/119 8962
/proc/meminfo: memFree=1752272/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1530852 CPUtime=2.53
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 8667 0 1 0 249 4 0 0 15 0 13 0 6091886 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382713 7384 1424 10 0 380015 0
[pid=8949/tid=8951] ppid=8947 vsize=1530852 CPUtime=1.31
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5175 0 1 0 129 2 0 0 25 0 13 0 6091888 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4109087823 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 6091890 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6091890 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6091891 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 6091892 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 6091892 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1530852 CPUtime=0.23
/proc/8949/task/8958/stat : 8958 (java) R 8947 8949 7304 0 -1 4202560 568 0 0 0 23 0 0 0 20 0 13 0 6091896 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 105499477 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1530852 CPUtime=0.95
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 1854 0 0 0 95 0 0 0 16 0 13 0 6091896 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6091896 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1567592448 7384 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1530852

[startup+3.10187 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 8962
/proc/meminfo: memFree=1746444/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1530852 CPUtime=4.32
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 9827 0 1 0 428 4 0 0 15 0 13 0 6091886 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382713 8542 1442 10 0 380015 0
[pid=8949/tid=8951] ppid=8947 vsize=1530852 CPUtime=2.85
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5514 0 1 0 283 2 0 0 25 0 13 0 6091888 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4109044916 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 366 0 0 0 0 0 0 0 15 0 13 0 6091890 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 6091890 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1530852 CPUtime=0.04
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 331 0 0 0 4 0 0 0 15 0 13 0 6091891 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1530852 CPUtime=0.28
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 28 0 0 0 16 0 13 0 6091896 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1530852 CPUtime=1.1
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 1874 0 0 0 110 0 0 0 15 0 13 0 6091896 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6091896 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1530852 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1567592448 8542 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1530852

[startup+6.30148 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 8962
/proc/meminfo: memFree=1743840/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529860 CPUtime=7.69
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 10301 0 1 0 764 5 0 0 15 0 13 0 6091886 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382465 8838 1442 10 0 379767 0
[pid=8949/tid=8951] ppid=8947 vsize=1529860 CPUtime=5.93
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5517 0 1 0 591 2 0 0 21 0 13 0 6091888 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4109000984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529860 CPUtime=0.01
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 472 0 0 0 1 0 0 0 15 0 13 0 6091890 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529860 CPUtime=0.01
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 242 0 0 0 1 0 0 0 15 0 13 0 6091890 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529860 CPUtime=0.11
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 537 0 0 0 11 0 0 0 16 0 13 0 6091891 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529860 CPUtime=0.29
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 29 0 0 0 16 0 13 0 6091896 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529860 CPUtime=1.28
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 1893 0 0 0 128 0 0 0 15 0 13 0 6091896 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) R 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6091896 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566576640 8838 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1529860

[startup+12.7017 s]
/proc/loadavg: 1.13 1.04 1.01 2/119 8962
/proc/meminfo: memFree=1742352/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529860 CPUtime=14.2
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 10537 0 1 0 1415 5 0 0 15 0 13 0 6091886 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382465 9070 1442 10 0 379767 0
[pid=8949/tid=8951] ppid=8947 vsize=1529860 CPUtime=12.2
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5521 0 1 0 1218 2 0 0 25 0 13 0 6091888 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4109090393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529860 CPUtime=0.03
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 492 0 0 0 3 0 0 0 15 0 13 0 6091890 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529860 CPUtime=0.03
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 249 0 0 0 3 0 0 0 16 0 13 0 6091890 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529860 CPUtime=0.22
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 738 0 0 0 22 0 0 0 15 0 13 0 6091891 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529860 CPUtime=0.29
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 29 0 0 0 16 0 13 0 6091896 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529860 CPUtime=1.37
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 1897 0 0 0 137 0 0 0 15 0 13 0 6091896 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6091896 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529860 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566576640 9070 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 1529860

[startup+25.5012 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 8962
/proc/meminfo: memFree=1737640/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1533716 CPUtime=27.38
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 12823 0 1 0 2732 6 0 0 15 0 13 0 6091886 1570525184 10139 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 383429 10139 1442 10 0 380731 0
[pid=8949/tid=8951] ppid=8947 vsize=1533716 CPUtime=24.7
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5531 0 1 0 2467 3 0 0 25 0 13 0 6091888 1570525184 10139 1992294400 134512640 134550932 4288462864 18446744073709551615 4109045847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1533716 CPUtime=0.06
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 495 0 0 0 6 0 0 0 15 0 13 0 6091890 1570525184 10139 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1533716 CPUtime=0.06
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 251 0 0 0 6 0 0 0 16 0 13 0 6091890 1570525184 10139 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1533716 CPUtime=0.46

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

/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566248960 9307 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566248960 9307 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.45
Current children cumulated vsize (KiB) 1529540

[startup+60.7016 s]
/proc/loadavg: 1.11 1.04 1.01 2/119 8964
/proc/meminfo: memFree=1741236/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529540 CPUtime=62.66
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 13044 0 1 0 6258 8 0 0 15 0 13 0 6091886 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382385 9309 1442 10 0 379687 0
[pid=8949/tid=8951] ppid=8947 vsize=1529540 CPUtime=59.01
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5562 0 1 0 5898 3 0 0 25 0 13 0 6091888 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4109090386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529540 CPUtime=0.12
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 503 0 0 0 12 0 0 0 15 0 13 0 6091890 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529540 CPUtime=0.14
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 255 0 0 0 14 0 0 0 16 0 13 0 6091890 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529540 CPUtime=1.2
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1011 0 0 0 120 0 0 0 16 0 13 0 6091891 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529540 CPUtime=0.3
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 30 0 0 0 15 0 13 0 6091896 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529540 CPUtime=1.81
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 4069 0 0 0 180 1 0 0 16 0 13 0 6091896 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566248960 9309 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62.66
Current children cumulated vsize (KiB) 1529540

[startup+63.9006 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 8964
/proc/meminfo: memFree=1741236/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529540 CPUtime=65.86
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 13052 0 1 0 6578 8 0 0 15 0 13 0 6091886 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382385 9315 1442 10 0 379687 0
[pid=8949/tid=8951] ppid=8947 vsize=1529540 CPUtime=62.15
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5564 0 1 0 6212 3 0 0 25 0 13 0 6091888 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4109026244 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529540 CPUtime=0.13
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 503 0 0 0 13 0 0 0 15 0 13 0 6091890 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529540 CPUtime=0.15
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 255 0 0 0 15 0 0 0 15 0 13 0 6091890 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529540 CPUtime=1.25
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1017 0 0 0 125 0 0 0 15 0 13 0 6091891 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529540 CPUtime=0.3
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 30 0 0 0 15 0 13 0 6091896 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529540 CPUtime=1.81
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 4069 0 0 0 180 1 0 0 16 0 13 0 6091896 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566248960 9315 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.86
Current children cumulated vsize (KiB) 1529540

[startup+65.5016 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 8964
/proc/meminfo: memFree=1741236/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529540 CPUtime=67.46
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 13058 0 1 0 6738 8 0 0 15 0 13 0 6091886 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382385 9319 1442 10 0 379687 0
[pid=8949/tid=8951] ppid=8947 vsize=1529540 CPUtime=63.7
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5566 0 1 0 6366 4 0 0 25 0 13 0 6091888 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4109087699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529540 CPUtime=0.13
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 504 0 0 0 13 0 0 0 15 0 13 0 6091890 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529540 CPUtime=0.15
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 255 0 0 0 15 0 0 0 16 0 13 0 6091890 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529540 CPUtime=1.3
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1020 0 0 0 130 0 0 0 16 0 13 0 6091891 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529540 CPUtime=0.3
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 30 0 0 0 15 0 13 0 6091896 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529540 CPUtime=1.81
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 4069 0 0 0 180 1 0 0 16 0 13 0 6091896 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566248960 9319 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.46
Current children cumulated vsize (KiB) 1529540

[startup+66.3016 s]
/proc/loadavg: 1.10 1.04 1.01 3/119 8964
/proc/meminfo: memFree=1741236/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529540 CPUtime=68.3
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 13059 0 1 0 6822 8 0 0 15 0 13 0 6091886 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382385 9320 1442 10 0 379687 0
[pid=8949/tid=8951] ppid=8947 vsize=1529540 CPUtime=64.5
/proc/8949/task/8951/stat : 8951 (java) R 8947 8949 7304 0 -1 4202560 5567 0 1 0 6446 4 0 0 25 0 13 0 6091888 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4109090052 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529540 CPUtime=0.13
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 504 0 0 0 13 0 0 0 15 0 13 0 6091890 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529540 CPUtime=0.15
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 255 0 0 0 15 0 0 0 16 0 13 0 6091890 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529540 CPUtime=1.3
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1020 0 0 0 130 0 0 0 15 0 13 0 6091891 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529540 CPUtime=0.34
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 34 0 0 0 16 0 13 0 6091896 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529540 CPUtime=1.81
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 4069 0 0 0 180 1 0 0 16 0 13 0 6091896 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529540 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566248960 9320 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.3
Current children cumulated vsize (KiB) 1529540

[startup+66.7016 s]
/proc/loadavg: 1.10 1.04 1.01 3/119 8964
/proc/meminfo: memFree=1741236/2059040 swapFree=4192076/4192956
[pid=8949] ppid=8947 vsize=1529864 CPUtime=68.69
/proc/8949/stat : 8949 (java) S 8947 8949 7304 0 -1 4202496 13083 0 1 0 6861 8 0 0 15 0 13 0 6091886 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8949/statm: 382466 9343 1445 10 0 379768 0
[pid=8949/tid=8951] ppid=8947 vsize=1529864 CPUtime=64.84
/proc/8949/task/8951/stat : 8951 (java) S 8947 8949 7304 0 -1 4202560 5574 0 1 0 6480 4 0 0 25 0 13 0 6091888 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=1529864 CPUtime=0.13
/proc/8949/task/8952/stat : 8952 (java) S 8947 8949 7304 0 -1 4202560 504 0 0 0 13 0 0 0 15 0 13 0 6091890 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8953] ppid=8947 vsize=1529864 CPUtime=0.16
/proc/8949/task/8953/stat : 8953 (java) S 8947 8949 7304 0 -1 4202560 255 0 0 0 16 0 0 0 15 0 13 0 6091890 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8954] ppid=8947 vsize=1529864 CPUtime=1.33
/proc/8949/task/8954/stat : 8954 (java) S 8947 8949 7304 0 -1 4202560 1028 0 0 0 133 0 0 0 16 0 13 0 6091891 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8955] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8955/stat : 8955 (java) S 8947 8949 7304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6091892 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8956] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8956/stat : 8956 (java) S 8947 8949 7304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6091892 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8957] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8957/stat : 8957 (java) S 8947 8949 7304 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6091896 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8958] ppid=8947 vsize=1529864 CPUtime=0.35
/proc/8949/task/8958/stat : 8958 (java) S 8947 8949 7304 0 -1 4202560 571 0 0 0 35 0 0 0 16 0 13 0 6091896 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8959] ppid=8947 vsize=1529864 CPUtime=1.81
/proc/8949/task/8959/stat : 8959 (java) S 8947 8949 7304 0 -1 4202560 4071 0 0 0 180 1 0 0 15 0 13 0 6091896 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8960] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8960/stat : 8960 (java) S 8947 8949 7304 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6091896 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
[pid=8949/tid=8961] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8961/stat : 8961 (java) S 8947 8949 7304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6091896 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 1 0 0 0
[pid=8949/tid=8962] ppid=8947 vsize=1529864 CPUtime=0
/proc/8949/task/8962/stat : 8962 (java) S 8947 8949 7304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6091960 1566580736 9343 1992294400 134512640 134550932 4288462864 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.69
Current children cumulated vsize (KiB) 1529864

Child status: 20
Real time (s): 66.7482
CPU time (s): 68.7086
CPU user time (s): 68.6176
CPU system time (s): 0.090986
CPU usage (%): 102.937
Max. virtual memory (cumulated for all children) (KiB): 1537260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6176
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13088
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= 2193
involuntary context switches= 1557

runsolver used 0.143978 second user time and 0.379942 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-12 03:08:23
IDJOB=2659466
IDBENCH=1340
IDSOLVER=1164
FILE ID=node011/2659466-1276304903
PBS_JOBID= 11173114
Free space on /tmp= 62260 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.1900567024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659466-1276304903/watcher-2659466-1276304903 -o /tmp/evaluation-result-2659466-1276304903/solver-2659466-1276304903 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659466-1276304903.opb

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

MD5SUM BENCH= 42a09607e2cf515cb7da5ec0628015c7
RANDOM SEED=1468041602

node011.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.264
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.52
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.264
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1774348 kB
Buffers:         48532 kB
Cached:         111328 kB
SwapCached:          0 kB
Active:         111968 kB
Inactive:       106172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1774348 kB
SwapTotal:     4192956 kB
SwapFree:      4192076 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:       58340 kB
Mapped:          15452 kB
Slab:            44604 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180056 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= 62260 MiB
End job on node011 at 2010-06-12 03:09:30