Trace number 207991

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 ACUNSAT 1289.82 1300.54

DiagnosticValue
CHECKS8612838268
NODES5498578

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-60021_ext.xml
MD5SUM80893c07fc9c8f130d0db081ff853b98
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark318.1
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/207991-1168074486/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=26  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.40	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.65	     nbConstraints=325  nbRelationTypes=325  nbExtensionStructures=325  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=325  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=941  maxDegree=25
0.65	     maxArity=2
0.65	       =>  wckTime=0.344  cpuTime=0.26  mem=14M786
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.543  cpuTime=0.38  mem=14M167
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=26  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.0050  cpuTime=0.01  mem=14M167
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=39534  nbPropagations=465  nbRevisions=7855  nbUselessRevisions=6848  nbAssignments=24
0.91	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.054  cpuTime=0.03  mem=15M208
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=91172  nbPropagations=1485  nbRevisions=25918  nbUselessRevisions=22627  nbAssignments=59
0.92	     nbFailedAssignments=23  nbBacktracks=27  nbVisitedNodes=102  nbRestartNogoods=1  mapSize=26  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.075  cpuTime=0.05  mem=15M208
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=158664  nbPropagations=3333  nbRevisions=59488  nbUselessRevisions=51961
0.95	     nbAssignments=110  nbFailedAssignments=46  nbBacktracks=49  nbVisitedNodes=194  nbRestartNogoods=4  mapSize=47
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.1  cpuTime=0.07  mem=15M208
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=256568  nbPropagations=6297  nbRevisions=115105  nbUselessRevisions=100578
0.98	     nbAssignments=183  nbFailedAssignments=79  nbBacktracks=84  nbVisitedNodes=327  nbRestartNogoods=8  mapSize=81
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.126  cpuTime=0.1  mem=15M208
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=405486  nbPropagations=10847  nbRevisions=203258  nbUselessRevisions=177742
1.01	     nbAssignments=284  nbFailedAssignments=124  nbBacktracks=134  nbVisitedNodes=507  nbRestartNogoods=12  mapSize=130
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.155  cpuTime=0.13  mem=15M208
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=650705  nbPropagations=17846  nbRevisions=343901  nbUselessRevisions=300639
1.06	     nbAssignments=438  nbFailedAssignments=200  nbBacktracks=209  nbVisitedNodes=793  nbRestartNogoods=18  mapSize=205
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.205  cpuTime=0.18  mem=15M208
1.13	   
1.13	   search
1.13	     run=6  nbConstraintChecks=976021  nbPropagations=28228  nbRevisions=556019  nbUselessRevisions=486082
1.13	     nbAssignments=656  nbFailedAssignments=300  nbBacktracks=322  nbVisitedNodes=1196  nbRestartNogoods=19  mapSize=316
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.279  cpuTime=0.24  mem=15M208
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=1469250  nbPropagations=43837  nbRevisions=878426  nbUselessRevisions=767998
1.22	     nbAssignments=984  nbFailedAssignments=452  nbBacktracks=493  nbVisitedNodes=1803  nbRestartNogoods=24  mapSize=485
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.371  cpuTime=0.33  mem=15M208
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=2167374  nbPropagations=66915  nbRevisions=1357554  nbUselessRevisions=1187178
1.35	     nbAssignments=1470  nbFailedAssignments=676  nbBacktracks=749  nbVisitedNodes=2697  nbRestartNogoods=29
1.35	     mapSize=733  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.5  cpuTime=0.45  mem=15M208
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=15M208)
1.54	   
1.55	   search
1.55	     run=9  nbConstraintChecks=3233595  nbPropagations=101508  nbRevisions=2079515  nbUselessRevisions=1818831
1.55	     nbAssignments=2236  nbFailedAssignments=1052  nbBacktracks=1133  nbVisitedNodes=4118  nbRestartNogoods=37
1.55	       =>  wckTime=0.695  cpuTime=0.63  mem=15M208
1.81	   
1.81	   search
1.81	     run=10  nbConstraintChecks=4812758  nbPropagations=153303  nbRevisions=3160365  nbUselessRevisions=2764328
1.81	     nbAssignments=3364  nbFailedAssignments=1598  nbBacktracks=1710  nbVisitedNodes=6198  nbRestartNogoods=43
1.81	       =>  wckTime=0.959  cpuTime=0.89  mem=15M208
2.21	   
2.21	   search
2.21	     run=11  nbConstraintChecks=7429278  nbPropagations=231751  nbRevisions=4820538  nbUselessRevisions=4216863
2.21	     nbAssignments=5087  nbFailedAssignments=2451  nbBacktracks=2574  nbVisitedNodes=9392  nbRestartNogoods=49
2.21	       =>  wckTime=1.357  cpuTime=1.28  mem=15M208
2.80	   
2.80	   search
2.80	     run=12  nbConstraintChecks=11175736  nbPropagations=348985  nbRevisions=7315665  nbUselessRevisions=6399779
2.80	     nbAssignments=7609  nbFailedAssignments=3670  nbBacktracks=3871  nbVisitedNodes=14052  nbRestartNogoods=64
2.80	       =>  wckTime=1.946  cpuTime=1.86  mem=15M208
3.68	   
3.68	   search
3.68	     run=13  nbConstraintChecks=16910663  nbPropagations=524853  nbRevisions=11085719  nbUselessRevisions=9698363
3.68	     nbAssignments=11392  nbFailedAssignments=5501  nbBacktracks=5818  nbVisitedNodes=21080  nbRestartNogoods=81
3.68	       =>  wckTime=2.828  cpuTime=2.73  mem=15M208
4.96	   
4.96	   search
4.96	     run=14  nbConstraintChecks=25123201  nbPropagations=786517  nbRevisions=16698912  nbUselessRevisions=14610555
4.96	     nbAssignments=16974  nbFailedAssignments=8158  nbBacktracks=8737  nbVisitedNodes=31389  nbRestartNogoods=92
4.96	       =>  wckTime=4.106  cpuTime=4.0  mem=15M208
6.96	   
6.96	   search
6.96	     run=15  nbConstraintChecks=38234969  nbPropagations=1181329  nbRevisions=25216765  nbUselessRevisions=22066799
6.96	     nbAssignments=25488  nbFailedAssignments=12288  nbBacktracks=13115  nbVisitedNodes=47236  nbRestartNogoods=108
6.96	       =>  wckTime=6.106  cpuTime=5.98  mem=15M208
9.96	   
9.96	   search
9.96	     run=16  nbConstraintChecks=57916669  nbPropagations=1777889  nbRevisions=38145018  nbUselessRevisions=33388710
9.96	     nbAssignments=38387  nbFailedAssignments=18612  nbBacktracks=19684  nbVisitedNodes=71284  nbRestartNogoods=121
9.96	       =>  wckTime=9.108  cpuTime=8.96  mem=15M208
14.39	   
14.39	   search
14.39	     run=17  nbConstraintChecks=87094198  nbPropagations=2671676  nbRevisions=57523371  nbUselessRevisions=50355151
14.39	     nbAssignments=57497  nbFailedAssignments=27864  nbBacktracks=29536  nbVisitedNodes=106745  nbRestartNogoods=132
14.39	       =>  wckTime=13.541  cpuTime=13.35  mem=15M208
21.04	   
21.04	   search
21.04	     run=18  nbConstraintChecks=130107415  nbPropagations=4011027  nbRevisions=86600384  nbUselessRevisions=75823448
21.04	     nbAssignments=86284  nbFailedAssignments=41867  nbBacktracks=44315  nbVisitedNodes=160302  nbRestartNogoods=152
21.04	       =>  wckTime=20.194  cpuTime=19.94  mem=15M208
30.98	   
30.98	   search
30.98	     run=19  nbConstraintChecks=194621997  nbPropagations=6017182  nbRevisions=130143605  nbUselessRevisions=113962712
30.98	     nbAssignments=129357  nbFailedAssignments=62767  nbBacktracks=66483  nbVisitedNodes=240338  nbRestartNogoods=164
30.98	       =>  wckTime=30.132  cpuTime=29.78  mem=15M208
45.91	   
45.91	   search
45.91	     run=20  nbConstraintChecks=291616139  nbPropagations=9021691  nbRevisions=195410681  nbUselessRevisions=171127941
45.91	     nbAssignments=193680  nbFailedAssignments=93833  nbBacktracks=99735  nbVisitedNodes=359883  nbRestartNogoods=181
45.91	       =>  wckTime=45.064  cpuTime=44.58  mem=15M208
68.11	   
68.11	   search
68.11	     run=21  nbConstraintChecks=435822179  nbPropagations=13516861  nbRevisions=293129696  nbUselessRevisions=256744903
68.11	     nbAssignments=289662  nbFailedAssignments=139932  nbBacktracks=149613  nbVisitedNodes=538430  nbRestartNogoods=191
68.11	       =>  wckTime=67.26  cpuTime=66.58  mem=15M208
102.05	   
102.05	   search
102.05	     run=22  nbConstraintChecks=657905569  nbPropagations=20278097  nbRevisions=440440482  nbUselessRevisions=385827808
102.05	     nbAssignments=435517  nbFailedAssignments=210964  nbBacktracks=224431  nbVisitedNodes=809590  nbRestartNogoods=208
102.05	       =>  wckTime=101.203  cpuTime=100.22  mem=15M208
153.26	   
153.26	   search
153.26	     run=23  nbConstraintChecks=992364744  nbPropagations=30448083  nbRevisions=662222144  nbUselessRevisions=580142149
153.26	     nbAssignments=654101  nbFailedAssignments=317315  nbBacktracks=336659  nbVisitedNodes=1216102  nbRestartNogoods=237
153.26	       =>  wckTime=152.411  cpuTime=151.0  mem=15M208
229.39	   
229.39	   search
229.39	     run=24  nbConstraintChecks=1490218159  nbPropagations=45696653  nbRevisions=995170742  nbUselessRevisions=871906883
229.39	     nbAssignments=980007  nbFailedAssignments=474875  nbBacktracks=505000  nbVisitedNodes=1821948  nbRestartNogoods=269
229.39	       =>  wckTime=228.541  cpuTime=226.47  mem=15M208
344.53	   
344.53	   search
344.53	     run=25  nbConstraintChecks=2244744250  nbPropagations=68609173  nbRevisions=1496043466
344.53	     nbUselessRevisions=1310913348  nbAssignments=1472233  nbFailedAssignments=714584  nbBacktracks=757512
344.53	     nbVisitedNodes=2737111  nbRestartNogoods=286
344.53	       =>  wckTime=343.68  cpuTime=340.65  mem=15M208
518.41	   
518.41	   search
518.41	     run=26  nbConstraintChecks=3385845924  nbPropagations=103071492  nbRevisions=2250684447
518.41	     nbUselessRevisions=1972409474  nbAssignments=2209319  nbFailedAssignments=1072898  nbBacktracks=1136279
518.41	     nbVisitedNodes=4108959  nbRestartNogoods=299
518.41	       =>  wckTime=517.557  cpuTime=513.04  mem=15M208
781.73	   
781.73	   search
781.73	     run=27  nbConstraintChecks=5123503631  nbPropagations=154961217  nbRevisions=3390382081
781.73	     nbUselessRevisions=2971575055  nbAssignments=3318060  nbFailedAssignments=1613482  nbBacktracks=1704431
781.73	     nbVisitedNodes=6171952  nbRestartNogoods=317
781.73	       =>  wckTime=780.878  cpuTime=774.1  mem=15M208
1183.14	   
1183.14	   search
1183.14	     run=28  nbConstraintChecks=7794611802  nbPropagations=233316335  nbRevisions=5118757548
1183.14	     nbUselessRevisions=4487108468  nbAssignments=4989559  nbFailedAssignments=2432749  nbBacktracks=2556659
1183.14	     nbVisitedNodes=9285861  nbRestartNogoods=337
1183.14	       =>  wckTime=1182.293  cpuTime=1172.08  mem=15M208
1300.48	   
1300.48	   search
1300.48	     run=29  nbConstraintChecks=8612838268  nbPropagations=319739205  nbRevisions=7027414901
1300.48	     nbUselessRevisions=6160858630  nbAssignments=5498578  nbFailedAssignments=2682060  nbBacktracks=2816368
1300.48	     nbVisitedNodes=10233906  nbRestartNogoods=352
1300.48	       =>  wckTime=1299.63  cpuTime=1288.89  mem=15M208
1300.48	   
1300.48	   global
1300.48	     nbConstraintChecks=8612838268  nbPropagations=319739231  nbRevisions=7027414901  nbUselessRevisions=6160858630
1300.48	     nbRestartNogoods=352  solvingWckTime=1299.631  solvingCpuTime=1288.89  expiredTime=no  totalExploration=yes
1300.48	     nbFoundSolutions=0  globalCpuTime=1289.33
1300.48	       =>  wckTime=1300.177  cpuTime=1289.27  mem=15M208
1300.48	   
1300.48	s UNSATISFIABLE
1300.48	d NODES 5498578
1300.48	d CHECKS 8612838268
1300.49	   
1300.49	   totalWckTime=1300.259  totalCpuTime=1289.33

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-207991-1168074486 -o ROOT/results/node34/solver-207991-1168074486 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207991-1168074486/unknown.xml 

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

/proc/loadavg: 0.94 0.96 0.98 4/73 10493
/proc/meminfo: memFree=1489288/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=1784 CPUtime=0
/proc/10492/stat : 10492 (java) D 10490 10492 10356 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 155842376 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7721764 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10492/statm: 2400 163 128 14 0 91 0

[startup+0.107282 s]
/proc/loadavg: 0.94 0.96 0.98 4/73 10493
/proc/meminfo: memFree=1489288/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=914988 CPUtime=0.1
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 3083 0 1 0 8 2 0 0 17 0 8 0 155842376 936947712 2829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155717653 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228747 2829 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515315 s]
/proc/loadavg: 0.94 0.96 0.98 4/73 10493
/proc/meminfo: memFree=1489288/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915328 CPUtime=0.5
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 7115 0 1 0 46 4 0 0 19 0 8 0 155842376 937295872 6854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552172 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228832 6854 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33638 s]
/proc/loadavg: 1.19 1.01 0.99 3/87 10507
/proc/meminfo: memFree=1439576/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=1.31
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8963 0 1 0 124 7 0 0 25 0 8 0 155842376 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805305 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8701 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 17 0 8 0 155842379 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.19
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 374 0 0 0 18 1 0 0 15 0 8 0 155842383 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.97351 s]
/proc/loadavg: 1.19 1.01 0.99 3/87 10507
/proc/meminfo: memFree=1439384/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=2.94
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8980 0 1 0 287 7 0 0 25 0 8 0 155842376 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8716 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 17 0 8 0 155842379 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.21
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 390 0 0 0 20 1 0 0 15 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915456

[startup+6.27378 s]
/proc/loadavg: 1.25 1.03 1.00 3/87 10507
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=6.21
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8980 0 1 0 614 7 0 0 25 0 8 0 155842376 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8716 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.21
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915456

[startup+12.7403 s]
/proc/loadavg: 1.31 1.04 1.01 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=12.61
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8980 0 1 0 1254 7 0 0 25 0 8 0 155842376 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8716 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.21
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.6063 s]
/proc/loadavg: 1.42 1.07 1.02 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=25.37
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 2530 7 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798886 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915456

[startup+51.2074 s]
/proc/loadavg: 1.65 1.16 1.04 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=50.73
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 5066 7 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915456

[startup+102.408 s]
/proc/loadavg: 1.84 1.29 1.09 3/87 10507
/proc/meminfo: memFree=1439456/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=101.48
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 10141 7 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915456

[startup+162.45 s]
/proc/loadavg: 1.94 1.41 1.15 3/87 10507
/proc/meminfo: memFree=1439456/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=161.01
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 16093 8 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 815.91
Current children cumulated vsize (KiB) 915456

[startup+883.021 s]
/proc/loadavg: 2.00 1.95 1.59 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=875.43
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 87533 10 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 875.43
Current children cumulated vsize (KiB) 915456

[startup+943.07 s]
/proc/loadavg: 2.00 1.95 1.61 3/87 10509
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=934.96
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 93486 10 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 934.96
Current children cumulated vsize (KiB) 915456

[startup+1003.11 s]
/proc/loadavg: 2.00 1.96 1.64 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=994.49
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 99439 10 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.49
Current children cumulated vsize (KiB) 915456

[startup+1063.16 s]
/proc/loadavg: 2.00 1.96 1.66 3/87 10509
/proc/meminfo: memFree=1439200/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=1054.02
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 105392 10 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1054.02
Current children cumulated vsize (KiB) 915456

[startup+1123.21 s]
/proc/loadavg: 2.00 1.97 1.67 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=1113.56
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8982 0 1 0 111345 11 0 0 25 0 8 0 155842376 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8717 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1113.56
Current children cumulated vsize (KiB) 915456

[startup+1183.25 s]
/proc/loadavg: 2.07 1.99 1.70 3/87 10509
/proc/meminfo: memFree=1439200/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=1173.1
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8983 0 1 0 117299 11 0 0 25 0 8 0 155842376 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10492/statm: 228864 8718 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.1
Current children cumulated vsize (KiB) 915456

[startup+1243.3 s]
/proc/loadavg: 1.98 1.98 1.71 3/87 10565
/proc/meminfo: memFree=1394264/2055920 swapFree=4192812/4192956
[pid=10492] ppid=10490 vsize=915456 CPUtime=1232.68
/proc/10492/stat : 10492 (java) R 10490 10492 10356 0 -1 0 8983 0 1 0 123256 12 0 0 25 0 8 0 155842376 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834825 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10492/statm: 228864 8718 2513 14 0 215334 0
[pid=10492/tid=10494] ppid=10490 vsize=915456 CPUtime=0.03
/proc/10492/task/10494/stat : 10494 (java) S 10490 10492 10356 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10496] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 10356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10497] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10500] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 10356 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=915456 CPUtime=0.22
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 10356 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10492/tid=10502] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=915456 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 10356 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.68
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 1300.54
CPU time (s): 1289.82
CPU user time (s): 1289.68
CPU system time (s): 0.139978
CPU usage (%): 99.1758
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1289.68
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8991
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= 27424
involuntary context switches= 28633

runsolver used 1.77573 s user time and 3.83642 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 09:08:06 UTC 2007


IDJOB= 207991
IDBENCH= 4348
FILE ID= node34/207991-1168074486

PBS_JOBID= 3476022

Free space on /tmp= 66533 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-60021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207991-1168074486/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-207991-1168074486 -o ROOT/results/node34/solver-207991-1168074486 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207991-1168074486/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  80893c07fc9c8f130d0db081ff853b98

RANDOM SEED= 91976478

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.227
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.227
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:       1490024 kB
Buffers:         31888 kB
Cached:         437584 kB
SwapCached:          0 kB
Active:          81248 kB
Inactive:       408768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          31240 kB
Slab:            61440 kB
Committed_AS:  2447744 kB
PageTables:       1744 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= 66532 MiB



End job on node34 on Sat Jan  6 09:29:47 UTC 2007