Trace number 230002

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 1579.7 1594.52

DiagnosticValue
CHECKS10057451549
NODES6238367

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-29_ext.xml
MD5SUM5a1fd251846ccae213b4e15ae8465301
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 benchmark1166.76
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/230002-1168315085/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.104  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.72	     nbConstraints=465  nbRelationTypes=465  nbExtensionStructures=465  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=465  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2323  maxDegree=28
0.72	     maxArity=2
0.72	       =>  wckTime=0.402  cpuTime=0.32  mem=17M695
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.613  cpuTime=0.46  mem=15M578
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=118518  nbPropagations=1297  nbRevisions=11165  nbUselessRevisions=9473  nbSingletonTests=65
1.00	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.063  cpuTime=0.04  mem=15M578
1.03	   
1.03	   search
1.03	     run=0  nbConstraintChecks=36348  nbPropagations=1768  nbRevisions=16476  nbUselessRevisions=13872  nbAssignments=27
1.03	     nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.091  cpuTime=0.06  mem=15M578
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=79226  nbPropagations=4109  nbRevisions=39758  nbUselessRevisions=33433  nbAssignments=59
1.05	     nbFailedAssignments=11  nbBacktracks=30  nbVisitedNodes=83  nbRestartNogoods=2  mapSize=19  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.11  cpuTime=0.07  mem=15M578
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=158026  nbPropagations=7425  nbRevisions=76243  nbUselessRevisions=63860
1.06	     nbAssignments=106  nbFailedAssignments=25  nbBacktracks=55  nbVisitedNodes=158  nbRestartNogoods=3  mapSize=40
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.128  cpuTime=0.09  mem=15M578
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=271741  nbPropagations=12198  nbRevisions=133531  nbUselessRevisions=111503
1.09	     nbAssignments=176  nbFailedAssignments=50  nbBacktracks=89  nbVisitedNodes=273  nbRestartNogoods=5  mapSize=65
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.151  cpuTime=0.11  mem=15M578
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=384975  nbPropagations=18453  nbRevisions=210968  nbUselessRevisions=175812
1.11	     nbAssignments=261  nbFailedAssignments=72  nbBacktracks=139  nbVisitedNodes=402  nbRestartNogoods=10  mapSize=100
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.177  cpuTime=0.13  mem=15M578
1.17	   
1.17	   search
1.17	     run=5  nbConstraintChecks=623218  nbPropagations=27547  nbRevisions=331519  nbUselessRevisions=275515
1.17	     nbAssignments=410  nbFailedAssignments=131  nbBacktracks=217  nbVisitedNodes=654  nbRestartNogoods=14  mapSize=164
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.232  cpuTime=0.18  mem=15M578
1.23	   
1.23	   search
1.23	     run=6  nbConstraintChecks=926264  nbPropagations=40509  nbRevisions=509635  nbUselessRevisions=422397
1.23	     nbAssignments=609  nbFailedAssignments=206  nbBacktracks=331  nbVisitedNodes=993  nbRestartNogoods=21  mapSize=262
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.29  cpuTime=0.24  mem=15M578
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=1346809  nbPropagations=58861  nbRevisions=770039  nbUselessRevisions=636885
1.31	     nbAssignments=897  nbFailedAssignments=313  nbBacktracks=501  nbVisitedNodes=1480  nbRestartNogoods=25  mapSize=399
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.373  cpuTime=0.32  mem=15M578
1.44	   
1.44	   search
1.44	     run=8  nbConstraintChecks=1961605  nbPropagations=85447  nbRevisions=1154054  nbUselessRevisions=953278
1.44	     nbAssignments=1326  nbFailedAssignments=475  nbBacktracks=761  nbVisitedNodes=2210  nbRestartNogoods=30
1.44	     mapSize=612  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.504  cpuTime=0.44  mem=15M578
1.64	   
1.64	   search
1.64	     run=9  nbConstraintChecks=3048733  nbPropagations=124826  nbRevisions=1735290  nbUselessRevisions=1431502
1.64	     nbAssignments=1972  nbFailedAssignments=726  nbBacktracks=1147  nbVisitedNodes=3316  nbRestartNogoods=32
1.64	     mapSize=926  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.702  cpuTime=0.62  mem=15M578
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=15M578)
1.89	   
1.89	   search
1.89	     run=10  nbConstraintChecks=4490826  nbPropagations=182222  nbRevisions=2594638  nbUselessRevisions=2137779
1.89	     nbAssignments=2947  nbFailedAssignments=1116  nbBacktracks=1725  nbVisitedNodes=4995  nbRestartNogoods=39
1.89	       =>  wckTime=0.955  cpuTime=0.87  mem=15M578
2.27	   
2.27	   search
2.27	     run=11  nbConstraintChecks=6826924  nbPropagations=267359  nbRevisions=3881331  nbUselessRevisions=3194520
2.27	     nbAssignments=4341  nbFailedAssignments=1635  nbBacktracks=2589  nbVisitedNodes=7358  nbRestartNogoods=43
2.27	       =>  wckTime=1.331  cpuTime=1.23  mem=15M578
2.82	   
2.82	   search
2.82	     run=12  nbConstraintChecks=10396344  nbPropagations=394427  nbRevisions=5813444  nbUselessRevisions=4780637
2.82	     nbAssignments=6432  nbFailedAssignments=2419  nbBacktracks=3887  nbVisitedNodes=10936  nbRestartNogoods=48
2.82	       =>  wckTime=1.885  cpuTime=1.78  mem=15M578
3.63	   
3.63	   search
3.63	     run=13  nbConstraintChecks=15501524  nbPropagations=581884  nbRevisions=8689785  nbUselessRevisions=7141536
3.63	     nbAssignments=9576  nbFailedAssignments=3587  nbBacktracks=5837  nbVisitedNodes=16240  nbRestartNogoods=58
3.63	       =>  wckTime=2.693  cpuTime=2.58  mem=15M578
4.88	   
4.88	   search
4.88	     run=14  nbConstraintChecks=23298451  nbPropagations=863417  nbRevisions=13042098  nbUselessRevisions=10714699
4.88	     nbAssignments=14422  nbFailedAssignments=5504  nbBacktracks=8756  nbVisitedNodes=24546  nbRestartNogoods=69
4.88	       =>  wckTime=3.94  cpuTime=3.82  mem=15M578
6.58	   
6.58	   search
6.59	     run=15  nbConstraintChecks=34029376  nbPropagations=1276813  nbRevisions=19436272  nbUselessRevisions=15965618
6.59	     nbAssignments=21470  nbFailedAssignments=8144  nbBacktracks=13134  nbVisitedNodes=36418  nbRestartNogoods=79
6.59	       =>  wckTime=5.65  cpuTime=5.51  mem=15M578
9.06	   
9.06	   search
9.06	     run=16  nbConstraintChecks=49260369  nbPropagations=1885442  nbRevisions=28782623  nbUselessRevisions=23641149
9.06	     nbAssignments=31837  nbFailedAssignments=11932  nbBacktracks=19702  nbVisitedNodes=53908  nbRestartNogoods=91
9.06	       =>  wckTime=8.125  cpuTime=7.96  mem=16M553
13.33	   
13.33	   search
13.33	     run=17  nbConstraintChecks=77084953  nbPropagations=2817438  nbRevisions=43181525  nbUselessRevisions=35449302
13.33	     nbAssignments=48141  nbFailedAssignments=18373  nbBacktracks=29555  nbVisitedNodes=82041  nbRestartNogoods=101
13.33	       =>  wckTime=12.398  cpuTime=12.2  mem=16M553
19.00	   
19.00	   search
19.00	     run=18  nbConstraintChecks=111352435  nbPropagations=4187483  nbRevisions=64387846  nbUselessRevisions=52875976
19.00	     nbAssignments=71780  nbFailedAssignments=27225  nbBacktracks=44333  nbVisitedNodes=122154  nbRestartNogoods=109
19.00	       =>  wckTime=18.068  cpuTime=17.81  mem=16M553
27.64	   
27.64	   search
27.64	     run=19  nbConstraintChecks=165236755  nbPropagations=6226398  nbRevisions=95814812  nbUselessRevisions=78698983
27.64	     nbAssignments=106839  nbFailedAssignments=40107  nbBacktracks=66502  nbVisitedNodes=181548  nbRestartNogoods=120
27.64	       =>  wckTime=26.702  cpuTime=26.37  mem=16M553
42.96	   
42.96	   search
42.96	     run=20  nbConstraintChecks=264691113  nbPropagations=9399542  nbRevisions=145726760  nbUselessRevisions=119787884
42.96	     nbAssignments=163683  nbFailedAssignments=63689  nbBacktracks=99754  nbVisitedNodes=281081  nbRestartNogoods=128
42.96	       =>  wckTime=42.023  cpuTime=41.56  mem=16M553
62.48	   
62.48	   search
62.48	     run=21  nbConstraintChecks=385640365  nbPropagations=14078882  nbRevisions=218737594  nbUselessRevisions=179850336
62.48	     nbAssignments=242753  nbFailedAssignments=92852  nbBacktracks=149633  nbVisitedNodes=415069  nbRestartNogoods=146
62.48	       =>  wckTime=61.547  cpuTime=60.89  mem=16M553
94.32	   
94.32	   search
94.32	     run=22  nbConstraintChecks=590522222  nbPropagations=21171577  nbRevisions=329397382  nbUselessRevisions=270819878
94.32	     nbAssignments=365101  nbFailedAssignments=140355  nbBacktracks=224456  nbVisitedNodes=625265  nbRestartNogoods=159
94.32	       =>  wckTime=93.385  cpuTime=92.43  mem=16M553
139.04	   
139.04	   search
139.04	     run=23  nbConstraintChecks=867012688  nbPropagations=31691000  nbRevisions=493538061  nbUselessRevisions=405913836
139.05	     nbAssignments=543828  nbFailedAssignments=206842  nbBacktracks=336684  nbVisitedNodes=929132  nbRestartNogoods=163
139.05	       =>  wckTime=138.11  cpuTime=136.75  mem=16M553
209.60	   
209.60	   search
209.60	     run=24  nbConstraintChecks=1315433496  nbPropagations=47521026  nbRevisions=740822927  nbUselessRevisions=609345068
209.60	     nbAssignments=813861  nbFailedAssignments=308525  nbBacktracks=505025  nbVisitedNodes=1390099  nbRestartNogoods=170
209.60	       =>  wckTime=208.666  cpuTime=206.53  mem=16M553
312.95	   
312.95	   search
312.95	     run=25  nbConstraintChecks=1957010538  nbPropagations=71314314  nbRevisions=1111505930
312.95	     nbUselessRevisions=914407442  nbAssignments=1222915  nbFailedAssignments=465059  nbBacktracks=757537
312.95	     nbVisitedNodes=2090651  nbRestartNogoods=185
312.95	       =>  wckTime=312.019  cpuTime=308.84  mem=16M553
474.11	   
474.11	   search
474.11	     run=26  nbConstraintChecks=2987267161  nbPropagations=107203395  nbRevisions=1672904040
474.11	     nbUselessRevisions=1376191285  nbAssignments=1839031  nbFailedAssignments=702398  nbBacktracks=1136304
474.11	     nbVisitedNodes=3145679  nbRestartNogoods=196
474.11	       =>  wckTime=473.176  cpuTime=468.53  mem=16M553
700.22	   
700.22	   search
700.22	     run=27  nbConstraintChecks=4379747833  nbPropagations=160328921  nbRevisions=2505350335
700.22	     nbUselessRevisions=2061644020  nbAssignments=2752945  nbFailedAssignments=1048149  nbBacktracks=1704455
700.22	     nbVisitedNodes=4706178  nbRestartNogoods=210
700.22	       =>  wckTime=699.287  cpuTime=692.58  mem=16M553
1040.32	   
1040.32	   search
1040.32	     run=28  nbConstraintChecks=6518675122  nbPropagations=239613495  nbRevisions=3740579870
1040.32	     nbUselessRevisions=3078061474  nbAssignments=4111533  nbFailedAssignments=1554501  nbBacktracks=2556685
1040.32	     nbVisitedNodes=7020476  nbRestartNogoods=226
1040.32	       =>  wckTime=1039.387  cpuTime=1029.58  mem=16M553
1576.86	   
1576.86	   search
1576.86	     run=29  nbConstraintChecks=9949075561  nbPropagations=359227896  nbRevisions=5610031738
1576.86	     nbUselessRevisions=4615967934  nbAssignments=6166920  nbFailedAssignments=2331538  nbBacktracks=3835029
1576.86	     nbVisitedNodes=10532263  nbRestartNogoods=236
1576.86	       =>  wckTime=1575.929  cpuTime=1561.23  mem=16M553
1594.47	   
1594.47	   search
1594.47	     run=30  nbConstraintChecks=10057333031  nbPropagations=480190711  nbRevisions=7500283111
1594.47	     nbUselessRevisions=6170974185  nbAssignments=6238367  nbFailedAssignments=2357991  nbBacktracks=3879973
1594.47	     nbVisitedNodes=10653313  nbRestartNogoods=255
1594.47	       =>  wckTime=1593.535  cpuTime=1578.67  mem=16M553
1594.47	   
1594.47	   global
1594.47	     nbConstraintChecks=10057451549  nbPropagations=480192008  nbRevisions=7500294276  nbUselessRevisions=6170983658
1594.47	     nbRestartNogoods=255  solvingWckTime=1593.537  solvingCpuTime=1578.67  expiredTime=no  totalExploration=no
1594.47	     nbFoundSolutions=1  globalCpuTime=1579.17
1594.47	       =>  wckTime=1594.153  cpuTime=1579.13  mem=16M553
1594.48	   
1594.48	s SATISFIABLE
1594.48	v 6 15 7 11 17 9 12 12 16 20 10 6 9 22 0 19 17 17 22 18 10 18 19 19 12 1 0 14 10 16 19 21 7 2 14 7 0 20 10 6 5 1 9 12 8 9 19 2 10 3 
1594.48	d NODES 6238367
1594.48	d CHECKS 10057451549
1594.48	   
1594.48	   totalWckTime=1594.241  totalCpuTime=1579.17

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-230002-1168315085 -o ROOT/results/node17/solver-230002-1168315085 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230002-1168315085/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: 2.00 2.00 1.84 4/95 31200
/proc/meminfo: memFree=1354944/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=906644 CPUtime=0.02
/proc/31199/stat : 31199 (java) S 31197 31199 30928 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 179903325 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 226661 1818 1036 14 0 214244 0
[pid=31199/tid=31201] ppid=31197 vsize=906644 CPUtime=0
/proc/31199/task/31201/stat : 31201 (java) R 31197 31199 30928 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 179903328 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104763 s]
/proc/loadavg: 2.00 2.00 1.84 4/95 31200
/proc/meminfo: memFree=1354944/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=914988 CPUtime=0.09
/proc/31199/stat : 31199 (java) S 31197 31199 30928 0 -1 0 2998 0 1 0 7 2 0 0 17 0 8 0 179903325 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228747 2744 1427 14 0 215242 0
[pid=31199/tid=31201] ppid=31197 vsize=914988 CPUtime=0
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 179903328 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512803 s]
/proc/loadavg: 2.00 2.00 1.84 4/95 31200
/proc/meminfo: memFree=1354944/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915328 CPUtime=0.49
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 6841 0 1 0 44 5 0 0 18 0 8 0 179903325 937295872 6580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228832 6580 2137 14 0 215302 0
[pid=31199/tid=31201] ppid=31197 vsize=915328 CPUtime=0
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 179903328 937295872 6580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33589 s]
/proc/loadavg: 2.00 2.00 1.84 4/102 31207
/proc/meminfo: memFree=1327304/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1.3
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9638 0 1 0 123 7 0 0 19 0 8 0 179903325 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9376 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.21
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 382 0 0 0 21 0 0 0 19 0 8 0 179903333 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98906 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 31207
/proc/meminfo: memFree=1327176/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=2.94
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9657 0 1 0 287 7 0 0 25 0 8 0 179903325 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9393 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 179903328 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.2734 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 31207
/proc/meminfo: memFree=1327176/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=6.2
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9657 0 1 0 612 8 0 0 25 0 8 0 179903325 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9393 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7621 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 31207
/proc/meminfo: memFree=1327240/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=12.62
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9657 0 1 0 1254 8 0 0 25 0 8 0 179903325 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9393 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 400 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915460

[startup+25.6014 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 31207
/proc/meminfo: memFree=1327368/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=25.35
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9657 0 1 0 2527 8 0 0 25 0 8 0 179903325 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9393 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 400 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2441 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 31207
/proc/meminfo: memFree=1327432/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=50.75
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9658 0 1 0 5067 8 0 0 25 0 8 0 179903325 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9394 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 179903333 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915460

[startup+102.495 s]
/proc/loadavg: 2.00 2.00 1.85 3/102 31207
/proc/meminfo: memFree=1327432/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=101.54
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 10145 9 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 915460

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

/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.21
Current children cumulated vsize (KiB) 915460

[startup+1183.75 s]
/proc/loadavg: 2.00 2.01 1.93 3/102 31405
/proc/meminfo: memFree=1256776/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1172.7
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 117252 18 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.7
Current children cumulated vsize (KiB) 915460

[startup+1243.78 s]
/proc/loadavg: 2.16 2.03 1.94 3/102 31405
/proc/meminfo: memFree=1256776/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1232.18
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 123200 18 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.18
Current children cumulated vsize (KiB) 915460

[startup+1303.82 s]
/proc/loadavg: 2.06 2.03 1.94 3/102 31407
/proc/meminfo: memFree=1256520/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1291.67
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 129149 18 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.67
Current children cumulated vsize (KiB) 915460

[startup+1363.85 s]
/proc/loadavg: 2.02 2.02 1.94 4/102 31407
/proc/meminfo: memFree=1256520/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1351.16
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 135097 19 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.16
Current children cumulated vsize (KiB) 915460

[startup+1423.89 s]
/proc/loadavg: 2.00 2.01 1.94 4/102 31407
/proc/meminfo: memFree=1256520/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1410.64
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 141045 19 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.64
Current children cumulated vsize (KiB) 915460

[startup+1483.92 s]
/proc/loadavg: 2.06 2.02 1.94 3/102 31407
/proc/meminfo: memFree=1256584/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1470.13
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 146993 20 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.13
Current children cumulated vsize (KiB) 915460

[startup+1543.99 s]
/proc/loadavg: 2.02 2.02 1.94 3/102 31407
/proc/meminfo: memFree=1256584/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=915460 CPUtime=1529.65
/proc/31199/stat : 31199 (java) R 31197 31199 30928 0 -1 0 9660 0 1 0 152945 20 0 0 25 0 8 0 179903325 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 228865 9395 2524 14 0 215335 0
[pid=31199/tid=31201] ppid=31197 vsize=915460 CPUtime=0.03
/proc/31199/task/31201/stat : 31201 (java) S 31197 31199 30928 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179903328 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31202] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31202/stat : 31202 (java) S 31197 31199 30928 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31203] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31203/stat : 31203 (java) S 31197 31199 30928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179903329 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31204] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31204/stat : 31204 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31205] ppid=31197 vsize=915460 CPUtime=0.25
/proc/31199/task/31205/stat : 31205 (java) S 31197 31199 30928 0 -1 64 402 0 0 0 24 1 0 0 17 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31206] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31206/stat : 31206 (java) S 31197 31199 30928 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31199/tid=31207] ppid=31197 vsize=915460 CPUtime=0
/proc/31199/task/31207/stat : 31207 (java) S 31197 31199 30928 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179903333 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.65
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1594.52
CPU time (s): 1579.7
CPU user time (s): 1579.48
CPU system time (s): 0.219966
CPU usage (%): 99.0704
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1579.48
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9670
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= 33128
involuntary context switches= 79831

runsolver used 2.04969 s user time and 5.03623 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Jan  9 03:58:05 UTC 2007


IDJOB= 230002
IDBENCH= 6390
FILE ID= node17/230002-1168315085

PBS_JOBID= 3502395

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5a1fd251846ccae213b4e15ae8465301

RANDOM SEED= 251033264

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:       1355424 kB
Buffers:         88440 kB
Cached:         392864 kB
SwapCached:          0 kB
Active:         440980 kB
Inactive:       189920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6052 kB
Writeback:           0 kB
Mapped:         174164 kB
Slab:            54088 kB
Committed_AS:  5986924 kB
PageTables:       2520 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= 66556 MiB



End job on node17 on Tue Jan  9 04:24:41 UTC 2007