Trace number 281323

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 EPFCOPTIMUM 641.112 646.53

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeTight/
vcsp-15-10-100-93-9_ext.xml
MD5SUM7d9ffe0928a2de61fbcb30ecf0d5aa25
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints33
Best CPU time to get the best result obtained on this benchmark18.0862
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=epfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/281323-1169311361/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=15  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.09  cpuTime=0.09  mem=6M887
0.39	   
0.39	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.48	     nbConstraints=105  nbRelationTypes=105  nbExtensionStructures=105  nbSharedExtensionStructures=0
0.48	     nbConflictsStructures=105  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2005  maxDegree=14
0.48	     maxArity=2
0.48	       =>  wckTime=0.185  cpuTime=0.15  mem=8M847
0.52	   
0.52	   solver LocalSearchSolver being built... 
0.56	       =>  wckTime=0.266  cpuTime=0.19  mem=5M461
0.57	
0.57	s SATISFIABLE
0.57	o 14
0.57	c 91
0.57	o 17
0.57	c 88
0.57	o 19
0.57	c 86
0.57	o 21
0.57	c 84
0.57	o 22
0.57	c 83
0.57	o 24
0.57	c 81
0.58	o 26
0.58	c 79
0.58	o 27
0.58	c 78
0.58	o 29
0.58	c 76
0.58	o 30
0.58	c 75
0.58	o 31
0.58	c 74
0.59	o 32
0.59	c 73
0.59	o 33
0.59	c 72
2.54	   
2.54	   search
2.55	     run=0  nbConstraintChecks=15075052  nbAssignments=10000
2.55	       =>  wckTime=1.982  cpuTime=1.94  mem=5M461
4.46	   
4.46	   search
4.46	     run=1  nbConstraintChecks=30221228  nbAssignments=20000
4.46	       =>  wckTime=3.899  cpuTime=3.85  mem=5M461
6.38	   
6.38	   search
6.38	     run=2  nbConstraintChecks=45321803  nbAssignments=30000
6.38	       =>  wckTime=5.818  cpuTime=5.76  mem=5M461
8.30	   
8.30	   search
8.30	     run=3  nbConstraintChecks=60405642  nbAssignments=40000
8.30	       =>  wckTime=7.737  cpuTime=7.66  mem=5M461
10.22	   
10.22	   search
10.22	     run=4  nbConstraintChecks=75485726  nbAssignments=50000
10.22	       =>  wckTime=9.657  cpuTime=9.55  mem=5M461
12.14	   
12.14	   search
12.14	     run=5  nbConstraintChecks=90603565  nbAssignments=60000
12.14	       =>  wckTime=11.573  cpuTime=11.46  mem=5M461
14.07	   
14.07	   search
14.07	     run=6  nbConstraintChecks=105663929  nbAssignments=70000
14.07	       =>  wckTime=13.508  cpuTime=13.38  mem=5M461
16.01	   
16.01	   search
16.01	     run=7  nbConstraintChecks=120755613  nbAssignments=80000
16.01	       =>  wckTime=15.444  cpuTime=15.3  mem=5M461
17.94	   
17.94	   search
17.94	     run=8  nbConstraintChecks=135855090  nbAssignments=90000
17.94	       =>  wckTime=17.374  cpuTime=17.22  mem=5M461
19.87	   
19.87	   search
19.87	     run=9  nbConstraintChecks=150929360  nbAssignments=100000
19.87	       =>  wckTime=19.309  cpuTime=19.14  mem=5M461
21.81	   
21.81	   search
21.81	     run=10  nbConstraintChecks=166009012  nbAssignments=110000
21.81	       =>  wckTime=21.246  cpuTime=21.05  mem=5M461
23.72	   
23.72	   search
23.72	     run=11  nbConstraintChecks=181071134  nbAssignments=120000
23.72	       =>  wckTime=23.156  cpuTime=22.95  mem=5M461
25.65	   
25.65	   search
25.65	     run=12  nbConstraintChecks=196144701  nbAssignments=130000
25.65	       =>  wckTime=25.085  cpuTime=24.85  mem=5M461
27.57	   
27.57	   search
27.57	     run=13  nbConstraintChecks=211239800  nbAssignments=140000
27.57	       =>  wckTime=27.006  cpuTime=26.76  mem=5M461
29.48	   
29.48	   search
29.49	     run=14  nbConstraintChecks=226286480  nbAssignments=150000
29.49	       =>  wckTime=28.923  cpuTime=28.67  mem=5M461
30.86	   
30.86	   search
30.86	     run=15  nbConstraintChecks=237122363  nbAssignments=157174
30.86	       =>  wckTime=30.299  cpuTime=30.03  mem=5M461
30.86	   
30.86	   global
30.86	     nbConstraintChecks=237122363  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.86	     solvingWckTime=30.298  solvingCpuTime=30.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.86	     globalCpuTime=30.26
30.86	       =>  wckTime=30.566  cpuTime=30.22  mem=5M461
30.86	   
30.86	   solver IterativeSystematicSolver being built... 
30.99	       =>  wckTime=30.691  cpuTime=30.32  mem=16M368
31.02	   
31.02	   preprocessing
31.02	     nbConstraintChecks=36782  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.02	     detectedInconsistency=no
31.02	       =>  wckTime=0.027  cpuTime=0.02  mem=16M368
31.05	   
31.05	   search
31.05	     run=0  nbConstraintChecks=77961  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38
31.05	     nbFailedAssignments=22  nbBacktracks=10  nbVisitedNodes=71  nbRestartNogoods=0
31.05	       =>  wckTime=0.063  cpuTime=0.05  mem=16M368
31.09	   
31.09	   search
31.09	     run=1  nbConstraintChecks=184470  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=92
31.09	     nbFailedAssignments=55  nbBacktracks=25  nbVisitedNodes=173  nbRestartNogoods=6
31.09	       =>  wckTime=0.098  cpuTime=0.07  mem=16M368
31.14	   
31.14	   search
31.14	     run=2  nbConstraintChecks=437366  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=206
31.14	     nbFailedAssignments=140  nbBacktracks=47  nbVisitedNodes=394  nbRestartNogoods=10
31.14	       =>  wckTime=0.148  cpuTime=0.12  mem=16M368
31.19	   
31.19	   search
31.19	     run=3  nbConstraintChecks=725916  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=336
31.19	     nbFailedAssignments=231  nbBacktracks=80  nbVisitedNodes=648  nbRestartNogoods=13
31.19	       =>  wckTime=0.199  cpuTime=0.17  mem=16M368
31.26	   
31.26	   search
31.26	     run=4  nbConstraintChecks=1126570  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=536
31.26	     nbFailedAssignments=375  nbBacktracks=130  nbVisitedNodes=1042  nbRestartNogoods=16
31.26	       =>  wckTime=0.271  cpuTime=0.24  mem=16M368
31.36	   
31.36	   search
31.36	     run=5  nbConstraintChecks=1692615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=778
31.36	     nbFailedAssignments=536  nbBacktracks=205  nbVisitedNodes=1519  nbRestartNogoods=26
31.36	       =>  wckTime=0.369  cpuTime=0.34  mem=16M368
31.50	   
31.50	   search
31.50	     run=6  nbConstraintChecks=2433085  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1168
31.50	     nbFailedAssignments=807  nbBacktracks=318  nbVisitedNodes=2293  nbRestartNogoods=34
31.50	       =>  wckTime=0.505  cpuTime=0.47  mem=16M368
31.75	   
31.75	   search
31.75	     run=7  nbConstraintChecks=3828798  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1805
31.75	     nbFailedAssignments=1269  nbBacktracks=488  nbVisitedNodes=3562  nbRestartNogoods=45
31.75	       =>  wckTime=0.759  cpuTime=0.7  mem=16M368
32.08	   
32.08	   search
32.08	     run=8  nbConstraintChecks=5777464  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2772
32.08	     nbFailedAssignments=1973  nbBacktracks=744  nbVisitedNodes=5489  nbRestartNogoods=59
32.08	       =>  wckTime=1.088  cpuTime=1.02  mem=16M368
32.60	   
32.60	   search
32.60	     run=9  nbConstraintChecks=8974679  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4299
32.60	     nbFailedAssignments=3110  nbBacktracks=1128  nbVisitedNodes=8536  nbRestartNogoods=67
32.60	       =>  wckTime=1.607  cpuTime=1.54  mem=16M368
33.45	   
33.45	   search
33.45	     run=10  nbConstraintChecks=14251430  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6583
33.45	     nbFailedAssignments=4813  nbBacktracks=1704  nbVisitedNodes=13099  nbRestartNogoods=83
33.45	       =>  wckTime=2.464  cpuTime=2.38  mem=16M368
34.69	   
34.69	   search
34.69	     run=11  nbConstraintChecks=21871728  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10054
34.69	     nbFailedAssignments=7414  nbBacktracks=2568  nbVisitedNodes=20035  nbRestartNogoods=98
34.69	       =>  wckTime=3.703  cpuTime=3.61  mem=16M368
36.73	   
36.73	   search
36.73	     run=12  nbConstraintChecks=34382793  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15447
36.73	     nbFailedAssignments=11504  nbBacktracks=3865  nbVisitedNodes=30809  nbRestartNogoods=106
36.73	       =>  wckTime=5.738  cpuTime=5.63  mem=16M368
39.54	   
39.54	   search
39.54	     run=13  nbConstraintChecks=51823668  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23109
39.54	     nbFailedAssignments=17215  nbBacktracks=5811  nbVisitedNodes=46123  nbRestartNogoods=111
39.54	       =>  wckTime=8.554  cpuTime=8.42  mem=16M368
43.20	   
43.20	   search
43.20	     run=14  nbConstraintChecks=73942940  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33818
43.20	     nbFailedAssignments=25001  nbBacktracks=8730  nbVisitedNodes=67531  nbRestartNogoods=118
43.20	       =>  wckTime=12.212  cpuTime=12.05  mem=16M368
49.38	   
49.38	   search
49.38	     run=15  nbConstraintChecks=112097698  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=50433
49.38	     nbFailedAssignments=37233  nbBacktracks=13109  nbVisitedNodes=100746  nbRestartNogoods=143
49.38	       =>  wckTime=18.392  cpuTime=18.17  mem=16M368
58.80	   
58.80	   search
58.80	     run=16  nbConstraintChecks=169150569  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75836
58.80	     nbFailedAssignments=56064  nbBacktracks=19677  nbVisitedNodes=151539  nbRestartNogoods=153
58.80	       =>  wckTime=27.813  cpuTime=27.51  mem=16M368
73.30	   
73.30	   search
73.30	     run=17  nbConstraintChecks=258846872  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=114722
73.30	     nbFailedAssignments=85092  nbBacktracks=29529  nbVisitedNodes=229275  nbRestartNogoods=174
73.30	       =>  wckTime=42.314  cpuTime=41.9  mem=16M368
93.87	   
93.87	   search
93.87	     run=18  nbConstraintChecks=384963548  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=170070
93.87	     nbFailedAssignments=125657  nbBacktracks=44307  nbVisitedNodes=339932  nbRestartNogoods=186
93.87	       =>  wckTime=62.878  cpuTime=62.29  mem=16M368
123.64	   
123.64	   search
123.64	     run=19  nbConstraintChecks=566797878  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=250943
123.64	     nbFailedAssignments=184358  nbBacktracks=66475  nbVisitedNodes=501631  nbRestartNogoods=194
123.64	       =>  wckTime=92.646  cpuTime=91.83  mem=16M368
165.47	   
165.47	   search
165.47	     run=20  nbConstraintChecks=823529058  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=364453
165.47	     nbFailedAssignments=264612  nbBacktracks=99727  nbVisitedNodes=728598  nbRestartNogoods=217
165.47	       =>  wckTime=134.482  cpuTime=133.32  mem=16M368
233.57	   
233.57	   search
233.57	     run=21  nbConstraintChecks=1238509585  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=546051
233.57	     nbFailedAssignments=396327  nbBacktracks=149605  nbVisitedNodes=1091682  nbRestartNogoods=230
233.57	       =>  wckTime=202.577  cpuTime=200.85  mem=16M368
332.21	   
332.21	   search
332.21	     run=22  nbConstraintChecks=1840013537  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=807488
332.21	     nbFailedAssignments=582941  nbBacktracks=224423  nbVisitedNodes=1614042  nbRestartNogoods=251
332.21	       =>  wckTime=301.218  cpuTime=298.65  mem=16M368
469.84	   
469.84	   search
469.84	     run=23  nbConstraintChecks=2680380850  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1163486
469.84	     nbFailedAssignments=826707  nbBacktracks=336651  nbVisitedNodes=2322882  nbRestartNogoods=263
469.84	       =>  wckTime=438.848  cpuTime=435.15  mem=16M368
646.49	   
646.49	   search
646.49	     run=24  nbConstraintChecks=3755973393  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1611811
646.49	     nbFailedAssignments=1126370  nbBacktracks=485314  nbVisitedNodes=3213605  nbRestartNogoods=293
646.49	       =>  wckTime=615.498  cpuTime=610.3  mem=16M368
646.49	   
646.49	   global
646.49	     nbConstraintChecks=3756010175  nbRestartNogoods=293  solvingWckTime=615.499  solvingCpuTime=610.3  expiredTime=no
646.49	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=640.66
646.49	       =>  wckTime=646.191  cpuTime=640.62  mem=16M368
646.49	
646.49	s OPTIMUM FOUND
646.49	v 2 0 0 1 9 6 6 0 7 2 6 4 7 9 2 
646.49	   
646.49	   totalWckTime=646.27  totalCpuTime=640.66

Verifier Data (download as text)

72 unsatisfied constraints, 33 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/node35/watcher-281323-1169311361 -o ROOT/results/node35/solver-281323-1169311361 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281323-1169311361/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.44 1.12 1.04 4/81 1494
/proc/meminfo: memFree=1377056/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=18540 CPUtime=0
/proc/1493/stat : 1493 (runsolver) R 1491 1493 1136 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 279529722 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1493/statm: 4635 279 244 17 0 2626 0

[startup+0.103051 s]
/proc/loadavg: 1.44 1.12 1.04 4/81 1494
/proc/meminfo: memFree=1377056/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=914988 CPUtime=0.08
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 3009 0 1 0 7 1 0 0 24 0 8 0 279529722 936947712 2755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155533145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228747 2755 1432 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.5111 s]
/proc/loadavg: 1.44 1.12 1.04 4/81 1494
/proc/meminfo: memFree=1377056/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915332 CPUtime=0.48
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 6522 0 1 0 45 3 0 0 25 0 8 0 279529722 937299968 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228833 6260 2166 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33419 s]
/proc/loadavg: 1.44 1.12 1.04 3/88 1501
/proc/meminfo: memFree=1359720/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=1.3
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 7007 0 1 0 112 18 0 0 25 0 8 0 279529722 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073656131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 6745 2479 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.1
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 327 0 0 0 10 0 0 0 16 0 8 0 279529730 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915440

[startup+2.97839 s]
/proc/loadavg: 1.44 1.12 1.04 3/88 1501
/proc/meminfo: memFree=1359656/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=2.94
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 7010 0 1 0 244 50 0 0 25 0 8 0 279529722 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073657788 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 6747 2479 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.11
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915440

[startup+6.25578 s]
/proc/loadavg: 1.49 1.14 1.04 3/88 1501
/proc/meminfo: memFree=1359672/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=6.19
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 7010 0 1 0 506 113 0 0 25 0 8 0 279529722 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073655977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 6747 2479 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.11
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915440

[startup+12.7436 s]
/proc/loadavg: 1.53 1.15 1.05 3/88 1501
/proc/meminfo: memFree=1359696/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=12.63
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 7010 0 1 0 1027 236 0 0 25 0 8 0 279529722 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073655994 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 6747 2479 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.11
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 6747 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915440

[startup+25.5931 s]
/proc/loadavg: 1.63 1.19 1.06 3/88 1501
/proc/meminfo: memFree=1359760/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=25.36
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 7011 0 1 0 2056 480 0 0 25 0 8 0 279529722 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073656038 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 6748 2479 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 143 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.11
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 279529730 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915440

[startup+51.2872 s]
/proc/loadavg: 1.76 1.25 1.09 3/88 1501
/proc/meminfo: memFree=1352272/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=50.84
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 8992 0 1 0 4499 585 0 0 25 0 8 0 279529722 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816567 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8725 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.19
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 19 0 0 0 16 0 8 0 279529730 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915440

[startup+102.563 s]
/proc/loadavg: 1.89 1.37 1.13 3/88 1501
/proc/meminfo: memFree=1352272/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=101.71
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9000 0 1 0 9586 585 0 0 25 0 8 0 279529722 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073779913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8732 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915440

[startup+162.576 s]
/proc/loadavg: 1.96 1.48 1.18 3/88 1501
/proc/meminfo: memFree=1352272/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=161.24
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9003 0 1 0 15539 585 0 0 25 0 8 0 279529722 937410560 8735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 915440

[startup+282.636 s]
/proc/loadavg: 1.99 1.65 1.28 3/88 1501
/proc/meminfo: memFree=1352208/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=280.29
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9007 0 1 0 27444 585 0 0 25 0 8 0 279529722 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8739 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8739 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.29
Current children cumulated vsize (KiB) 915440

[startup+342.684 s]
/proc/loadavg: 1.99 1.71 1.32 3/88 1501
/proc/meminfo: memFree=1352208/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=339.82
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9010 0 1 0 33397 585 0 0 25 0 8 0 279529722 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073778155 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8742 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.82
Current children cumulated vsize (KiB) 915440

[startup+402.697 s]
/proc/loadavg: 1.99 1.76 1.36 3/88 1501
/proc/meminfo: memFree=1352208/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=399.34
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9010 0 1 0 39349 585 0 0 25 0 8 0 279529722 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8742 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.34
Current children cumulated vsize (KiB) 915440

[startup+462.708 s]
/proc/loadavg: 1.99 1.80 1.40 3/88 1501
/proc/meminfo: memFree=1352208/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=458.86
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9010 0 1 0 45301 585 0 0 25 0 8 0 279529722 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8742 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.86
Current children cumulated vsize (KiB) 915440

[startup+522.718 s]
/proc/loadavg: 1.99 1.83 1.43 3/88 1501
/proc/meminfo: memFree=1352144/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=518.39
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9012 0 1 0 51254 585 0 0 25 0 8 0 279529722 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073778066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8744 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.39
Current children cumulated vsize (KiB) 915440

[startup+582.766 s]
/proc/loadavg: 1.99 1.86 1.46 3/88 1501
/proc/meminfo: memFree=1352144/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=577.92
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9012 0 1 0 57207 585 0 0 25 0 8 0 279529722 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8744 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.92
Current children cumulated vsize (KiB) 915440

[startup+642.815 s]
/proc/loadavg: 1.99 1.88 1.49 3/88 1501
/proc/meminfo: memFree=1352144/2055920 swapFree=4184640/4192956
[pid=1493] ppid=1491 vsize=915440 CPUtime=637.44
/proc/1493/stat : 1493 (java) R 1491 1493 1136 0 -1 0 9012 0 1 0 63159 585 0 0 25 0 8 0 279529722 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073787875 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1493/statm: 228860 8744 2532 14 0 215330 0
[pid=1493/tid=1495] ppid=1491 vsize=915440 CPUtime=0.02
/proc/1493/task/1495/stat : 1495 (java) S 1491 1493 1136 0 -1 64 144 0 0 0 2 0 0 0 16 0 8 0 279529726 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1496] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1496/stat : 1496 (java) S 1491 1493 1136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1497] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1497/stat : 1497 (java) S 1491 1493 1136 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279529727 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1498] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1498/stat : 1498 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1499] ppid=1491 vsize=915440 CPUtime=0.2
/proc/1493/task/1499/stat : 1499 (java) S 1491 1493 1136 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1500] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1500/stat : 1500 (java) S 1491 1493 1136 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1493/tid=1501] ppid=1491 vsize=915440 CPUtime=0
/proc/1493/task/1501/stat : 1501 (java) S 1491 1493 1136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279529730 937410560 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.44
Current children cumulated vsize (KiB) 915440

Child status: 0
Real time (s): 646.53
CPU time (s): 641.112
CPU user time (s): 635.246
CPU system time (s): 5.86511
CPU usage (%): 99.1618
Max. virtual memory (cumulated for all children) (KiB): 915956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 635.246
system time used= 5.86511
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9108
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= 14171
involuntary context switches= 36383

runsolver used 0.624905 s user time and 1.84572 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan 20 16:42:41 UTC 2007


IDJOB= 281323
IDBENCH= 12145
IDSOLVER= 68
FILE ID= node35/281323-1169311361

PBS_JOBID= 3610250

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7d9ffe0928a2de61fbcb30ecf0d5aa25

RANDOM SEED= 840284512

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.234
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.234
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:       1377536 kB
Buffers:         42516 kB
Cached:         542548 kB
SwapCached:       2184 kB
Active:         146280 kB
Inactive:       461376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377536 kB
SwapTotal:     4192956 kB
SwapFree:      4184640 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          37096 kB
Slab:            55868 kB
Committed_AS:  5643400 kB
PageTables:       1880 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= 66563 MiB



End job on node35 on Sat Jan 20 16:53:27 UTC 2007