Trace number 195155

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 ESACSAT 1277.44 1286.05

DiagnosticValue
CHECKS8755088250
NODES5369590

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-43_ext.xml
MD5SUM4d734d4951bba2ded06d16dc01fa3948
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 benchmark35.2846
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints476
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/195155-1168111070/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.70	     nbConstraints=476  nbRelationTypes=476  nbExtensionStructures=476  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=476  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2558  maxDegree=27
0.70	     maxArity=2
0.70	       =>  wckTime=0.393  cpuTime=0.3  mem=17M695
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.599  cpuTime=0.43  mem=15M598
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=122622  nbPropagations=1312  nbRevisions=11177  nbUselessRevisions=9456  nbSingletonTests=64
0.97	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.97	       =>  wckTime=0.061  cpuTime=0.04  mem=15M598
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=49509  nbPropagations=1920  nbRevisions=19174  nbUselessRevisions=16086  nbAssignments=33
1.00	     nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.091  cpuTime=0.07  mem=15M598
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=109110  nbPropagations=4544  nbRevisions=47738  nbUselessRevisions=40074
1.02	     nbAssignments=70  nbFailedAssignments=19  nbBacktracks=29  nbVisitedNodes=104  nbRestartNogoods=2  mapSize=23
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.112  cpuTime=0.09  mem=15M598
1.03	   
1.03	   search
1.04	     run=2  nbConstraintChecks=173273  nbPropagations=7967  nbRevisions=86569  nbUselessRevisions=72602
1.04	     nbAssignments=111  nbFailedAssignments=28  nbBacktracks=51  nbVisitedNodes=166  nbRestartNogoods=4  mapSize=39
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.126  cpuTime=0.1  mem=15M598
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=282712  nbPropagations=12596  nbRevisions=143668  nbUselessRevisions=119909
1.06	     nbAssignments=176  nbFailedAssignments=51  nbBacktracks=84  nbVisitedNodes=269  nbRestartNogoods=7  mapSize=63
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.147  cpuTime=0.12  mem=15M598
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=431013  nbPropagations=18996  nbRevisions=226164  nbUselessRevisions=188376
1.09	     nbAssignments=266  nbFailedAssignments=80  nbBacktracks=136  nbVisitedNodes=415  nbRestartNogoods=9  mapSize=106
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.176  cpuTime=0.15  mem=15M598
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=628153  nbPropagations=27765  nbRevisions=344562  nbUselessRevisions=286540
1.13	     nbAssignments=396  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=625  nbRestartNogoods=12  mapSize=162
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.222  cpuTime=0.18  mem=15M598
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=940960  nbPropagations=40223  nbRevisions=520487  nbUselessRevisions=432423
1.19	     nbAssignments=592  nbFailedAssignments=194  nbBacktracks=326  nbVisitedNodes=950  nbRestartNogoods=14  mapSize=251
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.277  cpuTime=0.24  mem=15M598
1.28	   
1.28	   search
1.28	     run=7  nbConstraintChecks=1478062  nbPropagations=58721  nbRevisions=792195  nbUselessRevisions=657081
1.28	     nbAssignments=905  nbFailedAssignments=326  nbBacktracks=496  nbVisitedNodes=1491  nbRestartNogoods=18  mapSize=402
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.368  cpuTime=0.33  mem=15M598
1.40	   
1.40	   search
1.40	     run=8  nbConstraintChecks=2167304  nbPropagations=85763  nbRevisions=1199100  nbUselessRevisions=993739
1.40	     nbAssignments=1357  nbFailedAssignments=509  nbBacktracks=754  nbVisitedNodes=2283  nbRestartNogoods=22
1.40	     mapSize=624  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.494  cpuTime=0.45  mem=15M598
1.58	   
1.58	   search
1.58	     run=9  nbConstraintChecks=3171637  nbPropagations=124318  nbRevisions=1789854  nbUselessRevisions=1482182
1.58	     nbAssignments=1954  nbFailedAssignments=711  nbBacktracks=1139  nbVisitedNodes=3289  nbRestartNogoods=27
1.58	     mapSize=945  nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.671  cpuTime=0.61  mem=15M598
1.63	   
1.63	   INFO : Stopping hyperNogood (mapSize=1039, nbTooLargekeys=0, mem=15M598)
1.82	   
1.82	   search
1.82	     run=10  nbConstraintChecks=4536979  nbPropagations=180509  nbRevisions=2657677  nbUselessRevisions=2200494
1.82	     nbAssignments=2897  nbFailedAssignments=1067  nbBacktracks=1715  nbVisitedNodes=4899  nbRestartNogoods=32
1.82	       =>  wckTime=0.91  cpuTime=0.83  mem=15M598
2.20	   
2.20	   search
2.20	     run=11  nbConstraintChecks=7290191  nbPropagations=266224  nbRevisions=3995395  nbUselessRevisions=3303437
2.20	     nbAssignments=4336  nbFailedAssignments=1631  nbBacktracks=2579  nbVisitedNodes=7399  nbRestartNogoods=39
2.20	       =>  wckTime=1.294  cpuTime=1.21  mem=15M598
2.68	   
2.68	   search
2.68	     run=12  nbConstraintChecks=10470700  nbPropagations=390637  nbRevisions=5946159  nbUselessRevisions=4913885
2.68	     nbAssignments=6420  nbFailedAssignments=2387  nbBacktracks=3878  nbVisitedNodes=10908  nbRestartNogoods=50
2.68	       =>  wckTime=1.775  cpuTime=1.69  mem=15M598
3.46	   
3.46	   search
3.46	     run=13  nbConstraintChecks=15753433  nbPropagations=574778  nbRevisions=8866065  nbUselessRevisions=7323680
3.46	     nbAssignments=9575  nbFailedAssignments=3586  nbBacktracks=5826  nbVisitedNodes=16295  nbRestartNogoods=59
3.46	       =>  wckTime=2.554  cpuTime=2.45  mem=15M598
4.62	   
4.62	   search
4.62	     run=14  nbConstraintChecks=23632351  nbPropagations=850854  nbRevisions=13273842  nbUselessRevisions=10965262
4.62	     nbAssignments=14217  nbFailedAssignments=5298  nbBacktracks=8747  nbVisitedNodes=24297  nbRestartNogoods=67
4.62	       =>  wckTime=3.712  cpuTime=3.6  mem=15M598
6.24	   
6.24	   search
6.24	     run=15  nbConstraintChecks=34383364  nbPropagations=1257482  nbRevisions=19758141  nbUselessRevisions=16323767
6.24	     nbAssignments=21157  nbFailedAssignments=7848  nbBacktracks=13127  nbVisitedNodes=36095  nbRestartNogoods=72
6.24	       =>  wckTime=5.33  cpuTime=5.2  mem=16M574
8.89	   
8.89	   search
8.89	     run=16  nbConstraintChecks=52751320  nbPropagations=1873512  nbRevisions=29619141  nbUselessRevisions=24469447
8.89	     nbAssignments=31759  nbFailedAssignments=11869  nbBacktracks=19696  nbVisitedNodes=54358  nbRestartNogoods=81
8.89	       =>  wckTime=7.981  cpuTime=7.83  mem=16M574
12.71	   
12.71	   search
12.71	     run=17  nbConstraintChecks=79067237  nbPropagations=2797493  nbRevisions=44380551  nbUselessRevisions=36657283
12.71	     nbAssignments=47705  nbFailedAssignments=17926  nbBacktracks=29552  nbVisitedNodes=81593  nbRestartNogoods=95
12.71	       =>  wckTime=11.804  cpuTime=11.62  mem=16M574
18.78	   
18.78	   search
18.78	     run=18  nbConstraintChecks=122460584  nbPropagations=4200290  nbRevisions=66786149  nbUselessRevisions=55115977
18.78	     nbAssignments=71778  nbFailedAssignments=27209  nbBacktracks=44333  nbVisitedNodes=122978  nbRestartNogoods=105
18.78	       =>  wckTime=17.872  cpuTime=17.64  mem=16M574
27.26	   
27.26	   search
27.26	     run=19  nbConstraintChecks=179512076  nbPropagations=6276714  nbRevisions=100072394  nbUselessRevisions=82585899
27.26	     nbAssignments=106991  nbFailedAssignments=40245  nbBacktracks=66502  nbVisitedNodes=183348  nbRestartNogoods=110
27.26	       =>  wckTime=26.353  cpuTime=26.02  mem=16M574
40.01	   
40.01	   search
40.01	     run=20  nbConstraintChecks=266881510  nbPropagations=9396804  nbRevisions=149662088  nbUselessRevisions=123488215
40.01	     nbAssignments=160265  nbFailedAssignments=60254  nbBacktracks=99754  nbVisitedNodes=274923  nbRestartNogoods=123
40.01	       =>  wckTime=39.101  cpuTime=38.66  mem=16M574
59.19	   
59.19	   search
59.19	     run=21  nbConstraintChecks=397116984  nbPropagations=14056196  nbRevisions=223876909  nbUselessRevisions=184746457
59.19	     nbAssignments=240127  nbFailedAssignments=90227  nbBacktracks=149632  nbVisitedNodes=411516  nbRestartNogoods=140
59.19	       =>  wckTime=58.282  cpuTime=57.68  mem=16M574
88.43	   
88.43	   search
88.43	     run=22  nbConstraintChecks=594391569  nbPropagations=21051104  nbRevisions=335738420  nbUselessRevisions=277132359
88.43	     nbAssignments=362079  nbFailedAssignments=137351  nbBacktracks=224451  nbVisitedNodes=621180  nbRestartNogoods=159
88.43	       =>  wckTime=87.52  cpuTime=86.64  mem=16M574
129.68	   
129.68	   search
129.68	     run=23  nbConstraintChecks=868824845  nbPropagations=31414826  nbRevisions=500664711  nbUselessRevisions=413324346
129.68	     nbAssignments=541670  nbFailedAssignments=204687  nbBacktracks=336679  nbVisitedNodes=928622  nbRestartNogoods=180
129.68	       =>  wckTime=128.775  cpuTime=127.51  mem=16M574
196.35	   
196.35	   search
196.35	     run=24  nbConstraintChecks=1332192040  nbPropagations=47073508  nbRevisions=751134436  nbUselessRevisions=620185536
196.35	     nbAssignments=810274  nbFailedAssignments=304936  nbBacktracks=505021  nbVisitedNodes=1388825  nbRestartNogoods=197
196.35	       =>  wckTime=195.441  cpuTime=193.57  mem=16M574
290.91	   
290.91	   search
290.91	     run=25  nbConstraintChecks=1980868924  nbPropagations=70300037  nbRevisions=1121364808
290.91	     nbUselessRevisions=925785455  nbAssignments=1204196  nbFailedAssignments=446315  nbBacktracks=757532
290.91	     nbVisitedNodes=2054944  nbRestartNogoods=216
290.91	       =>  wckTime=289.997  cpuTime=287.26  mem=16M574
435.42	   
435.42	   search
435.42	     run=26  nbConstraintChecks=2958410713  nbPropagations=105194897  nbRevisions=1677366239
435.42	     nbUselessRevisions=1385020312  nbAssignments=1812472  nbFailedAssignments=675812  nbBacktracks=1136302
435.42	     nbVisitedNodes=3099413  nbRestartNogoods=232
435.42	       =>  wckTime=434.512  cpuTime=430.55  mem=16M574
652.14	   
652.14	   search
652.14	     run=27  nbConstraintChecks=4444868416  nbPropagations=157564791  nbRevisions=2512118446
652.14	     nbUselessRevisions=2074289613  nbAssignments=2717222  nbFailedAssignments=1012402  nbBacktracks=1704454
652.14	     nbVisitedNodes=4643122  nbRestartNogoods=248
652.14	       =>  wckTime=651.233  cpuTime=646.1  mem=16M574
985.60	   
985.60	   search
985.60	     run=28  nbConstraintChecks=6750336839  nbPropagations=236668825  nbRevisions=3777387301
985.60	     nbUselessRevisions=3119522479  nbAssignments=4083405  nbFailedAssignments=1526350  nbBacktracks=2556680
985.60	     nbVisitedNodes=6989576  nbRestartNogoods=267
985.60	       =>  wckTime=984.69  cpuTime=977.72  mem=16M574
1286.00	   
1286.00	   search
1286.00	     run=29  nbConstraintChecks=8754965628  nbPropagations=340211702  nbRevisions=5437305104
1286.00	     nbUselessRevisions=4492504923  nbAssignments=5369590  nbFailedAssignments=2009558  nbBacktracks=3359607
1286.00	     nbVisitedNodes=9192946  nbRestartNogoods=282
1286.00	       =>  wckTime=1285.091  cpuTime=1276.47  mem=16M574
1286.00	   
1286.00	   global
1286.00	     nbConstraintChecks=8755088250  nbPropagations=340213014  nbRevisions=5437316281  nbUselessRevisions=4492514379
1286.00	     nbRestartNogoods=282  solvingWckTime=1285.092  solvingCpuTime=1276.47  expiredTime=no  totalExploration=no
1286.00	     nbFoundSolutions=1  globalCpuTime=1276.95
1286.00	       =>  wckTime=1285.694  cpuTime=1276.91  mem=16M574
1286.01	   
1286.01	s SATISFIABLE
1286.01	v 1 4 11 17 10 12 16 19 5 0 11 0 3 2 16 10 10 16 4 22 17 19 14 8 4 11 9 10 11 11 13 1 4 5 21 5 8 0 15 16 1 4 14 15 21 11 13 7 5 12 
1286.01	d NODES 5369590
1286.01	d CHECKS 8755088250
1286.01	   
1286.01	   totalWckTime=1285.775  totalCpuTime=1276.95

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/node17/watcher-195155-1168111070 -o ROOT/results/node17/solver-195155-1168111070 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195155-1168111070/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.92 2.00 1.99 4/87 24414
/proc/meminfo: memFree=1508376/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=18540 CPUtime=0
/proc/24413/stat : 24413 (runsolver) D 24411 24413 24346 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 159502034 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245482712359 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/24413/statm: 4635 279 244 17 0 2626 0

[startup+0.107484 s]
/proc/loadavg: 1.92 2.00 1.99 4/87 24414
/proc/meminfo: memFree=1508376/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=914988 CPUtime=0.08
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 2997 0 1 0 7 1 0 0 25 0 8 0 159502034 936947712 2743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515526 s]
/proc/loadavg: 1.92 2.00 1.99 4/87 24414
/proc/meminfo: memFree=1508376/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915328 CPUtime=0.48
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 7093 0 1 0 44 4 0 0 25 0 8 0 159502034 937295872 6832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153706299 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228832 6832 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33661 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1480480/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=1.29
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9670 0 1 0 123 6 0 0 25 0 8 0 159502034 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9408 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.2
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 382 0 0 0 19 1 0 0 15 0 8 0 159502042 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.97378 s]
/proc/loadavg: 1.92 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1480160/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=2.92
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9688 0 1 0 285 7 0 0 25 0 8 0 159502034 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9424 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 17 0 8 0 159502038 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 399 0 0 0 22 1 0 0 15 0 8 0 159502042 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.26912 s]
/proc/loadavg: 1.93 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1479464/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=6.18
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9689 0 1 0 611 7 0 0 25 0 8 0 159502034 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814709 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9425 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7398 s]
/proc/loadavg: 1.93 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1477992/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=12.59
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9689 0 1 0 1252 7 0 0 25 0 8 0 159502034 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815827 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9425 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.6061 s]
/proc/loadavg: 1.95 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1475432/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=25.33
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9690 0 1 0 2526 7 0 0 25 0 8 0 159502034 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9426 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915460

[startup+51.2088 s]
/proc/loadavg: 1.96 2.00 1.99 3/94 24421
/proc/meminfo: memFree=1470056/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=50.7
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9691 0 1 0 5063 7 0 0 25 0 8 0 159502034 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073842940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9426 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915460

[startup+102.414 s]
/proc/loadavg: 1.98 2.00 1.99 3/94 24423
/proc/meminfo: memFree=1462440/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=101.43
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 10135 8 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915460

[startup+162.464 s]
/proc/loadavg: 2.09 2.03 2.00 3/94 24423
/proc/meminfo: memFree=1454376/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=160.93
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 16085 8 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.98
Current children cumulated vsize (KiB) 915460

[startup+883.061 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 24423
/proc/meminfo: memFree=1430504/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=876.68
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 87658 10 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 876.68
Current children cumulated vsize (KiB) 915460

[startup+943.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 24423
/proc/meminfo: memFree=1424232/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=936.41
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 93631 10 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.41
Current children cumulated vsize (KiB) 915460

[startup+1003.15 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 24423
/proc/meminfo: memFree=1424168/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=996.14
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 99604 10 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 996.14
Current children cumulated vsize (KiB) 915460

[startup+1063.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24423
/proc/meminfo: memFree=1424168/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=1055.83
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 105573 10 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073860597 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1055.83
Current children cumulated vsize (KiB) 915460

[startup+1123.26 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24423
/proc/meminfo: memFree=1424104/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=1115.56
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 111546 10 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.56
Current children cumulated vsize (KiB) 915460

[startup+1183.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/94 24423
/proc/meminfo: memFree=1424104/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=1175.3
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 117519 11 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.3
Current children cumulated vsize (KiB) 915460

[startup+1243.35 s]
/proc/loadavg: 2.08 2.03 2.00 3/94 24423
/proc/meminfo: memFree=1423720/2055920 swapFree=4192812/4192956
[pid=24413] ppid=24411 vsize=915460 CPUtime=1235.01
/proc/24413/stat : 24413 (java) R 24411 24413 24346 0 -1 0 9692 0 1 0 123490 11 0 0 25 0 8 0 159502034 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814897 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24413/statm: 228865 9427 2524 14 0 215335 0
[pid=24413/tid=24415] ppid=24411 vsize=915460 CPUtime=0.03
/proc/24413/task/24415/stat : 24415 (java) S 24411 24413 24346 0 -1 64 413 0 0 0 3 0 0 0 16 0 8 0 159502038 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24416] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24416/stat : 24416 (java) S 24411 24413 24346 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24417] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24417/stat : 24417 (java) S 24411 24413 24346 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159502039 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24418] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24418/stat : 24418 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24419] ppid=24411 vsize=915460 CPUtime=0.23
/proc/24413/task/24419/stat : 24419 (java) S 24411 24413 24346 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24420] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24420/stat : 24420 (java) S 24411 24413 24346 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24413/tid=24421] ppid=24411 vsize=915460 CPUtime=0
/proc/24413/task/24421/stat : 24421 (java) S 24411 24413 24346 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159502042 937431040 9427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.01
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1286.05
CPU time (s): 1277.44
CPU user time (s): 1277.32
CPU system time (s): 0.121981
CPU usage (%): 99.331
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1277.32
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9700
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= 27231
involuntary context switches= 72940

runsolver used 1.50677 s user time and 4.19436 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 19:17:51 UTC 2007


IDJOB= 195155
IDBENCH= 3252
FILE ID= node17/195155-1168111070

PBS_JOBID= 3477095

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4d734d4951bba2ded06d16dc01fa3948

RANDOM SEED= 676582499

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.236
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.236
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:       1509560 kB
Buffers:         46092 kB
Cached:         294520 kB
SwapCached:          0 kB
Active:         253720 kB
Inactive:       200976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         134140 kB
Slab:            76408 kB
Committed_AS:  4048116 kB
PageTables:       2364 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= 66316 MiB



End job on node17 on Sat Jan  6 19:39:19 UTC 2007