Trace number 281630

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 1352.74 1363.95

General information on the benchmark

NameMaxCSP/randomMaxCSP/sparseTight/
vcsp-25-10-21-85-7_ext.xml
MD5SUM7cbaa91e674b31859d550a322dae324c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints43
Best CPU time to get the best result obtained on this benchmark4.35334
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints63
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension63
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281630-1169313308/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.101  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.49	     nbConstraints=63  nbRelationTypes=63  nbExtensionStructures=63  nbSharedExtensionStructures=0
0.49	     nbConflictsStructures=63  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1067  maxDegree=10
0.49	     maxArity=2
0.49	       =>  wckTime=0.185  cpuTime=0.13  mem=7M950
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.58	       =>  wckTime=0.269  cpuTime=0.18  mem=5M428
0.58	
0.58	s SATISFIABLE
0.58	o 17
0.58	c 46
0.58	o 18
0.58	c 45
0.58	o 21
0.58	c 42
0.59	o 23
0.59	c 40
0.59	o 25
0.59	c 38
0.59	o 28
0.59	c 35
0.59	o 31
0.59	c 32
0.59	o 32
0.59	c 31
0.59	o 33
0.59	c 30
0.59	o 34
0.59	c 29
0.59	o 35
0.59	c 28
0.60	o 36
0.60	c 27
0.60	o 37
0.60	c 26
0.60	o 38
0.60	c 25
0.60	o 39
0.60	c 24
0.60	o 40
0.60	c 23
0.61	o 41
0.61	c 22
0.61	o 42
0.61	c 21
0.68	o 43
0.68	c 20
1.95	   
1.95	   search
1.95	     run=0  nbConstraintChecks=6579841  nbAssignments=10000
1.95	       =>  wckTime=1.379  cpuTime=1.35  mem=5M428
3.29	   
3.29	   search
3.29	     run=1  nbConstraintChecks=13208017  nbAssignments=20000
3.29	       =>  wckTime=2.718  cpuTime=2.66  mem=5M428
4.63	   
4.63	   search
4.63	     run=2  nbConstraintChecks=19882876  nbAssignments=30000
4.63	       =>  wckTime=4.054  cpuTime=3.99  mem=5M428
5.95	   
5.95	   search
5.95	     run=3  nbConstraintChecks=26430078  nbAssignments=40000
5.95	       =>  wckTime=5.379  cpuTime=5.3  mem=5M428
7.28	   
7.28	   search
7.28	     run=4  nbConstraintChecks=33107360  nbAssignments=50000
7.28	       =>  wckTime=6.707  cpuTime=6.63  mem=5M428
8.60	   
8.60	   search
8.60	     run=5  nbConstraintChecks=39678595  nbAssignments=60000
8.60	       =>  wckTime=8.022  cpuTime=7.93  mem=5M428
9.92	   
9.92	   search
9.92	     run=6  nbConstraintChecks=46268127  nbAssignments=70000
9.92	       =>  wckTime=9.344  cpuTime=9.24  mem=5M428
11.24	   
11.24	   search
11.24	     run=7  nbConstraintChecks=52956711  nbAssignments=80000
11.24	       =>  wckTime=10.668  cpuTime=10.55  mem=5M428
12.57	   
12.57	   search
12.57	     run=8  nbConstraintChecks=59635012  nbAssignments=90000
12.57	       =>  wckTime=11.996  cpuTime=11.87  mem=5M428
13.89	   
13.89	   search
13.89	     run=9  nbConstraintChecks=66308780  nbAssignments=100000
13.89	       =>  wckTime=13.318  cpuTime=13.18  mem=5M428
15.21	   
15.21	   search
15.21	     run=10  nbConstraintChecks=72933091  nbAssignments=110000
15.21	       =>  wckTime=14.638  cpuTime=14.49  mem=5M428
16.54	   
16.55	   search
16.55	     run=11  nbConstraintChecks=79667150  nbAssignments=120000
16.55	       =>  wckTime=15.97  cpuTime=15.82  mem=5M428
17.88	   
17.88	   search
17.88	     run=12  nbConstraintChecks=86248156  nbAssignments=130000
17.88	       =>  wckTime=17.301  cpuTime=17.13  mem=5M428
19.21	   
19.21	   search
19.21	     run=13  nbConstraintChecks=92891564  nbAssignments=140000
19.21	       =>  wckTime=18.635  cpuTime=18.45  mem=5M428
20.54	   
20.54	   search
20.54	     run=14  nbConstraintChecks=99418717  nbAssignments=150000
20.54	       =>  wckTime=19.961  cpuTime=19.76  mem=5M428
21.88	   
21.88	   search
21.88	     run=15  nbConstraintChecks=106154405  nbAssignments=160000
21.88	       =>  wckTime=21.302  cpuTime=21.1  mem=5M428
23.21	   
23.21	   search
23.21	     run=16  nbConstraintChecks=112787445  nbAssignments=170000
23.21	       =>  wckTime=22.638  cpuTime=22.42  mem=5M428
24.54	   
24.54	   search
24.54	     run=17  nbConstraintChecks=119322064  nbAssignments=180000
24.54	       =>  wckTime=23.962  cpuTime=23.74  mem=5M428
25.88	   
25.88	   search
25.88	     run=18  nbConstraintChecks=125989602  nbAssignments=190000
25.88	       =>  wckTime=25.304  cpuTime=25.06  mem=5M428
27.20	   
27.20	   search
27.20	     run=19  nbConstraintChecks=132511389  nbAssignments=200000
27.20	       =>  wckTime=26.624  cpuTime=26.38  mem=5M428
28.52	   
28.52	   search
28.52	     run=20  nbConstraintChecks=139104214  nbAssignments=210000
28.52	       =>  wckTime=27.941  cpuTime=27.67  mem=5M428
29.84	   
29.84	   search
29.84	     run=21  nbConstraintChecks=145707486  nbAssignments=220000
29.84	       =>  wckTime=29.261  cpuTime=28.99  mem=5M428
30.95	   
30.95	   search
30.95	     run=22  nbConstraintChecks=151282137  nbAssignments=228419
30.95	       =>  wckTime=30.377  cpuTime=30.1  mem=5M428
30.95	   
30.95	   global
30.95	     nbConstraintChecks=151282137  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.95	     solvingWckTime=30.375  solvingCpuTime=30.1  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.95	     globalCpuTime=30.32
30.95	       =>  wckTime=30.647  cpuTime=30.28  mem=5M428
30.95	   
30.95	   solver IterativeSystematicSolver being built... 
31.09	       =>  wckTime=30.778  cpuTime=30.38  mem=16M434
31.09	   
31.09	   preprocessing
31.09	     nbConstraintChecks=1140  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.09	     detectedInconsistency=no
31.09	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M434
31.15	   
31.15	   search
31.15	     run=0  nbConstraintChecks=72162  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43
31.15	     nbFailedAssignments=28  nbBacktracks=10  nbVisitedNodes=82  nbRestartNogoods=0
31.15	       =>  wckTime=0.066  cpuTime=0.04  mem=16M434
31.19	   
31.19	   search
31.19	     run=1  nbConstraintChecks=144644  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=90
31.19	     nbFailedAssignments=53  nbBacktracks=25  nbVisitedNodes=169  nbRestartNogoods=8
31.19	       =>  wckTime=0.101  cpuTime=0.07  mem=16M434
31.22	   
31.22	   search
31.22	     run=2  nbConstraintChecks=249037  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=150
31.22	     nbFailedAssignments=86  nbBacktracks=47  nbVisitedNodes=284  nbRestartNogoods=18
31.22	       =>  wckTime=0.132  cpuTime=0.1  mem=16M434
31.26	   
31.26	   search
31.26	     run=3  nbConstraintChecks=401484  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=236
31.26	     nbFailedAssignments=134  nbBacktracks=81  nbVisitedNodes=450  nbRestartNogoods=25
31.26	       =>  wckTime=0.175  cpuTime=0.14  mem=16M434
31.32	   
31.32	   search
31.32	     run=4  nbConstraintChecks=607630  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=358
31.32	     nbFailedAssignments=198  nbBacktracks=131  nbVisitedNodes=686  nbRestartNogoods=27
31.32	       =>  wckTime=0.233  cpuTime=0.19  mem=16M434
31.47	   
31.47	   search
31.47	     run=5  nbConstraintChecks=1121552  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=662
31.47	     nbFailedAssignments=422  nbBacktracks=206  nbVisitedNodes=1288  nbRestartNogoods=35
31.47	       =>  wckTime=0.381  cpuTime=0.33  mem=16M434
31.63	   
31.63	   search
31.63	     run=6  nbConstraintChecks=1707931  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=989
31.63	     nbFailedAssignments=627  nbBacktracks=320  nbVisitedNodes=1924  nbRestartNogoods=51
31.63	       =>  wckTime=0.542  cpuTime=0.49  mem=16M434
31.81	   
31.81	   search
31.81	     run=7  nbConstraintChecks=2388666  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1386
31.81	     nbFailedAssignments=847  nbBacktracks=490  nbVisitedNodes=2707  nbRestartNogoods=58
31.81	       =>  wckTime=0.726  cpuTime=0.67  mem=16M434
32.22	   
32.22	   search
32.22	     run=8  nbConstraintChecks=3972588  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2302
32.22	     nbFailedAssignments=1500  nbBacktracks=747  nbVisitedNodes=4528  nbRestartNogoods=66
32.22	       =>  wckTime=1.132  cpuTime=1.06  mem=16M434
32.67	   
32.67	   search
32.67	     run=9  nbConstraintChecks=5783277  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3289
32.67	     nbFailedAssignments=2095  nbBacktracks=1131  nbVisitedNodes=6489  nbRestartNogoods=83
32.67	       =>  wckTime=1.585  cpuTime=1.51  mem=16M434
33.32	   
33.32	   search
33.32	     run=10  nbConstraintChecks=8314723  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4827
33.32	     nbFailedAssignments=3049  nbBacktracks=1707  nbVisitedNodes=9522  nbRestartNogoods=91
33.32	       =>  wckTime=2.232  cpuTime=2.15  mem=16M434
34.68	   
34.68	   search
34.68	     run=11  nbConstraintChecks=14231473  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8394
34.68	     nbFailedAssignments=5746  nbBacktracks=2571  nbVisitedNodes=16650  nbRestartNogoods=103
34.68	       =>  wckTime=3.596  cpuTime=3.5  mem=16M434
36.64	   
36.64	   search
36.64	     run=12  nbConstraintChecks=22060348  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12620
36.64	     nbFailedAssignments=8670  nbBacktracks=3868  nbVisitedNodes=25064  nbRestartNogoods=115
36.64	       =>  wckTime=5.554  cpuTime=5.43  mem=16M434
39.12	   
39.12	   search
39.12	     run=13  nbConstraintChecks=31207974  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18081
39.12	     nbFailedAssignments=12178  nbBacktracks=5815  nbVisitedNodes=35904  nbRestartNogoods=128
39.12	       =>  wckTime=8.03  cpuTime=7.89  mem=16M434
42.73	   
42.73	   search
42.73	     run=14  nbConstraintChecks=45551128  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26474
42.73	     nbFailedAssignments=17646  nbBacktracks=8736  nbVisitedNodes=52501  nbRestartNogoods=143
42.73	       =>  wckTime=11.646  cpuTime=11.47  mem=16M434
47.65	   
47.65	   search
47.65	     run=15  nbConstraintChecks=65198602  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38157
47.65	     nbFailedAssignments=24947  nbBacktracks=13114  nbVisitedNodes=75678  nbRestartNogoods=152
47.65	       =>  wckTime=16.568  cpuTime=16.35  mem=16M434
55.53	   
55.53	   search
55.53	     run=16  nbConstraintChecks=94766832  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=55727
55.53	     nbFailedAssignments=35943  nbBacktracks=19682  nbVisitedNodes=110473  nbRestartNogoods=162
55.53	       =>  wckTime=24.447  cpuTime=24.17  mem=16M434
71.00	   
71.00	   search
71.00	     run=17  nbConstraintChecks=154060156  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=90899
71.00	     nbFailedAssignments=61257  nbBacktracks=29534  nbVisitedNodes=180083  nbRestartNogoods=180
71.00	       =>  wckTime=39.916  cpuTime=39.52  mem=16M434
89.20	   
89.20	   search
89.20	     run=18  nbConstraintChecks=222420084  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=134797
89.20	     nbFailedAssignments=90370  nbBacktracks=44312  nbVisitedNodes=267160  nbRestartNogoods=195
89.20	       =>  wckTime=58.11  cpuTime=57.57  mem=16M434
118.80	   
118.80	   search
118.80	     run=19  nbConstraintChecks=332016814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=204876
118.80	     nbFailedAssignments=138275  nbBacktracks=66480  nbVisitedNodes=405776  nbRestartNogoods=214
118.80	       =>  wckTime=87.713  cpuTime=86.93  mem=16M434
160.11	   
160.11	   search
160.11	     run=20  nbConstraintChecks=485204369  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=307761
160.11	     nbFailedAssignments=207900  nbBacktracks=99734  nbVisitedNodes=609040  nbRestartNogoods=225
160.11	       =>  wckTime=129.023  cpuTime=127.91  mem=16M434
212.62	   
212.62	   search
212.62	     run=21  nbConstraintChecks=669018941  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=434848
212.62	     nbFailedAssignments=285100  nbBacktracks=149613  nbVisitedNodes=859877  nbRestartNogoods=246
212.62	       =>  wckTime=181.532  cpuTime=180.0  mem=16M434
296.56	   
296.56	   search
296.56	     run=22  nbConstraintChecks=976626430  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=636021
296.56	     nbFailedAssignments=411449  nbBacktracks=224431  nbVisitedNodes=1256605  nbRestartNogoods=260
296.56	       =>  wckTime=265.47  cpuTime=263.25  mem=16M434
417.21	   
417.21	   search
417.21	     run=23  nbConstraintChecks=1403387600  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=919835
417.21	     nbFailedAssignments=583031  nbBacktracks=336658  nbVisitedNodes=1817655  nbRestartNogoods=281
417.21	       =>  wckTime=386.124  cpuTime=382.95  mem=16M434
597.30	   
597.30	   search
597.30	     run=24  nbConstraintChecks=2064455551  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1348418
597.30	     nbFailedAssignments=843267  nbBacktracks=504999  nbVisitedNodes=2659054  nbRestartNogoods=299
597.30	       =>  wckTime=566.214  cpuTime=561.6  mem=16M434
885.05	   
885.05	   search
885.05	     run=25  nbConstraintChecks=3124538349  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2047765
885.05	     nbFailedAssignments=1290096  nbBacktracks=757510  nbVisitedNodes=4036786  nbRestartNogoods=308
885.05	       =>  wckTime=853.961  cpuTime=847.05  mem=16M434
1293.56	   
1293.56	   search
1293.56	     run=26  nbConstraintChecks=4622341984  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3045173
1293.56	     nbFailedAssignments=1908730  nbBacktracks=1136279  nbVisitedNodes=6004688  nbRestartNogoods=319
1293.56	       =>  wckTime=1262.478  cpuTime=1252.1  mem=16M434
1363.91	   
1363.91	   search
1363.91	     run=27  nbConstraintChecks=4877602001  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3210728
1363.91	     nbFailedAssignments=2013522  nbBacktracks=1197043  nbVisitedNodes=6331129  nbRestartNogoods=348
1363.91	       =>  wckTime=1332.821  cpuTime=1321.83  mem=16M434
1363.91	   
1363.91	   global
1363.91	     nbConstraintChecks=4877603141  nbRestartNogoods=348  solvingWckTime=1332.822  solvingCpuTime=1321.83
1363.91	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1352.25
1363.91	       =>  wckTime=1363.601  cpuTime=1352.21  mem=16M434
1363.91	
1363.91	s OPTIMUM FOUND
1363.91	v 0 2 2 7 0 8 8 1 6 5 7 6 3 3 0 1 6 3 1 8 2 7 0 7 7 
1363.91	   
1363.91	   totalWckTime=1363.681  totalCpuTime=1352.25

Verifier Data (download as text)

20 unsatisfied constraints, 43 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/node16/watcher-281630-1169313308 -o ROOT/results/node16/solver-281630-1169313308 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281630-1169313308/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.97 2.00 2.00 4/87 1837
/proc/meminfo: memFree=1574992/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=906644 CPUtime=0.02
/proc/1836/stat : 1836 (java) S 1834 1836 1303 0 -1 0 2069 0 1 0 2 0 0 0 18 0 2 0 279725604 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 226661 1818 1036 14 0 214244 0
[pid=1836/tid=1838] ppid=1834 vsize=906644 CPUtime=0
/proc/1836/task/1838/stat : 1838 (java) R 1834 1836 1303 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 279725608 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.103176 s]
/proc/loadavg: 1.97 2.00 2.00 4/87 1837
/proc/meminfo: memFree=1574992/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=914988 CPUtime=0.09
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 2999 0 1 0 8 1 0 0 17 0 8 0 279725604 936947712 2745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073442901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228747 2745 1428 14 0 215242 0
[pid=1836/tid=1838] ppid=1834 vsize=914988 CPUtime=0
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 279725608 936947712 2745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515101 s]
/proc/loadavg: 1.97 2.00 2.00 4/87 1837
/proc/meminfo: memFree=1574992/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915332 CPUtime=0.5
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6471 0 1 0 46 4 0 0 18 0 8 0 279725604 937299968 6209 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228833 6209 2162 14 0 215303 0
[pid=1836/tid=1838] ppid=1834 vsize=915332 CPUtime=0.01
/proc/1836/task/1838/stat : 1838 (java) R 1834 1836 1303 0 -1 64 15 0 0 0 1 0 0 0 16 0 8 0 279725608 937299968 6209 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34395 s]
/proc/loadavg: 1.97 2.00 2.00 3/94 1844
/proc/meminfo: memFree=1557976/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915440 CPUtime=1.31
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6948 0 1 0 106 25 0 0 25 0 8 0 279725604 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228860 6686 2476 14 0 215330 0
[pid=1836/tid=1838] ppid=1834 vsize=915440 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279725608 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915440 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915440 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915440 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915440 CPUtime=0.11
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 279725612 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915440 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915440 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937410560 6686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915440

[startup+2.98063 s]
/proc/loadavg: 1.97 2.00 2.00 3/94 1844
/proc/meminfo: memFree=1557912/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=2.94
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6951 0 1 0 223 71 0 0 25 0 8 0 279725604 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 6688 2476 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.11
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 6688 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) 915436

[startup+6.25902 s]
/proc/loadavg: 1.97 2.00 2.00 3/94 1845
/proc/meminfo: memFree=1557720/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=6.19
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6951 0 1 0 449 170 0 0 25 0 8 0 279725604 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 6688 2476 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.11
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 6688 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) 915436

[startup+12.7448 s]
/proc/loadavg: 1.98 2.00 2.00 3/94 1845
/proc/meminfo: memFree=1557736/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=12.62
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6951 0 1 0 900 362 0 0 25 0 8 0 279725604 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 6688 2476 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.11
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 6688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915436

[startup+25.5954 s]
/proc/loadavg: 1.98 2.00 2.00 3/94 1845
/proc/meminfo: memFree=1557800/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=25.37
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 6953 0 1 0 1787 750 0 0 25 0 8 0 279725604 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 6689 2476 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.12
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 279725612 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 6689 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915436

[startup+51.2006 s]
/proc/loadavg: 2.05 2.01 2.00 3/94 1845
/proc/meminfo: memFree=1550056/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=50.75
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 8993 0 1 0 4161 914 0 0 25 0 8 0 279725604 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073756929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8725 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 381 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915436

[startup+102.494 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 1845
/proc/meminfo: memFree=1550056/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=101.64
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9004 0 1 0 9249 915 0 0 25 0 8 0 279725604 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073779235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8733 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 382 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 915436

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

/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 935.4
Current children cumulated vsize (KiB) 915436

[startup+1003.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 1845
/proc/meminfo: memFree=1549928/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=994.9
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9023 0 1 0 98569 921 0 0 25 0 8 0 279725604 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8752 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.9
Current children cumulated vsize (KiB) 915436

[startup+1063.08 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 1845
/proc/meminfo: memFree=1549928/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1054.45
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9023 0 1 0 104523 922 0 0 25 0 8 0 279725604 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8752 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.45
Current children cumulated vsize (KiB) 915436

[startup+1123.11 s]
/proc/loadavg: 2.10 2.03 2.01 3/94 1845
/proc/meminfo: memFree=1549928/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1113.96
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9023 0 1 0 110474 922 0 0 25 0 8 0 279725604 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073772132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8752 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.96
Current children cumulated vsize (KiB) 915436

[startup+1183.15 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 1845
/proc/meminfo: memFree=1549928/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1173.5
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9023 0 1 0 116428 922 0 0 25 0 8 0 279725604 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073772132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8752 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.5
Current children cumulated vsize (KiB) 915436

[startup+1243.18 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 1845
/proc/meminfo: memFree=1549928/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1233.01
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9023 0 1 0 122378 923 0 0 25 0 8 0 279725604 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8752 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8752 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.01
Current children cumulated vsize (KiB) 915436

[startup+1303.23 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 1845
/proc/meminfo: memFree=1549864/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1292.56
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9026 0 1 0 128333 923 0 0 25 0 8 0 279725604 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073754024 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8755 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.56
Current children cumulated vsize (KiB) 915436

[startup+1363.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 1845
/proc/meminfo: memFree=1549864/2055920 swapFree=4191880/4192956
[pid=1836] ppid=1834 vsize=915436 CPUtime=1352.08
/proc/1836/stat : 1836 (java) R 1834 1836 1303 0 -1 0 9026 0 1 0 134284 924 0 0 25 0 8 0 279725604 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073773944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1836/statm: 228859 8755 2527 14 0 215329 0
[pid=1836/tid=1838] ppid=1834 vsize=915436 CPUtime=0.02
/proc/1836/task/1838/stat : 1838 (java) S 1834 1836 1303 0 -1 64 137 0 0 0 2 0 0 0 16 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1839] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1839/stat : 1839 (java) S 1834 1836 1303 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1840] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1840/stat : 1840 (java) S 1834 1836 1303 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279725608 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1841] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1841/stat : 1841 (java) S 1834 1836 1303 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1842] ppid=1834 vsize=915436 CPUtime=0.21
/proc/1836/task/1842/stat : 1842 (java) S 1834 1836 1303 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1843] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1843/stat : 1843 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1836/tid=1844] ppid=1834 vsize=915436 CPUtime=0
/proc/1836/task/1844/stat : 1844 (java) S 1834 1836 1303 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279725612 937406464 8755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1352.08
Current children cumulated vsize (KiB) 915436

Child status: 0
Real time (s): 1363.95
CPU time (s): 1352.74
CPU user time (s): 1343.49
CPU system time (s): 9.24759
CPU usage (%): 99.1774
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1343.49
system time used= 9.24759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9121
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= 28601
involuntary context switches= 53649

runsolver used 1.58176 s user time and 4.48332 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 17:15:08 UTC 2007


IDJOB= 281630
IDBENCH= 12230
IDSOLVER= 69
FILE ID= node16/281630-1169313308

PBS_JOBID= 3609979

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/sparseTight/vcsp-25-10-21-85-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281630-1169313308/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-281630-1169313308 -o ROOT/results/node16/solver-281630-1169313308 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281630-1169313308/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7cbaa91e674b31859d550a322dae324c

RANDOM SEED= 685476483

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.220
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.220
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:       1575408 kB
Buffers:         49460 kB
Cached:         248452 kB
SwapCached:        268 kB
Active:         180280 kB
Inactive:       227240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575408 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:         129180 kB
Slab:            57496 kB
Committed_AS:  8406900 kB
PageTables:       2484 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 node16 on Sat Jan 20 17:37:52 UTC 2007