Trace number 281369

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, and are wall clock time (not CPU 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
AbsconMax 109 PFCOPTIMUM 1060.58 1069.85

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeTight/
vcsp-15-10-100-93-23_ext.xml
MD5SUM3d2cfca3ff9b04f3657bc8897db9b75a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints35
Best CPU time to get the best result obtained on this benchmark11.5272
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/281369-1169311838/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=15  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.42	       =>  wckTime=0.1  cpuTime=0.1  mem=6M910
0.42	   
0.42	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.52	     nbConstraints=105  nbRelationTypes=105  nbExtensionStructures=105  nbSharedExtensionStructures=0
0.52	     nbConflictsStructures=105  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2003  maxDegree=14
0.52	     maxArity=2
0.52	       =>  wckTime=0.202  cpuTime=0.15  mem=8M877
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.286  cpuTime=0.21  mem=5M461
0.61	
0.61	s SATISFIABLE
0.61	o 13
0.61	c 92
0.61	o 16
0.61	c 89
0.61	o 18
0.61	c 87
0.61	o 21
0.61	c 84
0.61	o 22
0.61	c 83
0.61	o 24
0.61	c 81
0.61	o 25
0.61	c 80
0.62	o 28
0.62	c 77
0.62	o 29
0.62	c 76
0.62	o 32
0.62	c 73
0.62	o 33
0.62	c 72
0.62	o 34
0.62	c 71
0.62	o 35
0.62	c 70
2.74	   
2.74	   search
2.74	     run=0  nbConstraintChecks=14877033  nbAssignments=10000
2.74	       =>  wckTime=2.137  cpuTime=2.1  mem=5M461
4.81	   
4.81	   search
4.81	     run=1  nbConstraintChecks=29720840  nbAssignments=20000
4.81	       =>  wckTime=4.206  cpuTime=4.14  mem=5M461
6.87	   
6.87	   search
6.87	     run=2  nbConstraintChecks=44575252  nbAssignments=30000
6.87	       =>  wckTime=6.272  cpuTime=6.19  mem=5M461
8.93	   
8.93	   search
8.93	     run=3  nbConstraintChecks=59399068  nbAssignments=40000
8.93	       =>  wckTime=8.331  cpuTime=8.23  mem=5M461
10.99	   
10.99	   search
10.99	     run=4  nbConstraintChecks=74262059  nbAssignments=50000
10.99	       =>  wckTime=10.393  cpuTime=10.27  mem=5M461
13.08	   
13.08	   search
13.08	     run=5  nbConstraintChecks=89183393  nbAssignments=60000
13.08	       =>  wckTime=12.477  cpuTime=12.34  mem=5M461
15.17	   
15.17	   search
15.17	     run=6  nbConstraintChecks=104068662  nbAssignments=70000
15.17	       =>  wckTime=14.566  cpuTime=14.41  mem=5M461
17.26	   
17.26	   search
17.26	     run=7  nbConstraintChecks=118967844  nbAssignments=80000
17.26	       =>  wckTime=16.655  cpuTime=16.47  mem=5M461
19.34	   
19.34	   search
19.34	     run=8  nbConstraintChecks=133814881  nbAssignments=90000
19.34	       =>  wckTime=18.739  cpuTime=18.54  mem=5M461
21.42	   
21.42	   search
21.42	     run=9  nbConstraintChecks=148657540  nbAssignments=100000
21.42	       =>  wckTime=20.817  cpuTime=20.6  mem=5M461
23.48	   
23.49	   search
23.49	     run=10  nbConstraintChecks=163503038  nbAssignments=110000
23.49	       =>  wckTime=22.883  cpuTime=22.65  mem=5M461
25.56	   
25.56	   search
25.56	     run=11  nbConstraintChecks=178401166  nbAssignments=120000
25.56	       =>  wckTime=24.956  cpuTime=24.7  mem=5M461
27.62	   
27.62	   search
27.62	     run=12  nbConstraintChecks=193244009  nbAssignments=130000
27.62	       =>  wckTime=27.022  cpuTime=26.75  mem=5M461
29.69	   
29.69	   search
29.69	     run=13  nbConstraintChecks=208126447  nbAssignments=140000
29.69	       =>  wckTime=29.093  cpuTime=28.8  mem=5M461
30.94	   
30.94	   search
30.94	     run=14  nbConstraintChecks=217059474  nbAssignments=146023
30.94	       =>  wckTime=30.335  cpuTime=30.03  mem=5M461
30.94	   
30.94	   global
30.94	     nbConstraintChecks=217059474  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.94	     solvingWckTime=30.333  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.94	     globalCpuTime=30.27
30.94	       =>  wckTime=30.622  cpuTime=30.23  mem=5M461
30.94	   
30.94	   solver IterativeSystematicSolver being built... 
31.07	       =>  wckTime=30.752  cpuTime=30.34  mem=16M368
31.08	   
31.08	   preprocessing
31.08	     nbConstraintChecks=2100  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.08	     detectedInconsistency=no
31.08	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M368
31.12	   
31.12	   search
31.12	     run=0  nbConstraintChecks=57665  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=36
31.12	     nbFailedAssignments=18  nbBacktracks=11  nbVisitedNodes=66  nbRestartNogoods=0
31.12	       =>  wckTime=0.053  cpuTime=0.03  mem=16M368
31.16	   
31.16	   search
31.16	     run=1  nbConstraintChecks=164615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=95
31.16	     nbFailedAssignments=54  nbBacktracks=26  nbVisitedNodes=176  nbRestartNogoods=2
31.16	       =>  wckTime=0.095  cpuTime=0.06  mem=16M368
31.21	   
31.21	   search
31.21	     run=2  nbConstraintChecks=354808  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=190
31.21	     nbFailedAssignments=120  nbBacktracks=48  nbVisitedNodes=359  nbRestartNogoods=7
31.21	       =>  wckTime=0.142  cpuTime=0.1  mem=16M368
31.27	   
31.27	   search
31.27	     run=3  nbConstraintChecks=645984  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=328
31.27	     nbFailedAssignments=220  nbBacktracks=81  nbVisitedNodes=630  nbRestartNogoods=13
31.27	       =>  wckTime=0.2  cpuTime=0.16  mem=16M368
31.35	   
31.35	   search
31.35	     run=4  nbConstraintChecks=1095589  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=513
31.35	     nbFailedAssignments=349  nbBacktracks=131  nbVisitedNodes=994  nbRestartNogoods=26
31.35	       =>  wckTime=0.281  cpuTime=0.24  mem=16M368
31.48	   
31.48	   search
31.48	     run=5  nbConstraintChecks=1776793  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=835
31.48	     nbFailedAssignments=591  nbBacktracks=206  nbVisitedNodes=1633  nbRestartNogoods=30
31.48	       =>  wckTime=0.41  cpuTime=0.37  mem=16M368
31.66	   
31.66	   search
31.66	     run=6  nbConstraintChecks=2699393  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1256
31.66	     nbFailedAssignments=894  nbBacktracks=319  nbVisitedNodes=2470  nbRestartNogoods=44
31.67	       =>  wckTime=0.59  cpuTime=0.54  mem=16M368
31.97	   
31.97	   search
31.97	     run=7  nbConstraintChecks=4331221  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1913
31.97	     nbFailedAssignments=1377  nbBacktracks=489  nbVisitedNodes=3780  nbRestartNogoods=55
31.97	       =>  wckTime=0.901  cpuTime=0.83  mem=16M368
32.37	   
32.37	   search
32.37	     run=8  nbConstraintChecks=6507232  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2926
32.37	     nbFailedAssignments=2129  nbBacktracks=745  nbVisitedNodes=5801  nbRestartNogoods=63
32.37	       =>  wckTime=1.296  cpuTime=1.21  mem=16M368
33.02	   
33.02	   search
33.02	     run=9  nbConstraintChecks=10099156  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4471
33.02	     nbFailedAssignments=3286  nbBacktracks=1129  nbVisitedNodes=8887  nbRestartNogoods=78
33.02	       =>  wckTime=1.95  cpuTime=1.86  mem=16M368
34.05	   
34.05	   search
34.05	     run=10  nbConstraintChecks=15820940  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6958
34.05	     nbFailedAssignments=5193  nbBacktracks=1705  nbVisitedNodes=13857  nbRestartNogoods=90
34.05	       =>  wckTime=2.978  cpuTime=2.87  mem=16M368
35.55	   
35.55	   search
35.55	     run=11  nbConstraintChecks=24276896  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10486
35.55	     nbFailedAssignments=7851  nbBacktracks=2569  nbVisitedNodes=20907  nbRestartNogoods=110
35.55	       =>  wckTime=4.482  cpuTime=4.37  mem=16M368
37.81	   
37.81	   search
37.81	     run=12  nbConstraintChecks=36923520  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15722
37.81	     nbFailedAssignments=11786  nbBacktracks=3866  nbVisitedNodes=31375  nbRestartNogoods=115
37.81	       =>  wckTime=6.745  cpuTime=6.61  mem=16M368
41.35	   
41.35	   search
41.35	     run=13  nbConstraintChecks=56775580  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23811
41.35	     nbFailedAssignments=17924  nbBacktracks=5812  nbVisitedNodes=47548  nbRestartNogoods=128
41.35	       =>  wckTime=10.28  cpuTime=10.11  mem=16M368
45.63	   
45.63	   search
45.63	     run=14  nbConstraintChecks=81134646  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34313
45.63	     nbFailedAssignments=25503  nbBacktracks=8731  nbVisitedNodes=68548  nbRestartNogoods=143
45.63	       =>  wckTime=14.56  cpuTime=14.35  mem=16M368
53.34	   
53.34	   search
53.34	     run=15  nbConstraintChecks=124779727  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52587
53.34	     nbFailedAssignments=39396  nbBacktracks=13109  nbVisitedNodes=105093  nbRestartNogoods=161
53.34	       =>  wckTime=22.273  cpuTime=21.99  mem=16M368
64.73	   
64.73	   search
64.73	     run=16  nbConstraintChecks=188920548  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=78980
64.73	     nbFailedAssignments=59217  nbBacktracks=19677  nbVisitedNodes=157875  nbRestartNogoods=182
64.73	       =>  wckTime=33.665  cpuTime=33.28  mem=16M368
81.71	   
81.71	   search
81.71	     run=17  nbConstraintChecks=285907379  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=117141
81.71	     nbFailedAssignments=87521  nbBacktracks=29530  nbVisitedNodes=234190  nbRestartNogoods=193
81.71	       =>  wckTime=50.645  cpuTime=50.11  mem=16M368
105.16	   
105.16	   search
105.16	     run=18  nbConstraintChecks=419583796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=172883
105.16	     nbFailedAssignments=128481  nbBacktracks=44308  nbVisitedNodes=345656  nbRestartNogoods=215
105.16	       =>  wckTime=74.09  cpuTime=73.34  mem=16M368
145.06	   
145.06	   search
145.06	     run=19  nbConstraintChecks=651409486  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=260919
145.06	     nbFailedAssignments=194344  nbBacktracks=66476  nbVisitedNodes=521443  nbRestartNogoods=232
145.06	       =>  wckTime=113.989  cpuTime=112.86  mem=16M368
201.04	   
201.04	   search
201.04	     run=20  nbConstraintChecks=984777587  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=383314
201.04	     nbFailedAssignments=283482  nbBacktracks=99728  nbVisitedNodes=763885  nbRestartNogoods=259
201.04	       =>  wckTime=169.971  cpuTime=168.34  mem=16M368
278.92	   
278.92	   search
278.92	     run=21  nbConstraintChecks=1445955982  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=553734
278.92	     nbFailedAssignments=404019  nbBacktracks=149606  nbVisitedNodes=1100791  nbRestartNogoods=279
278.92	       =>  wckTime=247.846  cpuTime=245.5  mem=16M368
391.44	   
391.44	   search
391.44	     run=22  nbConstraintChecks=2114539676  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=795600
391.44	     nbFailedAssignments=571062  nbBacktracks=224424  nbVisitedNodes=1578391  nbRestartNogoods=307
391.44	       =>  wckTime=360.375  cpuTime=357.0  mem=16M368
553.59	   
553.59	   search
553.59	     run=23  nbConstraintChecks=3062469296  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1155239
553.59	     nbFailedAssignments=818468  nbBacktracks=336651  nbVisitedNodes=2288537  nbRestartNogoods=337
553.59	       =>  wckTime=522.518  cpuTime=517.64  mem=16M368
808.78	   
808.78	   search
808.78	     run=24  nbConstraintChecks=4551459734  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1726666
808.78	     nbFailedAssignments=1221549  nbBacktracks=504992  nbVisitedNodes=3416814  nbRestartNogoods=360
808.78	       =>  wckTime=777.707  cpuTime=770.29  mem=16M368
1069.82	   
1069.82	   search
1069.82	     run=25  nbConstraintChecks=6111014753  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2326296
1069.82	     nbFailedAssignments=1640050  nbBacktracks=686122  nbVisitedNodes=4600812  nbRestartNogoods=373
1069.82	       =>  wckTime=1038.747  cpuTime=1029.72  mem=16M368
1069.82	   
1069.82	   global
1069.82	     nbConstraintChecks=6111016853  nbRestartNogoods=373  solvingWckTime=1038.748  solvingCpuTime=1029.72
1069.82	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1060.1
1069.82	       =>  wckTime=1069.502  cpuTime=1060.06  mem=16M368
1069.82	
1069.82	s OPTIMUM FOUND
1069.82	v 4 5 1 0 6 5 7 7 9 4 2 0 6 1 0 
1069.82	   
1069.82	   totalWckTime=1069.582  totalCpuTime=1060.1

Verifier Data (download as text)

70 unsatisfied constraints, 35 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-281369-1169311838 -o ROOT/results/node15/solver-281369-1169311838 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281369-1169311838/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.90 1.96 1.98 4/94 22132
/proc/meminfo: memFree=1418696/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=18540 CPUtime=0
/proc/22131/stat : 22131 (runsolver) R 22129 22131 22015 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279578667 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22131/statm: 4635 279 244 17 0 2626 0

[startup+0.103912 s]
/proc/loadavg: 1.90 1.96 1.98 4/94 22132
/proc/meminfo: memFree=1418696/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=914988 CPUtime=0.08
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 2956 0 1 0 6 2 0 0 19 0 8 0 279578667 936947712 2702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155593434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228747 2702 1414 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511982 s]
/proc/loadavg: 1.90 1.96 1.98 4/94 22132
/proc/meminfo: memFree=1418696/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915332 CPUtime=0.49
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 6453 0 1 0 44 5 0 0 18 0 8 0 279578667 937299968 6192 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228833 6192 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33311 s]
/proc/loadavg: 1.90 1.96 1.98 3/101 22139
/proc/meminfo: memFree=1401360/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=1.3
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 7002 0 1 0 111 19 0 0 25 0 8 0 279578667 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073662232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 6740 2476 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.11
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279578675 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 6740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915440

[startup+2.9844 s]
/proc/loadavg: 1.91 1.96 1.98 3/101 22139
/proc/meminfo: memFree=1401360/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=2.94
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 7005 0 1 0 242 52 0 0 25 0 8 0 279578667 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073657865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 6742 2476 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.11
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915440

[startup+6.26797 s]
/proc/loadavg: 1.91 1.96 1.98 3/101 22139
/proc/meminfo: memFree=1401296/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=6.19
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 7005 0 1 0 501 118 0 0 25 0 8 0 279578667 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 6742 2476 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.11
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915440

[startup+12.7531 s]
/proc/loadavg: 1.92 1.97 1.98 3/101 22139
/proc/meminfo: memFree=1401360/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=12.61
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 7005 0 1 0 1022 239 0 0 25 0 8 0 279578667 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 6742 2476 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.11
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 6742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915440

[startup+25.6033 s]
/proc/loadavg: 1.94 1.97 1.98 3/101 22139
/proc/meminfo: memFree=1401424/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=25.35
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 7006 0 1 0 2044 491 0 0 25 0 8 0 279578667 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 6743 2476 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.12
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 279578675 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915440

[startup+51.2117 s]
/proc/loadavg: 1.96 1.97 1.98 3/101 22139
/proc/meminfo: memFree=1393808/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=50.72
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 8980 0 1 0 4465 607 0 0 25 0 8 0 279578667 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073780406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8712 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.21
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 279578675 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915440

[startup+102.447 s]
/proc/loadavg: 1.98 1.97 1.98 3/101 22139
/proc/meminfo: memFree=1393744/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=101.48
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 8990 0 1 0 9541 607 0 0 25 0 8 0 279578667 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664264 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8720 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915440

[startup+162.538 s]
/proc/loadavg: 1.99 1.97 1.98 3/101 22139
/proc/meminfo: memFree=1393744/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=161.03
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 8994 0 1 0 15495 608 0 0 25 0 8 0 279578667 937410560 8724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073764314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.09
Current children cumulated vsize (KiB) 915440

[startup+703.187 s]
/proc/loadavg: 2.00 1.99 1.99 3/101 22337
/proc/meminfo: memFree=1393432/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=696.51
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9006 0 1 0 69039 612 0 0 25 0 8 0 279578667 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073764353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8736 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.51
Current children cumulated vsize (KiB) 915440

[startup+763.241 s]
/proc/loadavg: 2.00 1.99 1.99 3/101 22337
/proc/meminfo: memFree=1393432/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=756.01
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9006 0 1 0 74989 612 0 0 25 0 8 0 279578667 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761357 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8736 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.01
Current children cumulated vsize (KiB) 915440

[startup+823.299 s]
/proc/loadavg: 2.00 1.99 1.99 3/101 22337
/proc/meminfo: memFree=1393432/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=815.53
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9009 0 1 0 80940 613 0 0 25 0 8 0 279578667 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8739 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.53
Current children cumulated vsize (KiB) 915440

[startup+883.374 s]
/proc/loadavg: 2.15 2.02 2.00 3/101 22337
/proc/meminfo: memFree=1393496/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=875.05
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9009 0 1 0 86892 613 0 0 25 0 8 0 279578667 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073659802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8739 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.05
Current children cumulated vsize (KiB) 915440

[startup+943.463 s]
/proc/loadavg: 2.22 2.06 2.01 3/101 22337
/proc/meminfo: memFree=1393496/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=934.59
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9009 0 1 0 92845 614 0 0 25 0 8 0 279578667 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22131/statm: 228860 8739 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 934.59
Current children cumulated vsize (KiB) 915440

[startup+1003.53 s]
/proc/loadavg: 2.10 2.06 2.01 3/100 22445
/proc/meminfo: memFree=1382488/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=994.36
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9009 0 1 0 98821 615 0 0 25 0 8 0 279578667 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22131/statm: 228860 8739 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.36
Current children cumulated vsize (KiB) 915440

[startup+1063.58 s]
/proc/loadavg: 2.04 2.05 2.01 3/100 22445
/proc/meminfo: memFree=1374616/2055920 swapFree=4173628/4192956
[pid=22131] ppid=22129 vsize=915440 CPUtime=1054.35
/proc/22131/stat : 22131 (java) R 22129 22131 22015 0 -1 0 9009 0 1 0 104820 615 0 0 25 0 8 0 279578667 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22131/statm: 228860 8739 2527 14 0 215330 0
[pid=22131/tid=22133] ppid=22129 vsize=915440 CPUtime=0.02
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 22015 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279578671 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22134] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 22015 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22135] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 22015 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279578672 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22136] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 22015 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22137] ppid=22129 vsize=915440 CPUtime=0.22
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 22015 0 -1 64 387 0 0 0 21 1 0 0 16 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22138] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22131/tid=22139] ppid=22129 vsize=915440 CPUtime=0
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 22015 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279578675 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.35
Current children cumulated vsize (KiB) 915440

Child status: 0
Real time (s): 1069.85
CPU time (s): 1060.58
CPU user time (s): 1054.42
CPU system time (s): 6.16106
CPU usage (%): 99.1339
Max. virtual memory (cumulated for all children) (KiB): 915444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.42
system time used= 6.16106
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9104
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= 22698
involuntary context switches= 56699

runsolver used 1.27181 s user time and 3.49547 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan 20 16:50:38 UTC 2007


IDJOB= 281369
IDBENCH= 12169
IDSOLVER= 69
FILE ID= node15/281369-1169311838

PBS_JOBID= 3609989

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/completeTight/vcsp-15-10-100-93-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281369-1169311838/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-281369-1169311838 -o ROOT/results/node15/solver-281369-1169311838 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281369-1169311838/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3d2cfca3ff9b04f3657bc8897db9b75a

RANDOM SEED= 706577530

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.276
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.276
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1419176 kB
Buffers:         54480 kB
Cached:         462696 kB
SwapCached:       6628 kB
Active:         203316 kB
Inactive:       357904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419176 kB
SwapTotal:     4192956 kB
SwapFree:      4173628 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          61028 kB
Slab:            59908 kB
Committed_AS:  8888760 kB
PageTables:       2492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node15 on Sat Jan 20 17:08:28 UTC 2007