Trace number 194794

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 1073.51 1077.39

DiagnosticValue
CHECKS7489081724
NODES4527913

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-17_ext.xml
MD5SUM0bbf7460ef2d59facffae8119cd866c8
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 benchmark1073.51
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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/194794-1168106601/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.098  cpuTime=0.07  mem=6M951
0.41	   
0.41	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.69	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2230  maxDegree=28
0.69	     maxArity=2
0.69	       =>  wckTime=0.378  cpuTime=0.28  mem=17M695
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.58  cpuTime=0.41  mem=15M572
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=95545  nbPropagations=1057  nbRevisions=8454  nbUselessRevisions=7054  nbSingletonTests=55
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.054  cpuTime=0.04  mem=15M572
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=47792  nbPropagations=1672  nbRevisions=16300  nbUselessRevisions=13493  nbAssignments=35
0.98	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=54  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.085  cpuTime=0.06  mem=15M572
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=177822  nbPropagations=4863  nbRevisions=48358  nbUselessRevisions=40372
1.01	     nbAssignments=118  nbFailedAssignments=18  nbBacktracks=28  nbVisitedNodes=105  nbRestartNogoods=5  mapSize=19
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.115  cpuTime=0.08  mem=15M572
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=303104  nbPropagations=9482  nbRevisions=97130  nbUselessRevisions=81112
1.03	     nbAssignments=189  nbFailedAssignments=31  nbBacktracks=53  nbVisitedNodes=177  nbRestartNogoods=9  mapSize=38
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.137  cpuTime=0.1  mem=15M572
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=449517  nbPropagations=15782  nbRevisions=167025  nbUselessRevisions=139005
1.06	     nbAssignments=274  nbFailedAssignments=50  nbBacktracks=89  nbVisitedNodes=278  nbRestartNogoods=12  mapSize=62
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.164  cpuTime=0.13  mem=15M572
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=561745  nbPropagations=23559  nbRevisions=256824  nbUselessRevisions=213254
1.08	     nbAssignments=364  nbFailedAssignments=76  nbBacktracks=143  nbVisitedNodes=415  nbRestartNogoods=15  mapSize=97
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.189  cpuTime=0.15  mem=15M572
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=771475  nbPropagations=33901  nbRevisions=384076  nbUselessRevisions=318251
1.12	     nbAssignments=511  nbFailedAssignments=135  nbBacktracks=220  nbVisitedNodes=657  nbRestartNogoods=18  mapSize=158
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.228  cpuTime=0.19  mem=15M572
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=1072365  nbPropagations=47642  nbRevisions=561642  nbUselessRevisions=463857
1.17	     nbAssignments=701  nbFailedAssignments=199  nbBacktracks=337  nbVisitedNodes=968  nbRestartNogoods=24  mapSize=247
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.279  cpuTime=0.24  mem=15M572
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=1425063  nbPropagations=66248  nbRevisions=809306  nbUselessRevisions=667476
1.24	     nbAssignments=989  nbFailedAssignments=303  nbBacktracks=509  nbVisitedNodes=1441  nbRestartNogoods=26  mapSize=381
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.346  cpuTime=0.3  mem=15M572
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2161299  nbPropagations=93404  nbRevisions=1188148  nbUselessRevisions=978665
1.36	     nbAssignments=1434  nbFailedAssignments=480  nbBacktracks=766  nbVisitedNodes=2212  nbRestartNogoods=32
1.36	     mapSize=603  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.47  cpuTime=0.42  mem=15M572
1.54	   
1.54	   search
1.54	     run=9  nbConstraintChecks=3165064  nbPropagations=132103  nbRevisions=1740921  nbUselessRevisions=1430796
1.54	     nbAssignments=2041  nbFailedAssignments=693  nbBacktracks=1150  nbVisitedNodes=3226  nbRestartNogoods=34
1.54	     mapSize=913  nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.645  cpuTime=0.59  mem=15M572
1.60	   
1.60	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=15M572)
1.76	   
1.76	   search
1.76	     run=10  nbConstraintChecks=4537782  nbPropagations=187724  nbRevisions=2542948  nbUselessRevisions=2085824
1.76	     nbAssignments=2952  nbFailedAssignments=1015  nbBacktracks=1726  nbVisitedNodes=4749  nbRestartNogoods=41
1.76	       =>  wckTime=0.868  cpuTime=0.79  mem=15M572
2.09	   
2.09	   search
2.09	     run=11  nbConstraintChecks=6866603  nbPropagations=269984  nbRevisions=3748075  nbUselessRevisions=3068866
2.09	     nbAssignments=4362  nbFailedAssignments=1552  nbBacktracks=2590  nbVisitedNodes=7144  nbRestartNogoods=46
2.09	       =>  wckTime=1.202  cpuTime=1.12  mem=15M572
2.52	   
2.52	   search
2.52	     run=12  nbConstraintChecks=9657722  nbPropagations=388505  nbRevisions=5495205  nbUselessRevisions=4496633
2.52	     nbAssignments=6433  nbFailedAssignments=2313  nbBacktracks=3889  nbVisitedNodes=10614  nbRestartNogoods=52
2.52	       =>  wckTime=1.627  cpuTime=1.55  mem=15M572
3.33	   
3.33	   search
3.33	     run=13  nbConstraintChecks=15289633  nbPropagations=573251  nbRevisions=8261426  nbUselessRevisions=6755707
3.33	     nbAssignments=9774  nbFailedAssignments=3697  nbBacktracks=5835  nbVisitedNodes=16435  nbRestartNogoods=61
3.33	       =>  wckTime=2.436  cpuTime=2.36  mem=15M572
4.33	   
4.33	   search
4.33	     run=14  nbConstraintChecks=22095701  nbPropagations=841428  nbRevisions=12291587  nbUselessRevisions=10050608
4.33	     nbAssignments=14263  nbFailedAssignments=5254  nbBacktracks=8757  nbVisitedNodes=23916  nbRestartNogoods=73
4.33	       =>  wckTime=3.443  cpuTime=3.36  mem=16M547
5.88	   
5.88	   search
5.88	     run=15  nbConstraintChecks=32602053  nbPropagations=1238305  nbRevisions=18265883  nbUselessRevisions=14939258
5.88	     nbAssignments=21207  nbFailedAssignments=7810  nbBacktracks=13137  nbVisitedNodes=35619  nbRestartNogoods=85
5.88	       =>  wckTime=4.993  cpuTime=4.9  mem=16M547
8.35	   
8.35	   search
8.35	     run=16  nbConstraintChecks=50109843  nbPropagations=1835238  nbRevisions=27312567  nbUselessRevisions=22337642
8.35	     nbAssignments=31701  nbFailedAssignments=11728  nbBacktracks=19705  nbVisitedNodes=53489  nbRestartNogoods=93
8.35	       =>  wckTime=7.463  cpuTime=7.38  mem=16M547
11.95	   
11.95	   search
11.95	     run=17  nbConstraintChecks=74623494  nbPropagations=2735850  nbRevisions=40984916  nbUselessRevisions=33524057
11.95	     nbAssignments=47778  nbFailedAssignments=17925  nbBacktracks=29559  nbVisitedNodes=81063  nbRestartNogoods=104
11.95	       =>  wckTime=11.06  cpuTime=10.98  mem=16M547
17.36	   
17.36	   search
17.36	     run=18  nbConstraintChecks=112558784  nbPropagations=4081748  nbRevisions=61458614  nbUselessRevisions=50262450
17.36	     nbAssignments=71521  nbFailedAssignments=26882  nbBacktracks=44337  nbVisitedNodes=121352  nbRestartNogoods=116
17.36	       =>  wckTime=16.469  cpuTime=16.38  mem=16M547
24.87	   
24.87	   search
24.87	     run=19  nbConstraintChecks=163192810  nbPropagations=6052636  nbRevisions=91349322  nbUselessRevisions=74703741
24.87	     nbAssignments=105637  nbFailedAssignments=38817  nbBacktracks=66505  nbVisitedNodes=178375  nbRestartNogoods=129
24.87	       =>  wckTime=23.983  cpuTime=23.89  mem=16M547
37.88	   
37.89	   search
37.89	     run=20  nbConstraintChecks=254239121  nbPropagations=9088987  nbRevisions=137539959  nbUselessRevisions=112482896
37.89	     nbAssignments=160137  nbFailedAssignments=60041  nbBacktracks=99757  nbVisitedNodes=272175  nbRestartNogoods=138
37.89	       =>  wckTime=36.99  cpuTime=36.87  mem=16M547
56.02	   
56.02	   search
56.02	     run=21  nbConstraintChecks=382220469  nbPropagations=13599985  nbRevisions=206003162  nbUselessRevisions=168383490
56.02	     nbAssignments=238212  nbFailedAssignments=88193  nbBacktracks=149639  nbVisitedNodes=403240  nbRestartNogoods=152
56.02	       =>  wckTime=55.128  cpuTime=54.99  mem=16M547
82.74	   
82.74	   search
82.74	     run=22  nbConstraintChecks=566353931  nbPropagations=20321936  nbRevisions=307885672  nbUselessRevisions=251581530
82.74	     nbAssignments=355968  nbFailedAssignments=131119  nbBacktracks=224457  nbVisitedNodes=601962  nbRestartNogoods=163
82.74	       =>  wckTime=81.852  cpuTime=81.69  mem=16M547
124.59	   
124.59	   search
124.59	     run=23  nbConstraintChecks=865429200  nbPropagations=30425012  nbRevisions=460716414  nbUselessRevisions=376088656
124.59	     nbAssignments=532222  nbFailedAssignments=195132  nbBacktracks=336685  nbVisitedNodes=899405  nbRestartNogoods=172
124.59	       =>  wckTime=123.702  cpuTime=123.49  mem=16M547
188.95	   
188.95	   search
188.95	     run=24  nbConstraintChecks=1322654837  nbPropagations=45711818  nbRevisions=692826569  nbUselessRevisions=565170902
188.95	     nbAssignments=799002  nbFailedAssignments=293561  nbBacktracks=505026  nbVisitedNodes=1351949  nbRestartNogoods=190
188.95	       =>  wckTime=188.062  cpuTime=187.81  mem=16M547
281.57	   
281.57	   search
281.57	     run=25  nbConstraintChecks=1963559131  nbPropagations=68587465  nbRevisions=1039891776
281.57	     nbUselessRevisions=848159187  nbAssignments=1195096  nbFailedAssignments=437133  nbBacktracks=757539
281.57	     nbVisitedNodes=2020263  nbRestartNogoods=204
281.57	       =>  wckTime=280.677  cpuTime=280.32  mem=16M547
426.42	   
426.42	   search
426.42	     run=26  nbConstraintChecks=2982589591  nbPropagations=103007459  nbRevisions=1564508747
426.42	     nbUselessRevisions=1276033288  nbAssignments=1792913  nbFailedAssignments=656171  nbBacktracks=1136309
426.42	     nbVisitedNodes=3032515  nbRestartNogoods=215
426.42	       =>  wckTime=425.531  cpuTime=424.54  mem=16M547
651.94	   
651.94	   search
651.94	     run=27  nbConstraintChecks=4562467805  nbPropagations=155516966  nbRevisions=2367096540
651.94	     nbUselessRevisions=1930664072  nbAssignments=2716958  nbFailedAssignments=1012056  nbBacktracks=1704460
651.94	     nbVisitedNodes=4614719  nbRestartNogoods=236
651.94	       =>  wckTime=651.049  cpuTime=649.04  mem=16M547
966.39	   
966.39	   search
966.39	     run=28  nbConstraintChecks=6705296425  nbPropagations=233699062  nbRevisions=3562477713
966.39	     nbUselessRevisions=2906943862  nbAssignments=4066661  nbFailedAssignments=1509523  nbBacktracks=2556687
966.39	     nbVisitedNodes=6907813  nbRestartNogoods=250
966.39	       =>  wckTime=965.496  cpuTime=962.09  mem=16M547
1077.36	   
1077.36	   search
1077.36	     run=29  nbConstraintChecks=7488986179  nbPropagations=320723035  nbRevisions=4892826165
1077.36	     nbUselessRevisions=3993217144  nbAssignments=4527913  nbFailedAssignments=1679571  nbBacktracks=2847841
1077.36	     nbVisitedNodes=7688360  nbRestartNogoods=266
1077.36	       =>  wckTime=1076.468  cpuTime=1072.55  mem=16M547
1077.36	   
1077.36	   global
1077.36	     nbConstraintChecks=7489081724  nbPropagations=320724092  nbRevisions=4892834619  nbUselessRevisions=3993224198
1077.36	     nbRestartNogoods=266  solvingWckTime=1076.47  solvingCpuTime=1072.55  expiredTime=no  totalExploration=no
1077.36	     nbFoundSolutions=1  globalCpuTime=1073.01
1077.36	       =>  wckTime=1077.053  cpuTime=1072.96  mem=16M547
1077.37	   
1077.37	s SATISFIABLE
1077.37	v 14 11 9 8 6 12 10 5 13 14 12 17 8 15 14 21 16 18 20 0 21 10 8 21 11 22 1 4 21 7 16 21 0 18 19 14 14 15 1 12 13 9 6 21 22 17 0 12 18 2 
1077.37	d NODES 4527913
1077.37	d CHECKS 7489081724
1077.37	   
1077.37	   totalWckTime=1077.134  totalCpuTime=1073.02

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/node39/watcher-194794-1168106601 -o ROOT/results/node39/solver-194794-1168106601 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194794-1168106601/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: 0.94 1.01 1.28 4/69 30281
/proc/meminfo: memFree=1843760/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=168 CPUtime=0
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 34 0 0 0 0 0 0 0 22 0 1 0 159059714 172032 18 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 11029451 0 0 4096 0 0 0 0 17 1 0 0
/proc/30280/statm: 42 23 18 14 0 2 0

[startup+0.107138 s]
/proc/loadavg: 0.94 1.01 1.28 4/69 30281
/proc/meminfo: memFree=1843760/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=915732 CPUtime=0.08
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 2983 0 1 0 7 1 0 0 23 0 8 0 159059714 937709568 2729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 228933 2729 1427 14 0 215428 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 915732

[startup+0.515172 s]
/proc/loadavg: 0.94 1.01 1.28 4/69 30281
/proc/meminfo: memFree=1843760/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=915964 CPUtime=0.49
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 7159 0 1 0 44 5 0 0 25 0 8 0 159059714 937947136 6898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552013 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 228991 6899 2137 14 0 215461 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915964

[startup+1.33825 s]
/proc/loadavg: 0.94 1.01 1.28 3/88 30313
/proc/meminfo: memFree=1744984/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=1.31
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9631 0 1 0 124 7 0 0 25 0 8 0 159059714 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845177 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9369 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 17 0 8 0 159059718 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.21
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 387 0 0 0 20 1 0 0 15 0 8 0 159059722 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916100

[startup+2.9894 s]
/proc/loadavg: 1.10 1.05 1.29 3/89 30314
/proc/meminfo: memFree=1728400/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=2.96
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9647 0 1 0 289 7 0 0 25 0 8 0 159059714 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841690 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9384 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 17 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 402 0 0 0 23 1 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 916100

[startup+6.2687 s]
/proc/loadavg: 1.10 1.05 1.29 3/89 30314
/proc/meminfo: memFree=1728216/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=6.22
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9648 0 1 0 615 7 0 0 25 0 8 0 159059714 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9384 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 402 0 0 0 23 1 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 916100

[startup+12.7643 s]
/proc/loadavg: 1.24 1.08 1.30 3/89 30314
/proc/meminfo: memFree=1728216/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=12.71
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9648 0 1 0 1264 7 0 0 25 0 8 0 159059714 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9384 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 916100

[startup+25.6215 s]
/proc/loadavg: 1.36 1.11 1.30 3/89 30314
/proc/meminfo: memFree=1728344/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=25.57
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9648 0 1 0 2550 7 0 0 25 0 8 0 159059714 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9384 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9384 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 916100

[startup+51.2538 s]
/proc/loadavg: 1.57 1.18 1.32 3/89 30314
/proc/meminfo: memFree=1728408/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=51.18
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9649 0 1 0 5110 8 0 0 25 0 8 0 159059714 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835326 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9385 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 916100

[startup+102.528 s]
/proc/loadavg: 1.83 1.31 1.36 3/89 30314
/proc/meminfo: memFree=1728536/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=102.4
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 10232 8 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 916100

[startup+162.544 s]
/proc/loadavg: 1.97 1.45 1.40 3/89 30314
/proc/meminfo: memFree=1708312/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=162.37
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 16229 8 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811688 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.96
Current children cumulated vsize (KiB) 916100

[startup+702.907 s]
/proc/loadavg: 2.00 1.91 1.66 3/89 30314
/proc/meminfo: memFree=1683096/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=700.73
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 70064 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833197 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 700.73
Current children cumulated vsize (KiB) 916100

[startup+762.939 s]
/proc/loadavg: 2.00 1.93 1.68 3/89 30314
/proc/meminfo: memFree=1683032/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=760.48
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 76039 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820478 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 760.48
Current children cumulated vsize (KiB) 916100

[startup+822.97 s]
/proc/loadavg: 2.00 1.94 1.69 3/89 30314
/proc/meminfo: memFree=1683096/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=820.25
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 82016 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 820.25
Current children cumulated vsize (KiB) 916100

[startup+882.997 s]
/proc/loadavg: 2.00 1.95 1.71 3/89 30316
/proc/meminfo: memFree=1682904/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=880.01
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 87992 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 880.01
Current children cumulated vsize (KiB) 916100

[startup+943.027 s]
/proc/loadavg: 2.00 1.95 1.73 3/89 30316
/proc/meminfo: memFree=1682904/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=939.76
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 93967 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819749 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 939.76
Current children cumulated vsize (KiB) 916100

[startup+1003.05 s]
/proc/loadavg: 2.06 1.97 1.75 3/89 30316
/proc/meminfo: memFree=1658712/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=999.53
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 99944 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 999.53
Current children cumulated vsize (KiB) 916100

[startup+1063.08 s]
/proc/loadavg: 2.02 1.97 1.76 3/89 30316
/proc/meminfo: memFree=1658648/2055920 swapFree=4187312/4192956
[pid=30280] ppid=30277 vsize=916100 CPUtime=1059.29
/proc/30280/stat : 30280 (java) R 30277 30280 30172 0 -1 0 9651 0 1 0 105920 9 0 0 25 0 8 0 159059714 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827011 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30280/statm: 229025 9386 2524 14 0 215495 0
[pid=30280/tid=30298] ppid=30277 vsize=916100 CPUtime=0.03
/proc/30280/task/30298/stat : 30298 (java) S 30277 30280 30172 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30301] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30301/stat : 30301 (java) S 30277 30280 30172 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30302] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30302/stat : 30302 (java) S 30277 30280 30172 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159059718 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30304] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30304/stat : 30304 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30305] ppid=30277 vsize=916100 CPUtime=0.24
/proc/30280/task/30305/stat : 30305 (java) S 30277 30280 30172 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30306] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30306/stat : 30306 (java) S 30277 30280 30172 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30280/tid=30307] ppid=30277 vsize=916100 CPUtime=0
/proc/30280/task/30307/stat : 30307 (java) S 30277 30280 30172 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 159059722 938086400 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1059.29
Current children cumulated vsize (KiB) 916100

Child status: 0
Real time (s): 1077.39
CPU time (s): 1073.51
CPU user time (s): 1073.41
CPU system time (s): 0.104984
CPU usage (%): 99.6402
Max. virtual memory (cumulated for all children) (KiB): 916100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.41
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9660
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= 23018
involuntary context switches= 33565

runsolver used 1.03784 s user time and 3.42548 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 18:03:21 UTC 2007


IDJOB= 194794
IDBENCH= 3233
FILE ID= node39/194794-1168106601

PBS_JOBID= 3477331

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0bbf7460ef2d59facffae8119cd866c8

RANDOM SEED= 569992187

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:       1844240 kB
Buffers:         12300 kB
Cached:         136048 kB
SwapCached:       1388 kB
Active:          88392 kB
Inactive:        75856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844240 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            6044 kB
Writeback:           0 kB
Mapped:          23076 kB
Slab:            33124 kB
Committed_AS:  3130948 kB
PageTables:       1640 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= 66528 MiB



End job on node39 on Sat Jan  6 18:21:19 UTC 2007