Trace number 209891

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 753.112 753.944

DiagnosticValue
CHECKS468032914
NODES2618851

General information on the benchmark

NameschurrLemma/
lemma-66-4.xml
MD5SUM3adc5d451750a5abf76d8b7099df28ec
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.79557
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables66
Number of constraints1056
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1056
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/209891-1168074984/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=66  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
0.72	     nbConstraints=1056  nbConflictsStructures=1  nbSharedConflictsStructures=1055  nbSharedBinaryRepresentations=0
0.72	     nbEvaluationManagers=1  nbSharedEvaluationManagers=1055  maxDegree=64  maxArity=3
0.72	       =>  wckTime=0.429  cpuTime=0.32  mem=15M728
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.657  cpuTime=0.46  mem=19M824
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=0  nbPropagations=66  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.97	     detectedInconsistency=no
0.97	       =>  wckTime=0.016  cpuTime=0.01  mem=19M824
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=4422  nbValidityChecks=1961  nbPropagations=289  nbRevisions=1657
1.04	     nbUselessRevisions=1326  nbAssignments=48  nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=60
1.04	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.086  cpuTime=0.04  mem=20M799
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=8940  nbValidityChecks=6724  nbPropagations=784  nbRevisions=5581
1.06	     nbUselessRevisions=4461  nbAssignments=87  nbFailedAssignments=11  nbBacktracks=28  nbVisitedNodes=109
1.06	     nbRestartNogoods=2  mapSize=18  nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.109  cpuTime=0.06  mem=20M799
1.09	   
1.09	   search
1.09	     run=2  nbConstraintChecks=15794  nbValidityChecks=14720  nbPropagations=1608  nbRevisions=12736
1.09	     nbUselessRevisions=10181  nbAssignments=152  nbFailedAssignments=23  nbBacktracks=52  nbVisitedNodes=193
1.09	     nbRestartNogoods=3  mapSize=33  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.136  cpuTime=0.09  mem=20M799
1.12	   
1.12	   search
1.12	     run=3  nbConstraintChecks=26005  nbValidityChecks=27830  nbPropagations=2901  nbRevisions=24816
1.12	     nbUselessRevisions=19721  nbAssignments=231  nbFailedAssignments=42  nbBacktracks=90  nbVisitedNodes=303
1.12	     nbRestartNogoods=7  mapSize=62  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.164  cpuTime=0.11  mem=20M799
1.15	   
1.15	   search
1.15	     run=4  nbConstraintChecks=39846  nbValidityChecks=46063  nbPropagations=4736  nbRevisions=43341
1.15	     nbUselessRevisions=34328  nbAssignments=321  nbFailedAssignments=61  nbBacktracks=143  nbVisitedNodes=430
1.15	     nbRestartNogoods=9  mapSize=97  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.198  cpuTime=0.14  mem=20M799
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=57713  nbValidityChecks=69821  nbPropagations=7392  nbRevisions=70853
1.19	     nbUselessRevisions=56023  nbAssignments=447  nbFailedAssignments=89  nbBacktracks=219  nbVisitedNodes=611
1.19	     nbRestartNogoods=11  mapSize=149  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.242  cpuTime=0.19  mem=20M799
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=76127  nbValidityChecks=99842  nbPropagations=11044  nbRevisions=111011
1.25	     nbUselessRevisions=88414  nbAssignments=632  nbFailedAssignments=129  nbBacktracks=334  nbVisitedNodes=870
1.25	     nbRestartNogoods=13  mapSize=216  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.3  cpuTime=0.24  mem=20M799
1.34	   
1.34	   search
1.34	     run=7  nbConstraintChecks=119153  nbValidityChecks=162170  nbPropagations=16459  nbRevisions=175871
1.35	     nbUselessRevisions=140873  nbAssignments=895  nbFailedAssignments=196  nbBacktracks=505  nbVisitedNodes=1263
1.35	     nbRestartNogoods=19  mapSize=339  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.392  cpuTime=0.33  mem=20M799
1.50	   
1.50	   search
1.50	     run=8  nbConstraintChecks=198678  nbValidityChecks=270579  nbPropagations=24773  nbRevisions=278964
1.50	     nbUselessRevisions=223675  nbAssignments=1287  nbFailedAssignments=313  nbBacktracks=764  nbVisitedNodes=1866
1.50	     nbRestartNogoods=23  mapSize=543  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.545  cpuTime=0.48  mem=20M799
1.73	   
1.73	   search
1.73	     run=9  nbConstraintChecks=312330  nbValidityChecks=433806  nbPropagations=37533  nbRevisions=440769
1.73	     nbUselessRevisions=353639  nbAssignments=1841  nbFailedAssignments=461  nbBacktracks=1151  nbVisitedNodes=2714
1.73	     nbRestartNogoods=25  mapSize=823  nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.781  cpuTime=0.69  mem=20M799
1.87	   
1.87	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=20M799)
1.98	   
1.98	   search
1.98	     run=10  nbConstraintChecks=455548  nbValidityChecks=633637  nbPropagations=56017  nbRevisions=672181
1.98	     nbUselessRevisions=538465  nbAssignments=2705  nbFailedAssignments=726  nbBacktracks=1732  nbVisitedNodes=4032
1.98	     nbRestartNogoods=27
1.98	       =>  wckTime=1.027  cpuTime=0.93  mem=20M799
2.32	   
2.32	   search
2.32	     run=11  nbConstraintChecks=685149  nbValidityChecks=953931  nbPropagations=82787  nbRevisions=1019561
2.32	     nbUselessRevisions=816896  nbAssignments=3921  nbFailedAssignments=1053  nbBacktracks=2599  nbVisitedNodes=5838
2.32	     nbRestartNogoods=31
2.32	       =>  wckTime=1.368  cpuTime=1.27  mem=20M799
2.85	   
2.85	   search
2.85	     run=12  nbConstraintChecks=1039849  nbValidityChecks=1447719  nbPropagations=122884  nbRevisions=1545447
2.85	     nbUselessRevisions=1237724  nbAssignments=5750  nbFailedAssignments=1560  nbBacktracks=3900  nbVisitedNodes=8621
2.85	     nbRestartNogoods=36
2.85	       =>  wckTime=1.901  cpuTime=1.81  mem=20M799
3.62	   
3.62	   search
3.62	     run=13  nbConstraintChecks=1532381  nbValidityChecks=2144646  nbPropagations=182055  nbRevisions=2327750
3.62	     nbUselessRevisions=1865122  nbAssignments=8445  nbFailedAssignments=2288  nbBacktracks=5846  nbVisitedNodes=12669
3.62	     nbRestartNogoods=42
3.62	       =>  wckTime=2.67  cpuTime=2.57  mem=20M799
4.76	   
4.76	   search
4.76	     run=14  nbConstraintChecks=2268163  nbValidityChecks=3183756  nbPropagations=270366  nbRevisions=3487493
4.76	     nbUselessRevisions=2793020  nbAssignments=12519  nbFailedAssignments=3418  nbBacktracks=8774  nbVisitedNodes=18863
4.76	     nbRestartNogoods=49
4.76	       =>  wckTime=3.81  cpuTime=3.71  mem=20M799
6.46	   
6.46	   search
6.46	     run=15  nbConstraintChecks=3370517  nbValidityChecks=4717291  nbPropagations=400127  nbRevisions=5195396
6.46	     nbUselessRevisions=4159581  nbAssignments=18532  nbFailedAssignments=5032  nbBacktracks=13158  nbVisitedNodes=27890
6.46	     nbRestartNogoods=56
6.46	       =>  wckTime=5.503  cpuTime=5.4  mem=20M799
8.92	   
8.92	   search
8.92	     run=16  nbConstraintChecks=4966528  nbValidityChecks=6942643  nbPropagations=590956  nbRevisions=7688712
8.92	     nbUselessRevisions=6150931  nbAssignments=27477  nbFailedAssignments=7386  nbBacktracks=19731  nbVisitedNodes=41363
8.92	     nbRestartNogoods=61
8.92	       =>  wckTime=7.967  cpuTime=7.86  mem=20M799
12.67	   
12.67	   search
12.67	     run=17  nbConstraintChecks=7303859  nbValidityChecks=10250872  nbPropagations=871962  nbRevisions=11402960
12.67	     nbUselessRevisions=9124510  nbAssignments=40999  nbFailedAssignments=11036  nbBacktracks=29583
12.67	     nbVisitedNodes=61998  nbRestartNogoods=70
12.67	       =>  wckTime=11.718  cpuTime=11.61  mem=20M799
19.92	   
19.92	   search
19.92	     run=18  nbConstraintChecks=12217268  nbValidityChecks=16760034  nbPropagations=1326548  nbRevisions=17505492
19.92	     nbUselessRevisions=14031303  nbAssignments=63584  nbFailedAssignments=18815  nbBacktracks=44369
19.92	     nbVisitedNodes=98747  nbRestartNogoods=76
19.92	       =>  wckTime=18.967  cpuTime=18.85  mem=20M799
29.78	   
29.78	   search
29.78	     run=19  nbConstraintChecks=18703222  nbValidityChecks=25705094  nbPropagations=2019763  nbRevisions=26946120
29.78	     nbUselessRevisions=21647121  nbAssignments=96207  nbFailedAssignments=29250  nbBacktracks=66541
29.78	     nbVisitedNodes=150451  nbRestartNogoods=86
29.78	       =>  wckTime=28.826  cpuTime=28.71  mem=20M799
42.80	   
42.80	   search
42.80	     run=20  nbConstraintChecks=27174987  nbValidityChecks=37565629  nbPropagations=3025639  nbRevisions=40599495
42.80	     nbUselessRevisions=32634087  nbAssignments=143157  nbFailedAssignments=42930  nbBacktracks=99797
42.80	     nbVisitedNodes=222736  nbRestartNogoods=92
42.80	       =>  wckTime=41.846  cpuTime=41.72  mem=20M799
61.78	   
61.78	   search
61.78	     run=21  nbConstraintChecks=39089150  nbValidityChecks=54593832  nbPropagations=4492116  nbRevisions=60455555
61.78	     nbUselessRevisions=48588640  nbAssignments=212698  nbFailedAssignments=62577  nbBacktracks=149676
61.78	     nbVisitedNodes=328184  nbRestartNogoods=102
61.78	       =>  wckTime=60.828  cpuTime=60.62  mem=20M799
98.05	   
98.05	   search
98.05	     run=22  nbConstraintChecks=63261065  nbValidityChecks=87145235  nbPropagations=6827627  nbRevisions=92373360
98.05	     nbUselessRevisions=74309497  nbAssignments=324567  nbFailedAssignments=99612  nbBacktracks=224494
98.05	     nbVisitedNodes=508204  nbRestartNogoods=110
98.05	       =>  wckTime=97.1  cpuTime=96.86  mem=20M799
148.67	   
148.67	   search
148.67	     run=23  nbConstraintChecks=94501777  nbValidityChecks=129854045  nbPropagations=10323488  nbRevisions=139848320
148.67	     nbUselessRevisions=112535230  nbAssignments=488229  nbFailedAssignments=151027  nbBacktracks=336726
148.67	     nbVisitedNodes=764595  nbRestartNogoods=121
148.67	       =>  wckTime=147.72  cpuTime=147.43  mem=20M799
228.68	   
228.68	   search
228.68	     run=24  nbConstraintChecks=144470069  nbValidityChecks=197108255  nbPropagations=15638099  nbRevisions=211667680
228.68	     nbUselessRevisions=170323098  nbAssignments=735861  nbFailedAssignments=230296  nbBacktracks=505072
228.68	     nbVisitedNodes=1159703  nbRestartNogoods=135
228.68	       =>  wckTime=227.724  cpuTime=227.35  mem=20M799
327.63	   
327.63	   search
327.63	     run=25  nbConstraintChecks=205214903  nbValidityChecks=282775734  nbPropagations=23245156  nbRevisions=313729485
327.63	     nbUselessRevisions=252211542  nbAssignments=1083015  nbFailedAssignments=324918  nbBacktracks=757586
327.63	     nbVisitedNodes=1687485  nbRestartNogoods=144
327.63	       =>  wckTime=326.676  cpuTime=326.21  mem=20M799
476.87	   
476.87	   search
476.87	     run=26  nbConstraintChecks=296774575  nbValidityChecks=410963208  nbPropagations=34278494  nbRevisions=461227753
476.87	     nbUselessRevisions=370342373  nbAssignments=1600450  nbFailedAssignments=463572  nbBacktracks=1136353
476.87	     nbVisitedNodes=2472127  nbRestartNogoods=153
476.87	       =>  wckTime=475.917  cpuTime=475.3  mem=20M799
701.34	   
701.34	   search
701.34	     run=27  nbConstraintChecks=435148579  nbValidityChecks=603715991  nbPropagations=50440287  nbRevisions=676699861
701.34	     nbUselessRevisions=542656514  nbAssignments=2371565  nbFailedAssignments=666516  nbBacktracks=1704504
701.34	     nbVisitedNodes=3638790  nbRestartNogoods=162
701.34	       =>  wckTime=700.384  cpuTime=699.57  mem=20M799
753.88	   
753.88	   search
753.88	     run=28  nbConstraintChecks=468032914  nbValidityChecks=651799446  nbPropagations=67930873  nbRevisions=910527672
753.88	     nbUselessRevisions=729843632  nbAssignments=2618851  nbFailedAssignments=748332  nbBacktracks=1869908
753.88	     nbVisitedNodes=4015293  nbRestartNogoods=175
753.88	       =>  wckTime=752.931  cpuTime=752.06  mem=20M799
753.88	   
753.88	   global
753.88	     nbConstraintChecks=468032914  nbValidityChecks=651799446  nbPropagations=67930939  nbRevisions=910527672
753.88	     nbUselessRevisions=729843632  nbRestartNogoods=175  solvingWckTime=752.932  solvingCpuTime=752.06  expiredTime=no
753.89	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=752.57
753.89	       =>  wckTime=753.59  cpuTime=752.52  mem=20M799
753.89	   
753.89	s SATISFIABLE
753.89	v 0 0 1 0 1 1 1 0 2 2 0 2 2 2 2 0 2 2 1 2 1 0 1 3 0 3 3 3 3 3 3 0 3 1 0 1 3 1 3 3 3 3 3 0 3 3 3 3 3 0 1 1 0 2 2 0 2 2 2 2 2 2 0 1 1 1 
753.89	d NODES 2618851
753.89	d CHECKS 468032914
753.89	   
753.89	   totalWckTime=753.667  totalCpuTime=752.57

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/node58/watcher-209891-1168074984 -o ROOT/results/node58/solver-209891-1168074984 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209891-1168074984/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.53 0.86 0.99 6/73 28063
/proc/meminfo: memFree=1676696/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=168 CPUtime=0
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 155896766 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4870443 0 0 4096 0 0 0 0 17 0 0 0
/proc/28062/statm: 42 23 18 14 0 2 0

[startup+0.108246 s]
/proc/loadavg: 0.53 0.86 0.99 6/73 28063
/proc/meminfo: memFree=1676696/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=914988 CPUtime=0.09
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 3060 0 1 0 8 1 0 0 23 0 8 0 155896766 936947712 2806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228747 2806 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516281 s]
/proc/loadavg: 0.53 0.86 0.99 6/73 28063
/proc/meminfo: memFree=1676696/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915328 CPUtime=0.5
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 6873 0 1 0 46 4 0 0 25 0 8 0 155896766 937295872 6612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073661691 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228832 6613 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34435 s]
/proc/loadavg: 0.72 0.90 1.00 3/87 28077
/proc/meminfo: memFree=1570728/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=1.32
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10060 0 1 0 121 11 0 0 25 0 8 0 155896766 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940254 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9797 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.25
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 419 0 0 0 24 1 0 0 15 0 8 0 155896773 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915580

[startup+2.99849 s]
/proc/loadavg: 0.72 0.90 1.00 5/87 28077
/proc/meminfo: memFree=1561896/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=2.97
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10126 0 1 0 286 11 0 0 25 0 8 0 155896766 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970826 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9862 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 17 0 8 0 155896769 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 435 0 0 0 28 1 0 0 15 0 8 0 155896773 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915580

[startup+6.29077 s]
/proc/loadavg: 0.83 0.91 1.01 4/87 28077
/proc/meminfo: memFree=1550888/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=6.26
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10134 0 1 0 615 11 0 0 25 0 8 0 155896766 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912928 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9868 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 437 0 0 0 28 1 0 0 15 0 8 0 155896773 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915580

[startup+12.7883 s]
/proc/loadavg: 0.84 0.92 1.01 2/75 28085
/proc/meminfo: memFree=1647368/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=12.75
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10143 0 1 0 1264 11 0 0 25 0 8 0 155896766 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9877 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 438 0 0 0 28 1 0 0 15 0 8 0 155896773 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 915580

[startup+25.6214 s]
/proc/loadavg: 0.86 0.92 1.01 2/75 28085
/proc/meminfo: memFree=1647496/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=25.59
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10146 0 1 0 2547 12 0 0 25 0 8 0 155896766 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073943016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9880 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 438 0 0 0 28 1 0 0 15 0 8 0 155896773 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 915580

[startup+51.3166 s]
/proc/loadavg: 0.92 0.92 1.00 2/75 28121
/proc/meminfo: memFree=1649480/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=51.26
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10151 0 1 0 5113 13 0 0 25 0 8 0 155896766 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073990313 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9885 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 438 0 0 0 28 1 0 0 15 0 8 0 155896773 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (KiB) 915580

[startup+102.529 s]
/proc/loadavg: 1.32 1.03 1.03 3/87 28191
/proc/meminfo: memFree=1565224/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=102.36
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10156 0 1 0 10222 14 0 0 25 0 8 0 155896766 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073919098 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9890 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 438 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 915580

[startup+162.569 s]
/proc/loadavg: 1.75 1.20 1.09 3/87 28191
/proc/meminfo: memFree=1565352/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=162.34
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10160 0 1 0 16220 14 0 0 25 0 8 0 155896766 937553920 9893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073975205 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9897 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9897 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9897 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9897 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 915580

[startup+342.669 s]
/proc/loadavg: 1.98 1.56 1.24 3/87 28191
/proc/meminfo: memFree=1565288/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=342.27
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10167 0 1 0 34213 14 0 0 25 0 8 0 155896766 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073913996 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9899 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 915580

[startup+402.713 s]
/proc/loadavg: 1.99 1.63 1.29 3/87 28191
/proc/meminfo: memFree=1554216/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=402.25
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10167 0 1 0 40211 14 0 0 25 0 8 0 155896766 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073917437 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9899 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 915580

[startup+462.746 s]
/proc/loadavg: 1.99 1.70 1.33 3/87 28191
/proc/meminfo: memFree=1554216/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=462.23
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10167 0 1 0 46209 14 0 0 25 0 8 0 155896766 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9899 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 915580

[startup+522.78 s]
/proc/loadavg: 2.04 1.77 1.37 3/87 28191
/proc/meminfo: memFree=1554216/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=522.2
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10170 0 1 0 52206 14 0 0 25 0 8 0 155896766 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9902 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 915580

[startup+582.814 s]
/proc/loadavg: 2.01 1.81 1.41 3/87 28191
/proc/meminfo: memFree=1554152/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=582.19
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10170 0 1 0 58204 15 0 0 25 0 8 0 155896766 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845953 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9902 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 915580

[startup+642.849 s]
/proc/loadavg: 2.00 1.84 1.44 3/87 28191
/proc/meminfo: memFree=1554216/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=642.17
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10170 0 1 0 64202 15 0 0 25 0 8 0 155896766 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9902 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 915580

[startup+702.877 s]
/proc/loadavg: 2.00 1.86 1.47 3/87 28191
/proc/meminfo: memFree=1554152/2055920 swapFree=4192812/4192956
[pid=28062] ppid=28057 vsize=915580 CPUtime=702.13
/proc/28062/stat : 28062 (java) R 28057 28062 27953 0 -1 0 10173 0 1 0 70198 15 0 0 25 0 8 0 155896766 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28062/statm: 228895 9905 2533 14 0 215365 0
[pid=28062/tid=28064] ppid=28057 vsize=915580 CPUtime=0.03
/proc/28062/task/28064/stat : 28064 (java) S 28057 28062 27953 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 155896769 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28066] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28066/stat : 28066 (java) S 28057 28062 27953 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155896770 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28067] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28067/stat : 28067 (java) S 28057 28062 27953 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155896770 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28070] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28070/stat : 28070 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155896773 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28071] ppid=28057 vsize=915580 CPUtime=0.29
/proc/28062/task/28071/stat : 28071 (java) S 28057 28062 27953 0 -1 64 439 0 0 0 28 1 0 0 16 0 8 0 155896773 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28072] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28072/stat : 28072 (java) S 28057 28062 27953 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155896773 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28062/tid=28073] ppid=28057 vsize=915580 CPUtime=0
/proc/28062/task/28073/stat : 28073 (java) S 28057 28062 27953 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155896773 937553920 9905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 915580

Child status: 0
Real time (s): 753.944
CPU time (s): 753.112
CPU user time (s): 752.953
CPU system time (s): 0.159975
CPU usage (%): 99.8897
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 752.953
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10266
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= 16607
involuntary context switches= 5312

runsolver used 0.847871 s user time and 1.9417 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 09:16:26 UTC 2007


IDJOB= 209891
IDBENCH= 4578
FILE ID= node58/209891-1168074984

PBS_JOBID= 3476035

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-66-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209891-1168074984/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-209891-1168074984 -o ROOT/results/node58/solver-209891-1168074984 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209891-1168074984/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3adc5d451750a5abf76d8b7099df28ec

RANDOM SEED= 907329011

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.223
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.223
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:       1685472 kB
Buffers:         20508 kB
Cached:         264208 kB
SwapCached:          0 kB
Active:          64468 kB
Inactive:       240352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          30368 kB
Slab:            51324 kB
Committed_AS:  2176388 kB
PageTables:       1608 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= 66534 MiB



End job on node58 on Sat Jan  6 09:29:02 UTC 2007