Trace number 195098

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 777.829 778.662

DiagnosticValue
CHECKS5406844162
NODES3283954

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-37_ext.xml
MD5SUMde84307cd6413818b0ab4602000a4f2b
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 benchmark74.2967
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints485
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension485
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/195098-1168110931/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.45	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.72	     nbConstraints=485  nbRelationTypes=485  nbExtensionStructures=485  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=485  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2763  maxDegree=27
0.72	     maxArity=2
0.72	       =>  wckTime=0.374  cpuTime=0.28  mem=17M711
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.569  cpuTime=0.4  mem=15M614
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=101885  nbPropagations=1133  nbRevisions=9487  nbUselessRevisions=8064  nbSingletonTests=57
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.054  cpuTime=0.04  mem=15M614
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=45219  nbPropagations=1718  nbRevisions=16729  nbUselessRevisions=14158  nbAssignments=30
1.00	     nbFailedAssignments=6  nbBacktracks=13  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.082  cpuTime=0.06  mem=15M614
1.02	   
1.03	   search
1.03	     run=1  nbConstraintChecks=104277  nbPropagations=4163  nbRevisions=43051  nbUselessRevisions=36279
1.03	     nbAssignments=67  nbFailedAssignments=16  nbBacktracks=29  nbVisitedNodes=100  nbRestartNogoods=2  mapSize=23
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.102  cpuTime=0.07  mem=15M614
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=182160  nbPropagations=7563  nbRevisions=82949  nbUselessRevisions=69706
1.04	     nbAssignments=114  nbFailedAssignments=29  nbBacktracks=53  nbVisitedNodes=173  nbRestartNogoods=5  mapSize=43
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.117  cpuTime=0.09  mem=15M614
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=283904  nbPropagations=12199  nbRevisions=140289  nbUselessRevisions=117612
1.06	     nbAssignments=178  nbFailedAssignments=49  nbBacktracks=87  nbVisitedNodes=274  nbRestartNogoods=8  mapSize=71
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.138  cpuTime=0.11  mem=15M614
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=435401  nbPropagations=18652  nbRevisions=224608  nbUselessRevisions=188059
1.09	     nbAssignments=272  nbFailedAssignments=79  nbBacktracks=137  nbVisitedNodes=425  nbRestartNogoods=12  mapSize=111
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.167  cpuTime=0.13  mem=15M614
1.14	   
1.14	   search
1.14	     run=5  nbConstraintChecks=703291  nbPropagations=28121  nbRevisions=352684  nbUselessRevisions=294974
1.14	     nbAssignments=426  nbFailedAssignments=121  nbBacktracks=214  nbVisitedNodes=637  nbRestartNogoods=18  mapSize=170
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.218  cpuTime=0.18  mem=15M614
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=1018267  nbPropagations=41472  nbRevisions=539779  nbUselessRevisions=450810
1.19	     nbAssignments=622  nbFailedAssignments=189  nbBacktracks=331  nbVisitedNodes=966  nbRestartNogoods=23  mapSize=266
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.272  cpuTime=0.23  mem=15M614
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=1490605  nbPropagations=60168  nbRevisions=810595  nbUselessRevisions=675211
1.27	     nbAssignments=896  nbFailedAssignments=282  nbBacktracks=501  nbVisitedNodes=1427  nbRestartNogoods=28  mapSize=406
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.349  cpuTime=0.31  mem=15M614
1.39	   
1.39	   search
1.39	     run=8  nbConstraintChecks=2225760  nbPropagations=87651  nbRevisions=1220621  nbUselessRevisions=1014459
1.39	     nbAssignments=1330  nbFailedAssignments=450  nbBacktracks=757  nbVisitedNodes=2180  nbRestartNogoods=31
1.39	     mapSize=616  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.473  cpuTime=0.43  mem=15M614
1.56	   
1.56	   search
1.56	     run=9  nbConstraintChecks=3082949  nbPropagations=126400  nbRevisions=1801556  nbUselessRevisions=1495140
1.56	     nbAssignments=1934  nbFailedAssignments=659  nbBacktracks=1142  nbVisitedNodes=3200  nbRestartNogoods=35
1.56	     mapSize=928  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.643  cpuTime=0.58  mem=15M614
1.61	   
1.61	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=15M614)
1.79	   
1.79	   search
1.79	     run=10  nbConstraintChecks=4517001  nbPropagations=182327  nbRevisions=2656355  nbUselessRevisions=2202238
1.79	     nbAssignments=2850  nbFailedAssignments=987  nbBacktracks=1718  nbVisitedNodes=4746  nbRestartNogoods=42
1.79	       =>  wckTime=0.87  cpuTime=0.8  mem=15M614
2.13	   
2.13	   search
2.13	     run=11  nbConstraintChecks=6993920  nbPropagations=266152  nbRevisions=3958714  nbUselessRevisions=3277852
2.13	     nbAssignments=4254  nbFailedAssignments=1515  nbBacktracks=2582  nbVisitedNodes=7143  nbRestartNogoods=45
2.13	       =>  wckTime=1.214  cpuTime=1.14  mem=15M614
2.59	   
2.59	   search
2.59	     run=12  nbConstraintChecks=9949038  nbPropagations=388317  nbRevisions=5863397  nbUselessRevisions=4853181
2.59	     nbAssignments=6295  nbFailedAssignments=2247  nbBacktracks=3880  nbVisitedNodes=10592  nbRestartNogoods=49
2.59	       =>  wckTime=1.665  cpuTime=1.59  mem=15M614
3.36	   
3.36	   search
3.36	     run=13  nbConstraintChecks=15241052  nbPropagations=572194  nbRevisions=8797530  nbUselessRevisions=7284459
3.36	     nbAssignments=9544  nbFailedAssignments=3540  nbBacktracks=5826  nbVisitedNodes=16236  nbRestartNogoods=56
3.36	       =>  wckTime=2.434  cpuTime=2.36  mem=15M614
4.43	   
4.43	   search
4.43	     run=14  nbConstraintChecks=22708380  nbPropagations=844427  nbRevisions=13150021  nbUselessRevisions=10889755
4.43	     nbAssignments=14170  nbFailedAssignments=5235  nbBacktracks=8746  nbVisitedNodes=24102  nbRestartNogoods=60
4.43	       =>  wckTime=3.511  cpuTime=3.43  mem=15M614
6.06	   
6.06	   search
6.06	     run=15  nbConstraintChecks=34129365  nbPropagations=1250449  nbRevisions=19662169  nbUselessRevisions=16284815
6.06	     nbAssignments=21194  nbFailedAssignments=7851  nbBacktracks=13126  nbVisitedNodes=36017  nbRestartNogoods=71
6.06	       =>  wckTime=5.138  cpuTime=5.06  mem=15M614
8.55	   
8.55	   search
8.55	     run=16  nbConstraintChecks=51666922  nbPropagations=1858459  nbRevisions=29441068  nbUselessRevisions=24380328
8.55	     nbAssignments=31686  nbFailedAssignments=11762  nbBacktracks=19697  nbVisitedNodes=53902  nbRestartNogoods=79
8.55	       =>  wckTime=7.63  cpuTime=7.55  mem=16M589
12.51	   
12.51	   search
12.51	     run=17  nbConstraintChecks=78782092  nbPropagations=2791514  nbRevisions=44578843  nbUselessRevisions=36937017
12.51	     nbAssignments=48105  nbFailedAssignments=18318  nbBacktracks=29549  nbVisitedNodes=82516  nbRestartNogoods=87
12.51	       =>  wckTime=11.591  cpuTime=11.51  mem=16M589
18.20	   
18.20	   search
18.20	     run=18  nbConstraintChecks=120288671  nbPropagations=4175344  nbRevisions=67098289  nbUselessRevisions=55586832
18.20	     nbAssignments=71631  nbFailedAssignments=27054  nbBacktracks=44329  nbVisitedNodes=122576  nbRestartNogoods=96
18.20	       =>  wckTime=17.281  cpuTime=17.2  mem=16M589
26.78	   
26.78	   search
26.78	     run=19  nbConstraintChecks=180037602  nbPropagations=6268107  nbRevisions=101117012  nbUselessRevisions=83774184
26.78	     nbAssignments=107256  nbFailedAssignments=40501  nbBacktracks=66498  nbVisitedNodes=183745  nbRestartNogoods=107
26.78	       =>  wckTime=25.86  cpuTime=25.77  mem=16M589
39.72	   
39.72	   search
39.72	     run=20  nbConstraintChecks=270728660  nbPropagations=9408075  nbRevisions=152193810  nbUselessRevisions=126074299
39.72	     nbAssignments=161512  nbFailedAssignments=61493  nbBacktracks=99750  nbVisitedNodes=276912  nbRestartNogoods=121
39.72	       =>  wckTime=38.798  cpuTime=38.68  mem=16M589
59.25	   
59.25	   search
59.25	     run=21  nbConstraintChecks=406793770  nbPropagations=14153694  nbRevisions=229195325  nbUselessRevisions=189853052
59.25	     nbAssignments=243419  nbFailedAssignments=93487  nbBacktracks=149630  nbVisitedNodes=418512  nbRestartNogoods=137
59.25	       =>  wckTime=58.331  cpuTime=58.2  mem=16M589
87.46	   
87.46	   search
87.46	     run=22  nbConstraintChecks=601927870  nbPropagations=21224548  nbRevisions=343778531  nbUselessRevisions=284798742
87.46	     nbAssignments=364581  nbFailedAssignments=139819  nbBacktracks=224449  nbVisitedNodes=626711  nbRestartNogoods=149
87.46	       =>  wckTime=86.536  cpuTime=86.37  mem=16M589
131.10	   
131.10	   search
131.10	     run=23  nbConstraintChecks=910891921  nbPropagations=31852094  nbRevisions=515943880  nbUselessRevisions=427383125
131.10	     nbAssignments=546207  nbFailedAssignments=209207  nbBacktracks=336677  nbVisitedNodes=938958  nbRestartNogoods=164
131.10	       =>  wckTime=130.183  cpuTime=129.98  mem=16M589
196.56	   
196.56	   search
196.56	     run=24  nbConstraintChecks=1373251403  nbPropagations=47721595  nbRevisions=774803143  nbUselessRevisions=641868699
196.56	     nbAssignments=818047  nbFailedAssignments=312696  nbBacktracks=505019  nbVisitedNodes=1405430  nbRestartNogoods=181
196.56	       =>  wckTime=195.637  cpuTime=195.37  mem=16M589
290.82	   
290.82	   search
290.82	     run=25  nbConstraintChecks=2025585588  nbPropagations=71373839  nbRevisions=1158884849
290.82	     nbUselessRevisions=960028109  nbAssignments=1223207  nbFailedAssignments=465333  nbBacktracks=757530
290.82	     nbVisitedNodes=2097701  nbRestartNogoods=193
290.82	       =>  wckTime=289.895  cpuTime=289.53  mem=16M589
435.39	   
435.39	   search
435.39	     run=26  nbConstraintChecks=3024107877  nbPropagations=106793802  nbRevisions=1739072649
435.39	     nbUselessRevisions=1441749108  nbAssignments=1834442  nbFailedAssignments=697790  nbBacktracks=1136298
435.39	     nbVisitedNodes=3149715  nbRestartNogoods=211
435.39	       =>  wckTime=434.473  cpuTime=433.98  mem=16M589
653.33	   
653.33	   search
653.33	     run=27  nbConstraintChecks=4545732871  nbPropagations=160010353  nbRevisions=2609124421
653.33	     nbUselessRevisions=2163840134  nbAssignments=2749214  nbFailedAssignments=1044400  nbBacktracks=1704452
653.33	     nbVisitedNodes=4718156  nbRestartNogoods=221
653.33	       =>  wckTime=652.413  cpuTime=651.71  mem=16M589
778.60	   
778.60	   search
778.60	     run=28  nbConstraintChecks=5406742277  nbPropagations=223561779  nbRevisions=3646517723
778.60	     nbUselessRevisions=3024730504  nbAssignments=3283954  nbFailedAssignments=1246327  nbBacktracks=2037215
778.60	     nbVisitedNodes=5634120  nbRestartNogoods=242
778.60	       =>  wckTime=777.675  cpuTime=776.85  mem=16M589
778.60	   
778.60	   global
778.60	     nbConstraintChecks=5406844162  nbPropagations=223562912  nbRevisions=3646527210  nbUselessRevisions=3024738568
778.60	     nbRestartNogoods=242  solvingWckTime=777.676  solvingCpuTime=776.85  expiredTime=no  totalExploration=no
778.60	     nbFoundSolutions=1  globalCpuTime=777.31
778.60	       =>  wckTime=778.249  cpuTime=777.25  mem=16M589
778.60	   
778.60	s SATISFIABLE
778.60	v 15 13 5 9 21 7 22 11 4 1 3 10 19 19 8 13 1 20 21 21 10 8 20 18 9 5 16 5 16 20 14 4 13 5 4 20 15 20 13 5 20 11 8 19 19 4 16 21 4 16 
778.60	d NODES 3283954
778.60	d CHECKS 5406844162
778.60	   
778.60	   totalWckTime=778.339  totalCpuTime=777.31

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/node30/watcher-195098-1168110931 -o ROOT/results/node30/solver-195098-1168110931 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195098-1168110931/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.98 1.85 4/87 10888
/proc/meminfo: memFree=1033328/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=18540 CPUtime=0
/proc/10887/stat : 10887 (runsolver) R 10885 10887 10476 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 159487033 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10887/statm: 4635 279 244 17 0 2626 0

[startup+0.107521 s]
/proc/loadavg: 1.92 1.98 1.85 4/87 10888
/proc/meminfo: memFree=1033328/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=911488 CPUtime=0.08
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 2630 0 1 0 6 2 0 0 20 0 8 0 159487033 933363712 2377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155183319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10887/statm: 227872 2377 1282 14 0 215051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 911488

[startup+0.515542 s]
/proc/loadavg: 1.92 1.98 1.85 4/87 10888
/proc/meminfo: memFree=1033328/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915328 CPUtime=0.48
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 6664 0 1 0 44 4 0 0 16 0 8 0 159487033 937295872 6403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228832 6404 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33659 s]
/proc/loadavg: 1.92 1.98 1.85 2/95 10896
/proc/meminfo: memFree=1062128/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=1.29
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9694 0 1 0 122 7 0 0 17 0 8 0 159487033 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821990 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9432 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 17 0 8 0 159487039 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.21
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 383 0 0 0 20 1 0 0 15 0 8 0 159487043 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.9737 s]
/proc/loadavg: 1.92 1.98 1.85 2/88 10907
/proc/meminfo: memFree=1084328/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=2.93
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9712 0 1 0 286 7 0 0 17 0 8 0 159487033 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814918 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9449 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.19491 s]
/proc/loadavg: 1.93 1.98 1.85 3/101 10966
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=6.15
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9713 0 1 0 607 8 0 0 22 0 8 0 159487033 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073830383 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9449 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915460

[startup+12.6773 s]
/proc/loadavg: 1.93 1.98 1.85 3/101 10966
/proc/meminfo: memFree=1071232/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=12.63
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9713 0 1 0 1255 8 0 0 25 0 8 0 159487033 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821832 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9449 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

[startup+25.5471 s]
/proc/loadavg: 1.95 1.98 1.85 3/101 10966
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=25.49
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9713 0 1 0 2541 8 0 0 25 0 8 0 159487033 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817868 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9449 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915460

[startup+51.1748 s]
/proc/loadavg: 1.96 1.98 1.85 3/101 10966
/proc/meminfo: memFree=1071360/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=51.08
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9713 0 1 0 5100 8 0 0 25 0 8 0 159487033 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073830403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9449 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 915460

[startup+102.402 s]
/proc/loadavg: 1.98 1.98 1.85 3/101 10966
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=102.26
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 10217 9 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 915460

[startup+162.479 s]
/proc/loadavg: 1.99 1.98 1.86 3/101 10968
/proc/meminfo: memFree=1071168/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=162.29
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 16220 9 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815862 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 915460

[startup+402.727 s]
/proc/loadavg: 2.15 2.02 1.89 3/101 10968
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=402.29
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 40220 9 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 915460

[startup+462.738 s]
/proc/loadavg: 2.06 2.01 1.90 3/101 10968
/proc/meminfo: memFree=1071360/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=462.25
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 46216 9 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 915460

[startup+522.754 s]
/proc/loadavg: 2.08 2.02 1.91 3/101 10968
/proc/meminfo: memFree=1071360/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=522.2
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 52211 9 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 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) 915460

[startup+582.847 s]
/proc/loadavg: 2.07 2.03 1.92 3/101 10968
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=582.24
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 58214 10 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837364 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 915460

[startup+642.923 s]
/proc/loadavg: 2.02 2.02 1.92 3/101 10968
/proc/meminfo: memFree=1071360/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=642.27
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 64217 10 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844886 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 915460

[startup+703.003 s]
/proc/loadavg: 2.07 2.03 1.92 3/101 10968
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=702.28
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 70218 10 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 915460

[startup+763.101 s]
/proc/loadavg: 2.03 2.02 1.92 3/101 10968
/proc/meminfo: memFree=1071296/2055920 swapFree=4191880/4192956
[pid=10887] ppid=10885 vsize=915460 CPUtime=762.31
/proc/10887/stat : 10887 (java) R 10885 10887 10476 0 -1 0 9716 0 1 0 76221 10 0 0 25 0 8 0 159487033 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817868 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10887/statm: 228865 9451 2524 14 0 215335 0
[pid=10887/tid=10889] ppid=10885 vsize=915460 CPUtime=0.03
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10476 0 -1 64 416 0 0 0 3 0 0 0 16 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10476 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10891] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159487039 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10892] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10893] ppid=10885 vsize=915460 CPUtime=0.24
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10476 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10887/tid=10895] ppid=10885 vsize=915460 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10476 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159487043 937431040 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 778.662
CPU time (s): 777.829
CPU user time (s): 777.717
CPU system time (s): 0.111982
CPU usage (%): 99.893
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 777.717
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9725
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= 16695
involuntary context switches= 7062

runsolver used 1.05084 s user time and 2.40763 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan  6 19:15:31 UTC 2007


IDJOB= 195098
IDBENCH= 3249
FILE ID= node30/195098-1168110931

PBS_JOBID= 3477341

Free space on /tmp= 66468 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  de84307cd6413818b0ab4602000a4f2b

RANDOM SEED= 812011909

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.234
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.234
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:       1033808 kB
Buffers:         53424 kB
Cached:         759588 kB
SwapCached:        268 kB
Active:         299496 kB
Inactive:       634048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1033808 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         139056 kB
Slab:            73272 kB
Committed_AS:  3276852 kB
PageTables:       2372 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= 66482 MiB



End job on node30 on Sat Jan  6 19:28:30 UTC 2007