Trace number 194681

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
Abscon 109 ACSAT 974.66 976.401

DiagnosticValue
CHECKS6862462120
NODES4182508

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-45_ext.xml
MD5SUMd35ef7e8b2363094ba89790652b7a3f6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.8145
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=mac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/194681-1168069389/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.49	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.49	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.49	   
0.49	   relations being loaded...
0.64	   
0.64	   constraints being loaded...
0.79	     nbConstraints=467  nbRelationTypes=467  nbExtensionStructures=467  nbSharedExtensionStructures=0
0.79	     nbConflictsStructures=467  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2446  maxDegree=28
0.79	     maxArity=2
0.79	       =>  wckTime=0.403  cpuTime=0.31  mem=17M695
0.84	   
0.84	   solver IterativeSystematicSolver being built... 
1.00	       =>  wckTime=0.612  cpuTime=0.45  mem=15M366
1.01	   
1.01	   preprocessing
1.01	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.01	     detectedInconsistency=no
1.01	       =>  wckTime=0.0090  cpuTime=0.0  mem=15M366
1.06	   
1.06	   search
1.06	     run=0  nbConstraintChecks=46248  nbPropagations=666  nbRevisions=7383  nbUselessRevisions=6213  nbAssignments=27
1.06	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.059  cpuTime=0.03  mem=15M366
1.09	   
1.09	   search
1.09	     run=1  nbConstraintChecks=101112  nbPropagations=2059  nbRevisions=24127  nbUselessRevisions=20197
1.09	     nbAssignments=66  nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=100  nbRestartNogoods=4  mapSize=21
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.087  cpuTime=0.05  mem=15M366
1.11	   
1.11	   search
1.11	     run=2  nbConstraintChecks=169282  nbPropagations=4301  nbRevisions=51864  nbUselessRevisions=43073
1.11	     nbAssignments=113  nbFailedAssignments=30  nbBacktracks=47  nbVisitedNodes=173  nbRestartNogoods=7  mapSize=38
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.107  cpuTime=0.06  mem=15M366
1.14	   
1.14	   search
1.14	     run=3  nbConstraintChecks=285557  nbPropagations=7864  nbRevisions=98903  nbUselessRevisions=81710
1.14	     nbAssignments=179  nbFailedAssignments=52  nbBacktracks=80  nbVisitedNodes=282  nbRestartNogoods=11  mapSize=66
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.137  cpuTime=0.09  mem=15M366
1.16	   
1.17	   search
1.17	     run=4  nbConstraintChecks=425005  nbPropagations=13145  nbRevisions=170192  nbUselessRevisions=139968
1.17	     nbAssignments=267  nbFailedAssignments=81  nbBacktracks=130  nbVisitedNodes=424  nbRestartNogoods=15  mapSize=103
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.166  cpuTime=0.11  mem=15M366
1.22	   
1.22	   search
1.22	     run=5  nbConstraintChecks=652745  nbPropagations=21199  nbRevisions=283671  nbUselessRevisions=233254
1.22	     nbAssignments=408  nbFailedAssignments=136  nbBacktracks=205  nbVisitedNodes=666  nbRestartNogoods=19  mapSize=172
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.218  cpuTime=0.15  mem=15M366
1.27	   
1.27	   search
1.27	     run=6  nbConstraintChecks=952510  nbPropagations=32685  nbRevisions=446336  nbUselessRevisions=366208
1.27	     nbAssignments=591  nbFailedAssignments=196  nbBacktracks=321  nbVisitedNodes=958  nbRestartNogoods=22  mapSize=257
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.273  cpuTime=0.21  mem=15M366
1.36	   
1.36	   search
1.36	     run=7  nbConstraintChecks=1437100  nbPropagations=49936  nbRevisions=697271  nbUselessRevisions=571256
1.36	     nbAssignments=880  nbFailedAssignments=303  nbBacktracks=494  nbVisitedNodes=1448  nbRestartNogoods=24  mapSize=408
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.365  cpuTime=0.29  mem=15M366
1.50	   
1.50	   search
1.50	     run=8  nbConstraintChecks=2190083  nbPropagations=76020  nbRevisions=1083067  nbUselessRevisions=886707
1.50	     nbAssignments=1323  nbFailedAssignments=478  nbBacktracks=751  nbVisitedNodes=2208  nbRestartNogoods=27
1.50	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.501  cpuTime=0.43  mem=15M366
1.69	   
1.69	   search
1.69	     run=9  nbConstraintChecks=3143817  nbPropagations=113824  nbRevisions=1653314  nbUselessRevisions=1354501
1.69	     nbAssignments=1954  nbFailedAssignments=714  nbBacktracks=1138  nbVisitedNodes=3261  nbRestartNogoods=33
1.69	     mapSize=939  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.685  cpuTime=0.6  mem=15M366
1.74	   
1.74	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=15M366)
1.94	   
1.94	   search
1.94	     run=10  nbConstraintChecks=4601139  nbPropagations=170481  nbRevisions=2513460  nbUselessRevisions=2061760
1.94	     nbAssignments=2937  nbFailedAssignments=1107  nbBacktracks=1715  nbVisitedNodes=4938  nbRestartNogoods=38
1.94	       =>  wckTime=0.94  cpuTime=0.84  mem=15M366
2.29	   
2.29	   search
2.29	     run=11  nbConstraintChecks=6703809  nbPropagations=253886  nbRevisions=3784293  nbUselessRevisions=3107713
2.29	     nbAssignments=4372  nbFailedAssignments=1664  nbBacktracks=2580  nbVisitedNodes=7397  nbRestartNogoods=44
2.29	       =>  wckTime=1.288  cpuTime=1.18  mem=15M366
2.86	   
2.86	   search
2.86	     run=12  nbConstraintChecks=10514058  nbPropagations=380143  nbRevisions=5715915  nbUselessRevisions=4691499
2.86	     nbAssignments=6554  nbFailedAssignments=2540  nbBacktracks=3878  nbVisitedNodes=11169  nbRestartNogoods=50
2.86	       =>  wckTime=1.86  cpuTime=1.75  mem=15M366
3.55	   
3.55	   search
3.55	     run=13  nbConstraintChecks=14801000  nbPropagations=561227  nbRevisions=8461893  nbUselessRevisions=6942369
3.55	     nbAssignments=9538  nbFailedAssignments=3566  nbBacktracks=5824  nbVisitedNodes=16102  nbRestartNogoods=55
3.55	       =>  wckTime=2.554  cpuTime=2.44  mem=15M366
4.85	   
4.85	   search
4.85	     run=14  nbConstraintChecks=23190340  nbPropagations=842687  nbRevisions=12775308  nbUselessRevisions=10482222
4.85	     nbAssignments=14508  nbFailedAssignments=5602  nbBacktracks=8747  nbVisitedNodes=24781  nbRestartNogoods=62
4.85	       =>  wckTime=3.846  cpuTime=3.72  mem=15M366
6.52	   
6.52	   search
6.52	     run=15  nbConstraintChecks=33619759  nbPropagations=1257861  nbRevisions=19072893  nbUselessRevisions=15644608
6.52	     nbAssignments=21504  nbFailedAssignments=8209  nbBacktracks=13125  nbVisitedNodes=36681  nbRestartNogoods=75
6.52	       =>  wckTime=5.52  cpuTime=5.38  mem=15M366
9.25	   
9.25	   search
9.25	     run=16  nbConstraintChecks=51151293  nbPropagations=1880525  nbRevisions=28626996  nbUselessRevisions=23483028
9.25	     nbAssignments=32164  nbFailedAssignments=12292  nbBacktracks=19693  nbVisitedNodes=54965  nbRestartNogoods=84
9.25	       =>  wckTime=8.25  cpuTime=8.08  mem=15M366
13.08	   
13.08	   search
13.08	     run=17  nbConstraintChecks=74817414  nbPropagations=2801367  nbRevisions=42781815  nbUselessRevisions=35111572
13.08	     nbAssignments=47874  nbFailedAssignments=18140  nbBacktracks=29547  nbVisitedNodes=81683  nbRestartNogoods=92
13.08	       =>  wckTime=12.079  cpuTime=11.88  mem=15M366
18.71	   
18.71	   search
18.71	     run=18  nbConstraintChecks=109947409  nbPropagations=4162181  nbRevisions=63563854  nbUselessRevisions=52166076
18.71	     nbAssignments=71218  nbFailedAssignments=26696  nbBacktracks=44326  nbVisitedNodes=121176  nbRestartNogoods=101
18.71	       =>  wckTime=17.709  cpuTime=17.45  mem=15M366
28.41	   
28.41	   search
28.41	     run=19  nbConstraintChecks=172923113  nbPropagations=6263822  nbRevisions=96141509  nbUselessRevisions=78941136
28.41	     nbAssignments=108414  nbFailedAssignments=41714  nbBacktracks=66495  nbVisitedNodes=185852  nbRestartNogoods=111
28.41	       =>  wckTime=27.408  cpuTime=27.06  mem=15M366
40.06	   
40.06	   search
40.06	     run=20  nbConstraintChecks=241516206  nbPropagations=9306887  nbRevisions=142774122  nbUselessRevisions=117299129
40.06	     nbAssignments=159853  nbFailedAssignments=59887  nbBacktracks=99750  nbVisitedNodes=272395  nbRestartNogoods=121
40.06	       =>  wckTime=39.057  cpuTime=38.6  mem=15M366
62.03	   
62.03	   search
62.03	     run=21  nbConstraintChecks=385625858  nbPropagations=14008894  nbRevisions=215840178  nbUselessRevisions=177410641
62.03	     nbAssignments=243105  nbFailedAssignments=93254  nbBacktracks=149628  nbVisitedNodes=417233  nbRestartNogoods=132
62.03	       =>  wckTime=61.027  cpuTime=60.38  mem=15M366
91.72	   
91.72	   search
91.72	     run=22  nbConstraintChecks=580592129  nbPropagations=21086931  nbRevisions=326880949  nbUselessRevisions=268968594
91.72	     nbAssignments=363890  nbFailedAssignments=139211  nbBacktracks=224446  nbVisitedNodes=624787  nbRestartNogoods=147
91.72	       =>  wckTime=90.717  cpuTime=89.91  mem=15M366
130.57	   
130.57	   search
130.57	     run=23  nbConstraintChecks=847158724  nbPropagations=31530612  nbRevisions=488953045  nbUselessRevisions=402383233
130.57	     nbAssignments=541996  nbFailedAssignments=205081  nbBacktracks=336673  nbVisitedNodes=926378  nbRestartNogoods=156
130.57	       =>  wckTime=129.567  cpuTime=128.7  mem=15M366
195.20	   
195.20	   search
195.20	     run=24  nbConstraintChecks=1307728445  nbPropagations=47427041  nbRevisions=737319462  nbUselessRevisions=606898240
195.20	     nbAssignments=820919  nbFailedAssignments=315652  nbBacktracks=505015  nbVisitedNodes=1408959  nbRestartNogoods=169
195.20	       =>  wckTime=194.197  cpuTime=193.28  mem=15M366
280.46	   
280.46	   search
280.46	     run=25  nbConstraintChecks=1904331833  nbPropagations=70600691  nbRevisions=1097238518
280.46	     nbUselessRevisions=903076636  nbAssignments=1205731  nbFailedAssignments=447941  nbBacktracks=757528
280.46	     nbVisitedNodes=2050662  nbRestartNogoods=190
280.46	       =>  wckTime=279.46  cpuTime=278.46  mem=15M366
429.46	   
429.46	   search
429.46	     run=26  nbConstraintChecks=2978291068  nbPropagations=106237018  nbRevisions=1653559214
429.46	     nbUselessRevisions=1360766750  nbAssignments=1827207  nbFailedAssignments=690640  nbBacktracks=1136295
429.46	     nbVisitedNodes=3123890  nbRestartNogoods=201
429.46	       =>  wckTime=428.46  cpuTime=427.31  mem=15M366
629.69	   
629.69	   search
629.69	     run=27  nbConstraintChecks=4365353863  nbPropagations=159092499  nbRevisions=2473386428
629.69	     nbUselessRevisions=2035156610  nbAssignments=2720125  nbFailedAssignments=1015402  nbBacktracks=1704446
629.70	     nbVisitedNodes=4635515  nbRestartNogoods=220
629.70	       =>  wckTime=628.696  cpuTime=627.33  mem=15M366
961.58	   
961.58	   search
961.58	     run=28  nbConstraintChecks=6762362066  nbPropagations=239616893  nbRevisions=3730577168
961.58	     nbUselessRevisions=3069318517  nbAssignments=4113471  nbFailedAssignments=1556511  nbBacktracks=2556673
961.58	     nbVisitedNodes=7039057  nbRestartNogoods=232
961.58	       =>  wckTime=960.577  cpuTime=958.89  mem=15M366
976.36	   
976.36	   search
976.36	     run=29  nbConstraintChecks=6862462120  nbPropagations=321425979  nbRevisions=5007354363
976.36	     nbUselessRevisions=4119597096  nbAssignments=4182508  nbFailedAssignments=1581749  nbBacktracks=2600422
976.36	     nbVisitedNodes=7155812  nbRestartNogoods=246
976.36	       =>  wckTime=975.357  cpuTime=973.64  mem=15M366
976.36	   
976.36	   global
976.36	     nbConstraintChecks=6862462120  nbPropagations=321426029  nbRevisions=5007354363  nbUselessRevisions=4119597096
976.36	     nbRestartNogoods=246  solvingWckTime=975.358  solvingCpuTime=973.64  expiredTime=no  totalExploration=no
976.36	     nbFoundSolutions=1  globalCpuTime=974.14
976.36	       =>  wckTime=975.974  cpuTime=974.09  mem=16M342
976.36	   
976.36	s SATISFIABLE
976.36	v 12 20 12 18 5 16 2 14 6 16 14 22 22 9 1 4 20 16 9 9 9 2 17 2 19 3 0 12 3 0 14 1 20 11 14 3 0 3 18 5 5 22 6 20 18 9 4 6 8 2 
976.36	d NODES 4182508
976.36	d CHECKS 6862462120
976.36	   
976.36	   totalWckTime=976.056  totalCpuTime=974.14

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-194681-1168069389 -o ROOT/results/node9/solver-194681-1168069389 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/194681-1168069389/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.04 1.34 1.64 4/86 14476
/proc/meminfo: memFree=1127536/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=18540 CPUtime=0
/proc/14475/stat : 14475 (runsolver) R 14473 14475 14352 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155334242 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14475/statm: 4635 279 244 17 0 2626 0

[startup+0.107749 s]
/proc/loadavg: 1.04 1.34 1.64 4/86 14476
/proc/meminfo: memFree=1127536/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=906644 CPUtime=0.03
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 2101 0 1 0 2 1 0 0 18 0 2 0 155334242 928403456 1850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153610309 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 226661 1850 1057 14 0 214244 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 906644

[startup+0.515792 s]
/proc/loadavg: 1.04 1.34 1.64 4/86 14476
/proc/meminfo: memFree=1127536/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915328 CPUtime=0.43
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 6168 0 1 0 39 4 0 0 18 0 8 0 155334242 937295872 5907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228832 5907 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33888 s]
/proc/loadavg: 1.04 1.34 1.64 3/93 14483
/proc/meminfo: memFree=1099640/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=1.24
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9617 0 1 0 116 8 0 0 24 0 8 0 155334242 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9355 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.21
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 380 0 0 0 20 1 0 0 15 0 8 0 155334256 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915460

[startup+2.99207 s]
/proc/loadavg: 1.11 1.35 1.64 3/93 14483
/proc/meminfo: memFree=1099384/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=2.89
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9635 0 1 0 280 9 0 0 25 0 8 0 155334242 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9371 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 17 0 8 0 155334252 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 397 0 0 0 24 1 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915460

[startup+6.29244 s]
/proc/loadavg: 1.11 1.35 1.64 3/93 14483
/proc/meminfo: memFree=1098808/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=6.16
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9635 0 1 0 607 9 0 0 25 0 8 0 155334242 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814157 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9371 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 397 0 0 0 24 1 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915460

[startup+12.7762 s]
/proc/loadavg: 1.25 1.37 1.65 4/93 14483
/proc/meminfo: memFree=1097912/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=12.57
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9635 0 1 0 1248 9 0 0 25 0 8 0 155334242 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918492 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9371 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915460

[startup+25.6266 s]
/proc/loadavg: 1.36 1.39 1.65 3/93 14483
/proc/meminfo: memFree=1097912/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=25.31
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9635 0 1 0 2522 9 0 0 25 0 8 0 155334242 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834079 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9371 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 915460

[startup+51.2495 s]
/proc/loadavg: 1.58 1.44 1.66 3/93 14483
/proc/meminfo: memFree=1097912/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=50.7
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9635 0 1 0 5061 9 0 0 25 0 8 0 155334242 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813671 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14475/statm: 228865 9371 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915460

[startup+102.481 s]
/proc/loadavg: 1.77 1.52 1.67 3/100 14573
/proc/meminfo: memFree=1262200/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=101.66
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 10155 11 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 915460

[startup+162.547 s]
/proc/loadavg: 1.91 1.60 1.69 3/100 14573
/proc/meminfo: memFree=1262328/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=161.66
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 16155 11 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 915460

[startup+583.001 s]
/proc/loadavg: 2.07 1.95 1.82 3/100 14573
/proc/meminfo: memFree=1262328/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=581.68
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 58156 12 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073845706 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.68
Current children cumulated vsize (KiB) 915460

[startup+643.063 s]
/proc/loadavg: 2.02 1.96 1.82 3/100 14573
/proc/meminfo: memFree=1262264/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=641.69
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 64157 12 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823737 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.69
Current children cumulated vsize (KiB) 915460

[startup+703.129 s]
/proc/loadavg: 2.07 1.98 1.83 3/100 14573
/proc/meminfo: memFree=1262328/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=701.7
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 70158 12 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073832284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.7
Current children cumulated vsize (KiB) 915460

[startup+763.193 s]
/proc/loadavg: 2.02 1.98 1.84 3/100 14573
/proc/meminfo: memFree=1262264/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=761.69
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 76157 12 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837151 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.69
Current children cumulated vsize (KiB) 915460

[startup+823.258 s]
/proc/loadavg: 2.01 1.98 1.85 3/100 14573
/proc/meminfo: memFree=1262264/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=821.71
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 82158 13 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837142 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.71
Current children cumulated vsize (KiB) 915460

[startup+883.324 s]
/proc/loadavg: 2.00 1.98 1.85 3/100 14573
/proc/meminfo: memFree=1262264/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=881.72
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 88159 13 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 915460

[startup+943.39 s]
/proc/loadavg: 2.03 2.00 1.86 3/100 14573
/proc/meminfo: memFree=1262264/2055920 swapFree=4191880/4192956
[pid=14475] ppid=14473 vsize=915460 CPUtime=941.71
/proc/14475/stat : 14475 (java) R 14473 14475 14352 0 -1 0 9638 0 1 0 94158 13 0 0 25 0 8 0 155334242 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14475/statm: 228865 9373 2513 14 0 215335 0
[pid=14475/tid=14477] ppid=14473 vsize=915460 CPUtime=0.04
/proc/14475/task/14477/stat : 14477 (java) S 14473 14475 14352 0 -1 64 408 0 0 0 4 0 0 0 16 0 8 0 155334252 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14478] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14478/stat : 14478 (java) S 14473 14475 14352 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14479] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14479/stat : 14479 (java) S 14473 14475 14352 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155334253 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14480] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14480/stat : 14480 (java) S 14473 14475 14352 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14481] ppid=14473 vsize=915460 CPUtime=0.25
/proc/14475/task/14481/stat : 14481 (java) S 14473 14475 14352 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14475/tid=14482] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14482/stat : 14482 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14475/tid=14483] ppid=14473 vsize=915460 CPUtime=0
/proc/14475/task/14483/stat : 14483 (java) S 14473 14475 14352 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155334256 937431040 9373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 976.401
CPU time (s): 974.66
CPU user time (s): 974.524
CPU system time (s): 0.135979
CPU usage (%): 99.8217
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.524
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9646
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= 20861
involuntary context switches= 28472

runsolver used 1.13683 s user time and 3.19051 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 07:43:11 UTC 2007


IDJOB= 194681
IDBENCH= 3227
FILE ID= node9/194681-1168069389

PBS_JOBID= 3475709

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-45_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/194681-1168069389/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-194681-1168069389 -o ROOT/results/node9/solver-194681-1168069389 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/194681-1168069389/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d35ef7e8b2363094ba89790652b7a3f6

RANDOM SEED= 819562131

TIME LIMIT= 1800 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.231
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.231
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:       1127952 kB
Buffers:         83132 kB
Cached:         505344 kB
SwapCached:        268 kB
Active:         490312 kB
Inactive:       335816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127952 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:         252868 kB
Slab:            86244 kB
Committed_AS:  4063852 kB
PageTables:       2704 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= 66541 MiB



End job on node9 on Sat Jan  6 07:59:28 UTC 2007